BINARYUPDATES
BINARYUPDATES
  • 137
  • 7 789 357
ESP32 Pin Details and Board overview- Complete Guide
Let’s learn about the ESP32 Pin details and complete board overview. We’re using 30-Pin variant of ESP-WROOM-32 Dev Kit. We’ll start with board description followed by functionality of each pin on ESP32 development board like GPIO, UART, I2C, SPI, ADC, DAC etc. In the end, we’ll summarize technical specifications.
[SUPPORT]
►► Try the world's most trusted PCB design software, Altium Designer with 365, for free and 25% off your purchase: www.altium.com/yt/binaryupdates
►► Free search engine for the best quality components from Octopart: octopart.com/
►► Learn about Altium 365, the electronics product design platform that unites PCB design, MCAD, data management, and teamwork: www.altium.com/altium-365
[RESOURCES]
►► Need Help? To Learn Embedded Systems: courses.binaryupdates.com
►► How to Program ESP32 WiFi MCU: ua-cam.com/video/AitCKcyjHuQ/v-deo.html
[TIMESTAMPS]
00:00 Introduction
00:15 Altium Free Trial
00:46 Board overview
02:11 ESP32 Pins detail explanation
07:25 Summarize features of ESP32 WROOM
08:31 outro
Переглядів: 1 273

Відео

Solved Issue: No HC-05 Bluetooth Module detected by Android App
Переглядів 7 тис.7 місяців тому
Explore how to solve the issue when HC-05 Bluetooth module does not show up in Android App. Even after pairing HC-05 module, in latest android phones. We need to manually enable the permission and turn on find nearby devices option. So, our Android app can detect HC-05 Bluetooth module in the range. [SUPPORT] ►► Try the world's most trusted PCB design software, Altium Designer with 365, for fre...
Generate PWM Signal in STM32 Microcontroller- Brightness Control of LED
Переглядів 14 тис.9 місяців тому
Learn how to generate PWM signal in STM32 Microcontroller. The pulse width modulation technique is used to change duty cycle of a clock, which in result control brightness of an LED. We will use internal timer of STM32 Nucleo board to generate PWM signal. [SUPPORT] ►► Try the world's most trusted PCB design software, Altium Designer with 365, for free and 25% off your purchase: www.altium.com/y...
Multi-Channel ADC with STM32 using DMA and Interrupt- Multiple Analog Sensors
Переглядів 18 тис.10 місяців тому
Learn how to use Multi Channel ADC with STM32 Microcontroller. We’ll program ADC to read multiple ADC channels of STM32 Nucleo board. This project uses DMA and Interrupt along with ADC to sample multiple sensor data. In the end, we’ll measure light intensity using LDR and variable resistor using POT as an analog sensor. [SUPPORT] ►► Try the world's most trusted PCB design software, Altium Desig...
How to use ADC in STM32 Microcontroller- Read Analog Sensor Value
Переглядів 29 тис.10 місяців тому
Learn how to use ADC in STM32 Microcontroller. The ADC (analog to digital converter) is 12-bit in STM32 MCU. We’ll program ADC to read analog sensor. This example project uses a single channel ADC in polling method. We’ll use LDR (Light Dependent Resistor) to measure the light intensity. [SUPPORT] ►► Try the world's most trusted PCB design software, Altium Designer with 365, for free and 25% of...
Setup and Install Mosquitto Broker- Raspberry Pi4 as MQTT Server
Переглядів 14 тис.11 місяців тому
In this lesson, we’ll learn how to setup and install Mosquitto broker on Raspberry Pi4. This will make Raspberry Pi4 as a MQTT Server. Also, we’ll configure MQTT Server for publish subscribe messages. In the end, we'll write python program to test MQTT client and server communication. Here MQTT Explorer will be our client and Raspberry Pi4 will be server. [SUPPORT] ►► Try the world's most trust...
MQTT Explorer Tutorial- Publish and Subscribe MQTT Messages
Переглядів 21 тис.Рік тому
Learn how to use MQTT Explorer to publish and subscribe MQTT Messages. I’ll cover step-by-step how to connect, publish, subscribe and disconnect MQTT broker with MQTT client. Also, we’ll test MQTT client-server communication. MQTT Explorer client is capable to connect with any IoT broker or server which support MQTT protocol. Here we’ll use Mosquitto which is a popular MQTT broker used in many ...
Solve Failed to fetch archives- Raspberry Pi4 Update and Upgrade Error
Переглядів 6 тис.Рік тому
Learn how to solve error Failed to fetch archive with Raspberry Pi4. When we update and upgrade Raspberry Pi OS packages this issue occurs with users. I’ll first show you, how the raspberry pi update and upgrade error looks like and then show you proper solution to fix Raspberry Pi OS bullseye. [SUPPORT] ►► Try the world's most trusted PCB design software, Altium Designer with 365, for free and...
Remote Desktop Connection with Raspberry Pi4 from Windows Computer
Переглядів 1,9 тис.Рік тому
Let’s learn how to use Remote Desktop Connection with Raspberry Pi4 from Windows Computer. This communication uses Remote Desktop Protocol (RDP) on Windows11 to access Raspberry Pi Desktop. We’ll be installing XRDP package on RPi4. [SUPPORT] ►► Try the world's most trusted PCB design software, Altium Designer with 365, for free and 25% off your purchase: www.altium.com/yt/binaryupdates ►► Free ...
How to Setup and Install Raspberry Pi OS on SD Card of Raspberry Pi4
Переглядів 8 тис.Рік тому
Learn how to setup and install Raspberry Pi OS on SD Card. In this headless setup of Raspberry Pi4, we’ll boot RPi without monitor and keyboard. Also, I’ll show you how to remotely login to Raspberry Pi4 using Bitvise SSH Client from computer. In the end, we’ll run python program and shutdown our Raspberry Pi4. [SUPPORT] ►► Try the world's most trusted PCB design software, Altium Designer with ...
Serial UART with STM32 Microcontroller-Transmit and Receive Data
Переглядів 74 тис.Рік тому
Learn how to use Serial UART with STM32 Microcontroller. We’ll transmit and receive data between STM32 Nucleo board and computers serial port. The Serial UART or USART protocol is used to interface external devices with microcontroller. [SUPPORT] ►► Try the world's most trusted PCB design software, Altium Designer with 365, for free and 25% off your purchase: www.altium.com/yt/binaryupdates ►► ...
Debugging STM32 in STM32CubeIDE- Breakpoint and Live Expression
Переглядів 8 тис.Рік тому
Learn Debugging STM32 Microcontroller in STM32CubeIDE. We’ll use ST-Link debugger of STM32 Nucleo Board. we’ll add breakpoint and then learn how to step through every line of the code. Also, we’ll monitor variable value in real time using live expression. This debugging technique is useful for professional firmware development. [SUPPORT] ►► Try the world's most trusted PCB design software, Alti...
Arduino TINKERCAD Simulation Tutorial- Complete Guide
Переглядів 4 тис.Рік тому
Let’s learn how run Arduino simulation in Tinkercad. We’ll design Arduino circuit and program in Tinkercad web application. It allows us to test our Arduino program without having real hardware. We can write Arduino program and run simulation model like a real Arduino in physical world. [SUPPORT] ►► Try the world's most trusted PCB design software, Altium Designer with 365, for free and 25% off...
How to use Printf with STM32 Microcontroller- Serial Wire Viewer (SWV)
Переглядів 16 тис.Рік тому
Learn how to use printf with STM32 microcontroller using STM32CubeIDE. We’ll debug STM32 using ST-LinkV2 Debugger on STM32 Nucleo Board. We’ll use Serial Wire Viewer (SWV) of STM32 MCU. As all ARM Cortex-M3 microcontroller supports SWO and SWV feature. Printf style debugging is very popular with STM32 Microcontrollers. [SUPPORT] ►► Try the world's most trusted PCB design software, Altium Design...
How to use FreeRTOS with STM32 Microcontroller-Example Project
Переглядів 25 тис.Рік тому
Learn how to use FreeRTOS with STM32 Microcontroller. The real-time operating system like FreeRTOS allows us multitasking on an MCU. We have used most popular STM32 Nucleo board to demonstrate RTOS capabilities. We have used CMSIS-V2 in STM32CubeIDE. Also, we will learn how to create, delete tasks, and change priority of a task. [SUPPORT] ►► Try the world's most trusted PCB design software, Alt...
How to Setup and Program ESP32 Microcontroller- Complete Guide
Переглядів 138 тис.Рік тому
How to Setup and Program ESP32 Microcontroller- Complete Guide
ESP Programmer for ESP32 and ESP-12E (ESP8266) Microcontroller
Переглядів 6 тис.Рік тому
ESP Programmer for ESP32 and ESP-12E (ESP8266) Microcontroller
How to Generate Gerber and Drill files in Altium PCB Designer
Переглядів 13 тис.Рік тому
How to Generate Gerber and Drill files in Altium PCB Designer
How to Upgrade ESP-01 Module Firmware and test AT Commands
Переглядів 36 тис.Рік тому
How to Upgrade ESP-01 Module Firmware and test AT Commands
Altium Tutorial 2- Routing the Printed Circuit Board
Переглядів 10 тис.Рік тому
Altium Tutorial 2- Routing the Printed Circuit Board
Altium Tutorial 1- Create PCB Project and Schematic Design
Переглядів 27 тис.Рік тому
Altium Tutorial 1- Create PCB Project and Schematic Design
Amazon SNS and DynamoDB in AWS Cloud- Email Notification and Database
Переглядів 2,8 тис.Рік тому
Amazon SNS and DynamoDB in AWS Cloud- Email Notification and Database
RFID Reader RYRR10S with Arduino Tutorial
Переглядів 2,7 тис.Рік тому
RFID Reader RYRR10S with Arduino Tutorial
AWS IoT Core with Raspberry Pi4 Tutorial- Complete Guide
Переглядів 15 тис.2 роки тому
AWS IoT Core with Raspberry Pi4 Tutorial- Complete Guide
MQTT Protocol with NodeMCU ESP8266 Tutorial
Переглядів 107 тис.2 роки тому
MQTT Protocol with NodeMCU ESP8266 Tutorial
LoRa Module with Arduino- REYAX RYLR998 Tutorial
Переглядів 44 тис.2 роки тому
LoRa Module with Arduino- REYAX RYLR998 Tutorial
What is MQTT Protocol and how it works in IoT Projects
Переглядів 33 тис.2 роки тому
What is MQTT Protocol and how it works in IoT Projects
What is an IoT- Internet of Things Architecture Explained in Detail
Переглядів 4 тис.2 роки тому
What is an IoT- Internet of Things Architecture Explained in Detail
Control Servo Motor with Arduino- Complete Guide
Переглядів 6 тис.2 роки тому
Control Servo Motor with Arduino- Complete Guide
Solved USB Not Detected NodeMCU ESP8266- Drivers issue
Переглядів 181 тис.2 роки тому
Solved USB Not Detected NodeMCU ESP8266- Drivers issue

КОМЕНТАРІ

  • @Ravi_Raj_._09-v5w
    @Ravi_Raj_._09-v5w 17 годин тому

    It's not coming back to normal mode.

  • @Ravi_Raj_._09-v5w
    @Ravi_Raj_._09-v5w 17 годин тому

    connecting .... Failed to connect

  • @MthabisiSamuel-ut3qs
    @MthabisiSamuel-ut3qs День тому

    Nice one can i have the program plizz

  • @KUchallengesoffical
    @KUchallengesoffical 3 дні тому

    😊

  • @ritu3696
    @ritu3696 4 дні тому

    I am having error while compiling it says, warning ('sound' is not categorised esp i2s it is set to uncategorised)' similarly warning with 'sensor''

  • @RajeenaShaik-f6k
    @RajeenaShaik-f6k 6 днів тому

    I am not able to recieve the message after Publish in MQTT explorer

  • @markneiltanap
    @markneiltanap 6 днів тому

    what if you upload a code and the rx tx is still connected i accidently upload it does the module now is broken? someone please answer

  • @pratikborse5029
    @pratikborse5029 10 днів тому

    I trying to connect mobile to esp in access mode using wifi it showing wifi without internet ,here my device cant connected to esp please solved this issue

  • @rakeshraiger1999
    @rakeshraiger1999 11 днів тому

    thanks sir

  • @amaladhas7129
    @amaladhas7129 13 днів тому

  • @nychthemeronprayog606
    @nychthemeronprayog606 17 днів тому

    Nice videos..Thank you for your efforts ❤

    • @BINARYUPDATES
      @BINARYUPDATES 2 дні тому

      Hi, Glad you like Altium PCB design tutorials!

  • @ltlt6117
    @ltlt6117 19 днів тому

    Hi Why uart sends data reversed For example If I want to send 1139(ascii) = 0473(hex) When uart sends data i have 7304(hex) in my computer How I can prevent this

    • @BINARYUPDATES
      @BINARYUPDATES День тому

      Hi ltlt, The example project demonstrate transmit and receive data over serial uart peripheral that's why you get echo back your character sent through serial terminal. you may need to modify code to just send means transmit data as shown in first part of the video lesson. I hope this may help. Best wishes!

    • @ltlt6117
      @ltlt6117 День тому

      @@BINARYUPDATES thanks👍

  • @sciencezone9802
    @sciencezone9802 20 днів тому

    I really thank you. I learnt interfacing nodeMCU with Arduino IDE

    • @BINARYUPDATES
      @BINARYUPDATES 2 дні тому

      Hi Sciencezone, I'm glad to know you found this NodeMCU ESP8266 tutorial useful. Thank you so much and best wishes!

  • @User-083-3
    @User-083-3 21 день тому

    Can you tell how to start embedded system which skills i learn which course is best

    • @BINARYUPDATES
      @BINARYUPDATES День тому

      Hi, to make career in embedded software you must start learning C programming with microcontrollers like 8-bit AVR, 32-bit STM32 ARM Cortex-M architecture. Then start building projects to use communications protocols widely used in embedded systems like UART, I2C and SPI Protocols. Good luck and best wishes!

    • @User-083-3
      @User-083-3 День тому

      @@BINARYUPDATES any free course is there sir

    • @User-083-3
      @User-083-3 День тому

      @@BINARYUPDATES any free course is there sir

  • @sdthomson10
    @sdthomson10 21 день тому

    I got an error; Sketch uses 1578 bytes (4%) of program storage space. Maximum is 32256 bytes. Global variables use 28 bytes (1%) of dynamic memory, leaving 2020 bytes for local variables. Maximum is 2048 bytes. avrdude: ser_open(): can't open device "\\.\COM3": The system cannot find the file specified. Failed uploading: uploading error: exit status 1

    • @BINARYUPDATES
      @BINARYUPDATES День тому

      Hi Sdthomson, please make sure to selected right COM port while uploading program in Arduino Uno. This issue has nothing to do with Arduino code or the tone library for buzzer. I hope this may help you troubleshoot the issue. Good luck and best wishes!

  • @Anandkumar-jh1pg
    @Anandkumar-jh1pg 22 дні тому

    Hello sir, I have same problem with stm32f103c6t6 bluepill board. can you make the video to fix the issue

    • @BINARYUPDATES
      @BINARYUPDATES День тому

      Hi AnandKumar, yes I'll be soon making video on setup and program STM32 Bluepill board. Best wishes!

  • @nagahemachandchinta5498
    @nagahemachandchinta5498 22 дні тому

    Would this work for USART? I couldn't find anything on coming on Putty whilr transmit

    • @BINARYUPDATES
      @BINARYUPDATES День тому

      Yes, just make sure when you configure the UART peripheral in IOC file you keep synchronous instead of asynchronous communication. Also to use HAL USART API to access USART peripheral of STM32 Microcontroller. I hope this may help. Best wishes!

  • @waseemafzal7297
    @waseemafzal7297 22 дні тому

    if you are unable to write on terminal (teraterm) just enable US0ART global interrupt 3:04

  • @AishwaryaBMudennavar
    @AishwaryaBMudennavar 22 дні тому

    iam getting no acknowledgment received can anybody help

    • @BINARYUPDATES
      @BINARYUPDATES День тому

      Hi Aishwarya, I'm not sure if your XBee modules can send and receive data without receiving acknowledgement. If so then please check configuration in XCTU software for any missing bit to set. I hope this may help. Best wishes!

    • @AishwaryaBMudennavar
      @AishwaryaBMudennavar 13 годин тому

      @@BINARYUPDATES thank you its working now.

  • @dileepj3449
    @dileepj3449 23 дні тому

    why we need to reset the board any reason behind it?

    • @BINARYUPDATES
      @BINARYUPDATES День тому

      Hi Dileep, this code only read value once from ADC channel. But it keep printing on UART continuously. If you want to see the changed ADC values on serial terminal then you've to modify the program. While making video I needed ADC conversion only once at interrupt so i used same code but you can easily modify. Best wishes!

  • @recom273
    @recom273 26 днів тому

    Hey, thanks for answering some questions regarding linking to mqtt explorer .. its a really good tutorial but I do find I have to slow the video down, stop and squint at the screen - but it is an excellent walkthrough that explains a lot.

    • @BINARYUPDATES
      @BINARYUPDATES День тому

      Hi Recom, thank you so much. I'm glad you find this mosquitto installation and mqtt demo video useful. Best wishes!

  • @Ahsanullah-ud2wz
    @Ahsanullah-ud2wz 27 днів тому

    🎉

  • @dhwajaffhighlight
    @dhwajaffhighlight 27 днів тому

    Bhai saba thik hai leken itini wisil kiy mar reheho 😅

  • @JimBob-w4m
    @JimBob-w4m 27 днів тому

    Very clear thanks man couldn't figure out receives

  • @krishk4870
    @krishk4870 27 днів тому

    // Debug Exception & Monitor Control Register Base Address #define DEMCR *((volatile uint32_t*) 0xE000EDFCU) //ITM Register Address #define ITM_STIMULUS_PORTO *((volatile uint32_t*) 0xE0000000) #define ITM_TRACE_EN *((volatile uint32_t*) 0xΕΘΘΘΘΕ00) void ITM_SendChar(uint8_t ch) { // Enable TRCENA DEMCR |= (1<<24); // Enable Stimulus Porte ITM_TRACE_EN |= (1<<0); // Read FIFO Status in bit[0]: while(!(ITM_STIMULUS_PORTO & 1)); // Write to ITM Stimulus Port0 ITM_STIMULUS_PORTO = ch;

  • @muralikrishna.3252
    @muralikrishna.3252 28 днів тому

    very intro about dma in stm32....i have implemented in stm32f446re. but i am unable to visualize adc data which is changing in live expression tab.it is freezing at initial value. how to change it? any solution would be appreciable.

  • @user-ft4lx7qb9g
    @user-ft4lx7qb9g 28 днів тому

    driver ?

    • @BINARYUPDATES
      @BINARYUPDATES День тому

      Hi, I have dedicated video on my channel to fix the issue related to ESP8266 drivers. I hope you'll find it. Best wishes!

  • @JuniorUltimate.
    @JuniorUltimate. 29 днів тому

    Bro i tried but cant even see Ports in Device manager

    • @BINARYUPDATES
      @BINARYUPDATES День тому

      Hi JuniorUltimate, please try with other good quality MicroUSB cable and also make sure drivers are installed properly so that windows can detect the NodeMCU ESP8266. I hope this may help. Good luck and best wishes!

    • @JuniorUltimate.
      @JuniorUltimate. День тому

      @@BINARYUPDATES okay brother i will try & thanks for respond!!

  • @Philemonelectronics
    @Philemonelectronics Місяць тому

    1:50 can find the link you are talking about

  • @21ece028mariyappan.r
    @21ece028mariyappan.r Місяць тому

    How To use the web cam in laptop to uart with stm32 nucleo h563zi for the predicted class by garbage segregation in trained model I have the trained model in .tflite,how to implement?

  • @mrlfq9799
    @mrlfq9799 Місяць тому

    may i know list of 16 bit mcu boards

    • @BINARYUPDATES
      @BINARYUPDATES День тому

      Hi, I have seen some popular PIC16 series of 16-bit microcontrollers from Microchip. But i don't use them these days. Best wishes!

  • @romeshpg5041
    @romeshpg5041 Місяць тому

    How did you learn all this? I would also like to know this way. Would you be able to recommend any books or courses?

  • @DEEPAkSHARMA-cj6sx
    @DEEPAkSHARMA-cj6sx Місяць тому

    RealTimeClockDS1307.h Please sent libraries

  • @YazilimMuhendisligi317
    @YazilimMuhendisligi317 Місяць тому

    Bro not worked

  • @zoya3396
    @zoya3396 Місяць тому

    Thank you so much! very helpfull

    • @BINARYUPDATES
      @BINARYUPDATES День тому

      Hi Zoya, thank you so much. Glad to know you find this pulse width modulation PWM with STM32 video tutorial useful. Good luck and best wishes!

  • @kishoretejaswi1948
    @kishoretejaswi1948 Місяць тому

    Horrible but interesting, fatherless, accent... a bit of Norde Americano, a little of illiterate European.. and a pinch of Latino... and voila, you have it.. the perfect accent.. being pretentious really helps, I guess.. baax.. re-choir-ment... cone-ekter... capa-ci-tore... sow-ket... I am sure you are very skilled.. perhaps the accent is not needed? I don't know..

  • @MuhammadAli-po5kl
    @MuhammadAli-po5kl Місяць тому

    Hi from Sweden here. For my project I am trying to use a sparkfun qwiic button to manually turn on an off the light but also turn the qwiic button's internal led on when collecting data. Do you have any recommendations on how to go about it or a video or some resource which can help me. I can't seem to find anything related to qwiic buttons at all. Thanks a lot!

  • @sachinthadahanayaka9061
    @sachinthadahanayaka9061 Місяць тому

    Great explanation.

    • @BINARYUPDATES
      @BINARYUPDATES День тому

      Hi Sachin, thank you! Glad to know you find this Blynk tutorial with NodeMCU ESP8266 useful. Best wishes!

  • @AbhishekShrivastava-nd8yk
    @AbhishekShrivastava-nd8yk Місяць тому

    Where i can download this app

    • @BINARYUPDATES
      @BINARYUPDATES День тому

      Hi Abhishesk, just search Blynk IoT in play store and you'll find it. Best wishes!

  • @GiggleGang20421
    @GiggleGang20421 Місяць тому

    haahahhhah

  • @GiggleGang20421
    @GiggleGang20421 Місяць тому

    its not good

  • @24.nguyenvanthanh37
    @24.nguyenvanthanh37 Місяць тому

    Can I ask for the source code of the bluetooth application? please

    • @BINARYUPDATES
      @BINARYUPDATES День тому

      Hi, you can downlaod Arduino program for HC-05 Bluetooth module from Github. Please check the link in the video description. Best wishes!

  • @danielcarpio4302
    @danielcarpio4302 Місяць тому

    Very nice, I dont need to make the video faster because you speak on a very reasonable speed.

  • @NitishKumar-mt6tf
    @NitishKumar-mt6tf Місяць тому

    LED ON OFF through UART I have same type copy in our code but not working LED ON but extra character comes and when type LED OFF and then enter not off pls help me

  • @user-ny9qp3wb9d
    @user-ny9qp3wb9d Місяць тому

    Sir any embedded testing course is available in online for beginner

  • @ltlt6117
    @ltlt6117 Місяць тому

    Hi can multiple functions run just in one task?

  • @DevaMedari
    @DevaMedari Місяць тому

    thank you bro

  • @qh_5
    @qh_5 Місяць тому

    Good day, I've stumbled upon your UA-cam stm32 series and am interested to buy one of your courses. I am an electronics student and new to stm32 programming. Our curriculum covers mostly the HAL aspect of the programming process. Which course of yours would you recommend? I like your teaching!

    • @BINARYUPDATES
      @BINARYUPDATES День тому

      Hi qh, thank you! I'd suggest Embedded Systems CareerPlus Course. Our STM32 Microcontroller programming course uses bare-metal programming with datasheet approach. Best wishes!

  • @mahmoudsaid9308
    @mahmoudsaid9308 Місяць тому

    Can you give us more app for MQTT protocol

    • @BINARYUPDATES
      @BINARYUPDATES День тому

      Hi Mahmoud, here are few more free MQTT Clients like MQTTBox, MQTTfx etc. I hope this may help. Best wishes!

  • @ps_xdtv2740
    @ps_xdtv2740 Місяць тому

    Can you teach me i can't see port in my device manager