How to run uart echo in esp32 with ESP-IDF using Espressif IDE

preview_player
Показать описание
In this video I've told you about how to get uart echo using esp32. Here I've used ESP-IDF with espressif IDE.

#ESP32
#ESPIDF
#EspressifIDE
Рекомендации по теме
Комментарии
Автор

I really appreciate your content and solving errors .Please make videos using mqtt, tcp, wifi, BT

balamuruganlakhsmanan
Автор

Thanks, this series has unique content..! 👏

felixfigueroa
Автор

hey how we receive the hex data over uart and decode them, to know what is the actual data that we received in hex

embeddedjunction
Автор

ESP32's default baud rate is 115200. If I am changing the baud rate more than that after building the project its again resetting it to 115200. As in config, its the maximum range of baud rate. But the datasheet states it can go till 5mbps. Can anyone help in how to set it? I am using ESP32 DevkitC.

devaharshameesarapu