BINARYUPDATES
BINARYUPDATES
  • 137
  • 7 632 501
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: czcams.com/video/AitCKcyjHuQ/video.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
zhlédnutí: 927

Video

Solved Issue: No HC-05 Bluetooth Module detected by Android App
zhlédnutí 6KPřed 5 měsíci
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
zhlédnutí 12KPřed 8 měsíci
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
zhlédnutí 16KPřed 9 měsíci
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
zhlédnutí 26KPřed 9 měsíci
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
zhlédnutí 12KPřed 10 měsíci
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
zhlédnutí 19KPřed 10 měsíci
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
zhlédnutí 6KPřed 11 měsíci
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
zhlédnutí 1,8KPřed 11 měsíci
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
zhlédnutí 8KPřed 11 měsíci
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
zhlédnutí 67KPřed rokem
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
zhlédnutí 7KPřed rokem
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
zhlédnutí 3,8KPřed rokem
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)
zhlédnutí 14KPřed rokem
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
zhlédnutí 23KPřed rokem
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
zhlédnutí 121KPřed rokem
How to Setup and Program ESP32 Microcontroller- Complete Guide
ESP Programmer for ESP32 and ESP-12E (ESP8266) Microcontroller
zhlédnutí 6KPřed rokem
ESP Programmer for ESP32 and ESP-12E (ESP8266) Microcontroller
How to Generate Gerber and Drill files in Altium PCB Designer
zhlédnutí 12KPřed rokem
How to Generate Gerber and Drill files in Altium PCB Designer
How to Upgrade ESP-01 Module Firmware and test AT Commands
zhlédnutí 35KPřed rokem
How to Upgrade ESP-01 Module Firmware and test AT Commands
Altium Tutorial 2- Routing the Printed Circuit Board
zhlédnutí 9KPřed rokem
Altium Tutorial 2- Routing the Printed Circuit Board
Altium Tutorial 1- Create PCB Project and Schematic Design
zhlédnutí 26KPřed rokem
Altium Tutorial 1- Create PCB Project and Schematic Design
Amazon SNS and DynamoDB in AWS Cloud- Email Notification and Database
zhlédnutí 2,7KPřed rokem
Amazon SNS and DynamoDB in AWS Cloud- Email Notification and Database
RFID Reader RYRR10S with Arduino Tutorial
zhlédnutí 2,7KPřed rokem
RFID Reader RYRR10S with Arduino Tutorial
AWS IoT Core with Raspberry Pi4 Tutorial- Complete Guide
zhlédnutí 14KPřed rokem
AWS IoT Core with Raspberry Pi4 Tutorial- Complete Guide
MQTT Protocol with NodeMCU ESP8266 Tutorial
zhlédnutí 103KPřed 2 lety
MQTT Protocol with NodeMCU ESP8266 Tutorial
LoRa Module with Arduino- REYAX RYLR998 Tutorial
zhlédnutí 43KPřed 2 lety
LoRa Module with Arduino- REYAX RYLR998 Tutorial
What is MQTT Protocol and how it works in IoT Projects
zhlédnutí 32KPřed 2 lety
What is MQTT Protocol and how it works in IoT Projects
What is an IoT- Internet of Things Architecture Explained in Detail
zhlédnutí 3,9KPřed 2 lety
What is an IoT- Internet of Things Architecture Explained in Detail
Control Servo Motor with Arduino- Complete Guide
zhlédnutí 6KPřed 2 lety
Control Servo Motor with Arduino- Complete Guide
Solved USB Not Detected NodeMCU ESP8266- Drivers issue
zhlédnutí 174KPřed 2 lety
Solved USB Not Detected NodeMCU ESP8266- Drivers issue

Komentáře

  • @NitishKumar-mt6tf
    @NitishKumar-mt6tf Před 4 hodinami

    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 Před 23 hodinami

    Sir any embedded testing course is available in online for beginner

  • @ltlt6117
    @ltlt6117 Před dnem

    Hi can multiple functions run just in one task?

  • @DevaMedari
    @DevaMedari Před dnem

    thank you bro

  • @qhr_5
    @qhr_5 Před dnem

    Good day, I've stumbled upon your CZcams 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!

  • @mahmoudsaid9308
    @mahmoudsaid9308 Před dnem

    Can you give us more app for MQTT protocol

  • @ps_xdtv2740
    @ps_xdtv2740 Před 2 dny

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

  • @strangergaming7188
    @strangergaming7188 Před 2 dny

    im chossing cyber physical systems in btech, will it be useful to percieve my career in embedded software engineer

  • @ssembalirwadenis5648

    Insightful ❤

  • @MUHAMMADFARISIMRANBINMOHDISHAM

    gajdiududfrttet

  • @AKHILVBABU
    @AKHILVBABU Před 3 dny

    Hi. bro can you make video for interneter radio with Esp32

  • @sagarmmugadur
    @sagarmmugadur Před 4 dny

    Thank You So Much Sir..🥰

  • @Nivaldex
    @Nivaldex Před 4 dny

    Where do I configure the connection ??????????????????????????????????????????????????????????????????????? This is not necessary!

  • @jabaljoshi7343
    @jabaljoshi7343 Před 5 dny

    Very Nice tutorial, Explain everything

  • @bharaths2646
    @bharaths2646 Před 5 dny

    how to turn off this code

  • @vijaysulakhe5605
    @vijaysulakhe5605 Před 5 dny

    Excellent explanation and video, many THANKS. Hope you make video about STM32 projects with Arduino IDE.

  • @destroyerex
    @destroyerex Před 6 dny

    helpful video, tysm

  • @lenailartdunetunisienne999

    I'am really thankful for this important video because I have prepared all steps even the Blynk app project but nothing goes because the computer didn't find the ESP8266 ! Thanks again

  • @ericschatz4943
    @ericschatz4943 Před 6 dny

    Big shoutout, this is by far the clearest video on this topic.

  • @BEPALOM
    @BEPALOM Před 6 dny

    Привет, уже долго пробую и ничего не выходит. Прошивка успешно загружается. Появляется WiFi точка, но на AT команды не реагирует. Также не реагирует на скечи с кодом. Что делать? Hi, I've been trying for a long time and nothing comes out. The firmware is loading successfully. A WiFi hotspot appears, but does not respond to AT commands. It also does not respond to code snippets. What to do?

  • @herebest4612
    @herebest4612 Před 7 dny

    Thanks thalaiva

  • @orfigeminkch
    @orfigeminkch Před 7 dny

    I don't know what's wrong with my project but when I try the LED won't be turned on at first, i can't upload the code from arduino IDE if using the pin 0 & 1 for RX TX but then I try to use SoftwareSerial library to define pins 10,11 to be RX TX is it correct? or it must be on pins 0 & 1 for RX TX? I use the apk in the link, it could be connected but the led won't be turned on when i clicked on.. Any solution would be appreciated🙏

    • @BINARYUPDATES
      @BINARYUPDATES Před 6 dny

      Hi Orfigeminkch, when we use Arduino Pins 0 & 1 as Rx, Tx to connect to HC-05 Module. Arduino won't allow us to upload the code. That's why in video I mentioned that first upload the code and then connect HC-05 Bluetooth module to Arduino's Rx and Tx pins. This way we can avoid issue with code uploading. Otherwise using Software Serial is an option. Now when you use software serial library make sure use software serial to receive data. This will leads to change in Arduino code. I hope this may help. Good luck and best wishes!

  • @mahvishashrafi3677
    @mahvishashrafi3677 Před 8 dny

    Thanks ❤

  • @AlexFreemanOfficial

    Thanks for the video. Very simple, concise and clear. Helped me a lot. 🙌🙏

  • @alextadeu8026
    @alextadeu8026 Před 9 dny

    thanks !!!

  • @oaknetcarvalho
    @oaknetcarvalho Před 9 dny

    Nice, thanks the example. Would you have any tips for using a ESP32-C6 sending data to zigbee2mqtt which forwards the data to a server which responds with a payload which is sent back to the ESP32-C6?

    • @BINARYUPDATES
      @BINARYUPDATES Před 6 dny

      Hi Oaknetcarvalho, I'm yet to explore the zigbee feature of ESP32-C6. I'll surely make video in future on this topic. Thanks!

  • @janedoe6182
    @janedoe6182 Před 9 dny

    Try simulate LED connected to ground, not Vcc. STM32 GPIO in Proteus buggy, and cant drive outputs to Vcc.

  • @mortenlund1418
    @mortenlund1418 Před 9 dny

    What a great tutorial. Thank you for sharing. Really like your style!

    • @BINARYUPDATES
      @BINARYUPDATES Před 6 dny

      Thanks so much! I'm glad that you find this ADC with STM32 tutorial helpful.

  • @suryapratapsingh19113

    I bought ch 340 rs 151 ....& Cp chip 189

    • @BINARYUPDATES
      @BINARYUPDATES Před 6 dny

      Hi Suryapratap, I hope your ESP32 with CH340 is working fine. I wish you good luck and best wishes!

  • @andre.ramos.1234
    @andre.ramos.1234 Před 10 dny

    thank you

  • @HollyHertig
    @HollyHertig Před 10 dny

    very nice!

  • @sudarsanhot
    @sudarsanhot Před 11 dny

    What is the application he used to take the image?

  • @madlabsprep
    @madlabsprep Před 11 dny

    By far the simplest video to explain the IoT architecture. Thanks for making this video.

    • @BINARYUPDATES
      @BINARYUPDATES Před 6 dny

      Hi Madlab, thank you so much. I'm happy to know you found this IoT architecture video useful. Best wishes!

  • @kotomotobukr657
    @kotomotobukr657 Před 12 dny

    i really need the code cuz i cant tupe it and cha gbt is giving me wrong ones

  • @ABHINAV-wx4bg
    @ABHINAV-wx4bg Před 12 dny

    Really thank you!!!!!!!!!!

  • @madtin
    @madtin Před 13 dny

    Hello, is it normal if the led stops blinking after 5 seconds with this code? :S

    • @BINARYUPDATES
      @BINARYUPDATES Před 6 dny

      Hi Madtin, usually only at the time of esp32 programming happening the LED keep flickering. Blut once the programming is done then LED blinks as per delay in the code. I hope this answers the question. Good luck and best wishes!

  • @yehan4436
    @yehan4436 Před 14 dny

    Is there a way to program ch340(big module) with android

  • @NitishKumar-mt6tf
    @NitishKumar-mt6tf Před 14 dny

    from where u added LED ON in function in Rx cplt call back code on main program sir

  • @virajtayade
    @virajtayade Před 16 dny

    Which one is better suggest me

    • @BINARYUPDATES
      @BINARYUPDATES Před 6 dny

      Hi Viraj, I suggest using ESP8266 NodeMCU with CP2102 USB to UART chip. Good luck and best wishes!

  • @PerOveHusy
    @PerOveHusy Před 16 dny

    The constants used both in the video and in the comments below are erroneous. Gave no output. I removed the extra U (??) and made all 4 bytes long (not 4.5) #define ITM_TRACE_EN *((volatile uint32_t*) 0xE00000E00) #define DEMCR *((volatile uint32_t*) 0xE000EDFCU) #define ITM_STIMULUS_PORT0 *((volatile uint32_t*) 0xE00000000)

  • @keroroex4660
    @keroroex4660 Před 16 dny

    Thank you so much for making this video; it has been incredibly helpful to me. I really appreciate it.😭

  • @gujarisantamanyugmai
    @gujarisantamanyugmai Před 17 dny

    Nice Video Sir!!!

  • @rabbunimerugumala4800

    Port option is not there in device management any one say how to fix this

    • @BINARYUPDATES
      @BINARYUPDATES Před 6 dny

      Hi Rabbunimerugumala, I suggest to install the drivers as shown in video and if it doesn't help then please try with other good quality microUSB cable. I'm sure it will help to get your NodeMCU ESP8266 detected in device manager. Good luck and best wishes!

  • @user-jw4hm1rp4w
    @user-jw4hm1rp4w Před 19 dny

    Very well taught!

  • @donaldhoudek2889
    @donaldhoudek2889 Před 19 dny

    Great video!

  • @vladislavhrasko7588
    @vladislavhrasko7588 Před 20 dny

    Very precisious expleated Thanks

    • @BINARYUPDATES
      @BINARYUPDATES Před 20 dny

      Hi Vladislavhrasko, thank you so much! I'm glad you find this HC-05 Bluetooth lesson useful. Best wishes!

  • @jumbo999614
    @jumbo999614 Před 21 dnem

    Can it export to pdf? I want to create my own pcb.

    • @BINARYUPDATES
      @BINARYUPDATES Před 6 dny

      Yes, Altium allows user to export all manufacturing related files.

  • @ArafatHossain-tx9ld
    @ArafatHossain-tx9ld Před 23 dny

    Do I need a BTech degree to work as a freelance PCB designer? I have an electronics diploma degree

    • @BINARYUPDATES
      @BINARYUPDATES Před 6 dny

      Hi Arafat, in my opinion electronics diploma is good enough to start offering freelancing service of PCB design. I wish you good luck and best wishes!

  • @Sami-khanYT
    @Sami-khanYT Před 23 dny

    My device was not connecting it was showing offline even when i click that reset or rst button

    • @BINARYUPDATES
      @BINARYUPDATES Před 6 dny

      Hi Sami, please check if in your serial monitor it shows device is ready

    • @Sami-khanYT
      @Sami-khanYT Před 6 dny

      @@BINARYUPDATES no it wasn't