BINARYUPDATES
BINARYUPDATES
  • Видео 137
  • Просмотров 7 628 981
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...
Просмотров: 917

Видео

Solved Issue: No HC-05 Bluetooth Module detected by Android App
Просмотров 6 тыс.5 месяцев назад
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
Просмотров 12 тыс.8 месяцев назад
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
Просмотров 16 тыс.9 месяцев назад
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
Просмотров 26 тыс.9 месяцев назад
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
Просмотров 12 тыс.10 месяцев назад
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
Просмотров 18 тыс.10 месяцев назад
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 тыс.11 месяцев назад
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,8 тыс.11 месяцев назад
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 тыс.11 месяцев назад
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
Просмотров 66 тыс.Год назад
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
Просмотров 7 тыс.Год назад
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
Просмотров 3,8 тыс.Год назад
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)
Просмотров 14 тыс.Год назад
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
Просмотров 23 тыс.Год назад
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
Просмотров 121 тыс.Год назад
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
Просмотров 12 тыс.Год назад
How to Generate Gerber and Drill files in Altium PCB Designer
How to Upgrade ESP-01 Module Firmware and test AT Commands
Просмотров 35 тыс.Год назад
How to Upgrade ESP-01 Module Firmware and test AT Commands
Altium Tutorial 2- Routing the Printed Circuit Board
Просмотров 9 тыс.Год назад
Altium Tutorial 2- Routing the Printed Circuit Board
Altium Tutorial 1- Create PCB Project and Schematic Design
Просмотров 26 тыс.Год назад
Altium Tutorial 1- Create PCB Project and Schematic Design
Amazon SNS and DynamoDB in AWS Cloud- Email Notification and Database
Просмотров 2,7 тыс.Год назад
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
Просмотров 14 тыс.Год назад
AWS IoT Core with Raspberry Pi4 Tutorial- Complete Guide
MQTT Protocol with NodeMCU ESP8266 Tutorial
Просмотров 102 тыс.2 года назад
MQTT Protocol with NodeMCU ESP8266 Tutorial
LoRa Module with Arduino- REYAX RYLR998 Tutorial
Просмотров 43 тыс.2 года назад
LoRa Module with Arduino- REYAX RYLR998 Tutorial
What is MQTT Protocol and how it works in IoT Projects
Просмотров 32 тыс.2 года назад
What is MQTT Protocol and how it works in IoT Projects
What is an IoT- Internet of Things Architecture Explained in Detail
Просмотров 3,8 тыс.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
Просмотров 174 тыс.2 года назад
Solved USB Not Detected NodeMCU ESP8266- Drivers issue

Комментарии

  • @ltlt6117
    @ltlt6117 14 часов назад

    Hi can multiple functions run just in one task?

  • @DevaMedari
    @DevaMedari 16 часов назад

    thank you bro

  • @qhr_5
    @qhr_5 День назад

    Good day, I've stumbled upon your RUclips 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 День назад

    Can you give us more app for MQTT protocol

  • @ps_xdtv2740
    @ps_xdtv2740 День назад

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

  • @strangergaming7188
    @strangergaming7188 День назад

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

  • @ssembalirwadenis5648
    @ssembalirwadenis5648 2 дня назад

    Insightful ❤

  • @MUHAMMADFARISIMRANBINMOHDISHAM
    @MUHAMMADFARISIMRANBINMOHDISHAM 2 дня назад

    gajdiududfrttet

  • @MUHAMMADFARISIMRANBINMOHDISHAM
    @MUHAMMADFARISIMRANBINMOHDISHAM 2 дня назад

    memek

  • @AKHILVBABU
    @AKHILVBABU 3 дня назад

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

  • @sagarmmugadur
    @sagarmmugadur 3 дня назад

    Thank You So Much Sir..🥰

  • @Nivaldex
    @Nivaldex 4 дня назад

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

  • @jabaljoshi7343
    @jabaljoshi7343 4 дня назад

    Very Nice tutorial, Explain everything

  • @bharaths2646
    @bharaths2646 4 дня назад

    how to turn off this code

  • @vijaysulakhe5605
    @vijaysulakhe5605 4 дня назад

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

  • @destroyerex
    @destroyerex 5 дней назад

    helpful video, tysm

  • @lenailartdunetunisienne999
    @lenailartdunetunisienne999 5 дней назад

    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 6 дней назад

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

  • @BEPALOM
    @BEPALOM 6 дней назад

    Привет, уже долго пробую и ничего не выходит. Прошивка успешно загружается. Появляется 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?

    • @BEPALOM
      @BEPALOM 6 дней назад

      Чип esp8266EX

  • @herebest4612
    @herebest4612 6 дней назад

    Thanks thalaiva

  • @orfigeminkch
    @orfigeminkch 6 дней назад

    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 6 дней назад

      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 7 дней назад

    Thanks ❤

  • @AlexFreemanOfficial
    @AlexFreemanOfficial 7 дней назад

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

  • @alextadeu8026
    @alextadeu8026 8 дней назад

    thanks !!!

  • @oaknetcarvalho
    @oaknetcarvalho 8 дней назад

    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 6 дней назад

      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 9 дней назад

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

  • @mortenlund1418
    @mortenlund1418 9 дней назад

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

    • @BINARYUPDATES
      @BINARYUPDATES 6 дней назад

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

  • @suryapratapsingh19113
    @suryapratapsingh19113 9 дней назад

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

    • @BINARYUPDATES
      @BINARYUPDATES 6 дней назад

      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 9 дней назад

    thank you

  • @HollyHertig
    @HollyHertig 10 дней назад

    very nice!

  • @sudarsanhot
    @sudarsanhot 10 дней назад

    What is the application he used to take the image?

  • @madlabsprep
    @madlabsprep 11 дней назад

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

    • @BINARYUPDATES
      @BINARYUPDATES 6 дней назад

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

  • @kotomotobukr657
    @kotomotobukr657 11 дней назад

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

  • @ABHINAV-wx4bg
    @ABHINAV-wx4bg 12 дней назад

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

    • @BINARYUPDATES
      @BINARYUPDATES 6 дней назад

      Hi Abhinav, Welcome. Best wishes!

  • @madtin
    @madtin 13 дней назад

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

    • @BINARYUPDATES
      @BINARYUPDATES 6 дней назад

      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 13 дней назад

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

  • @NitishKumar-mt6tf
    @NitishKumar-mt6tf 13 дней назад

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

  • @virajtayade
    @virajtayade 15 дней назад

    Which one is better suggest me

    • @BINARYUPDATES
      @BINARYUPDATES 6 дней назад

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

  • @PerOveHusy
    @PerOveHusy 15 дней назад

    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 15 дней назад

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

  • @gujarisantamanyugmai
    @gujarisantamanyugmai 16 дней назад

    Nice Video Sir!!!

    • @BINARYUPDATES
      @BINARYUPDATES 6 дней назад

      Thank you so much Santamanyu. Best wishes!

  • @rabbunimerugumala4800
    @rabbunimerugumala4800 17 дней назад

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

    • @BINARYUPDATES
      @BINARYUPDATES 6 дней назад

      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 18 дней назад

    Very well taught!

  • @donaldhoudek2889
    @donaldhoudek2889 19 дней назад

    Great video!

  • @vladislavhrasko7588
    @vladislavhrasko7588 19 дней назад

    Very precisious expleated Thanks

    • @BINARYUPDATES
      @BINARYUPDATES 19 дней назад

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

  • @jumbo999614
    @jumbo999614 20 дней назад

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

    • @BINARYUPDATES
      @BINARYUPDATES 6 дней назад

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

  • @ArafatHossain-tx9ld
    @ArafatHossain-tx9ld 22 дня назад

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

    • @BINARYUPDATES
      @BINARYUPDATES 6 дней назад

      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 22 дня назад

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

    • @BINARYUPDATES
      @BINARYUPDATES 6 дней назад

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

    • @Sami-khanYT
      @Sami-khanYT 5 дней назад

      @@BINARYUPDATES no it wasn't

  • @bangtap2613
    @bangtap2613 24 дня назад

    Just followed your instructions, to the letter and it worked perfectly first time. Thank you for a very very good lesson. God Bless.

    • @BINARYUPDATES
      @BINARYUPDATES 6 дней назад

      Hi Bangtap, thank you so much. I'm glad your Arduino Ethernet Shield is working fine. Best wishes!

  • @petatv_cz6544
    @petatv_cz6544 24 дня назад

    hey man, super cool video... i like, it seems that you know what you are talking about :D I sent you a message on IG :D