Search found 2 matches

by tihomir.9a4gl
Sun Aug 05, 2018 4:13 pm
Forum: ESP32 Arduino
Topic: Software ESP32 restart ( ESP.restart()) doesn't seems to fully reset the hardware
Replies: 6
Views: 31564

Re: Software ESP32 restart ( ESP.restart()) doesn't seems to fully reset the hardware

> Last week I have decided to verify if this problem was not solved by the latest version > of the espressif-arduino library and as a matter of fact it is. So please try the last version to verify if this solves your problem too. I am using atom + platformio, just noticed there is update for Espress...
by tihomir.9a4gl
Sun Jul 29, 2018 7:31 pm
Forum: ESP32 Arduino
Topic: Software ESP32 restart ( ESP.restart()) doesn't seems to fully reset the hardware
Replies: 6
Views: 31564

Re: Software ESP32 restart ( ESP.restart()) doesn't seems to fully reset the hardware

The above modification does not help in my case, but... I had the same issue and I read somewhere that Arduino HardwareSerial implementation has this issue and the ESP-IDF is fine. So, I tried to implement my HardwareSerial using ESP-IDF and this really works fine, you can do ESP.restart and UART2 w...