Search found 2 matches

by ad_app22
Wed Apr 19, 2017 7:27 pm
Forum: ESP-IDF
Topic: UART sends only Mojibake
Replies: 2
Views: 4211

Re: UART sends only Mojibake

Thanks a lot for your prompt reply and great hint! I think I have landed in the wrong forum. WROOM02 is based on ESP8266, which is a single core processor, while ESP32 a dual core processor. Fortunately I have followed the correct tutorial and taken a correct example project. For further question I ...
by ad_app22
Tue Apr 18, 2017 8:46 pm
Forum: ESP-IDF
Topic: UART sends only Mojibake
Replies: 2
Views: 4211

UART sends only Mojibake

Hi ESP guys, As a newbie of ESP32, I am working on setting up the UART as the debug interface of my board based on WROOM02, which has actually a ESP32 core. Both UARTs are connected via FTDI to USB and can be recognized as COM ports under Windows. I have taken ESP8266_NONOS_SDK\examples\IoT_Demo as ...