ESP32 reboots on serial connect, send sensor data over serial #23419
Replies: 2 comments 2 replies
-
Well there are an every increasing number of DIFFERENT ESP32. Dev kits without USB hardware using ESP32-C3 (and others) internal USB interface tend to reboot on serial connection. So without knowing what kind of Dev Kit it is it's just a guess. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Ok, thx for the answers... For my second question, I just figured out (stupid me) that it can't get any easier than doing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have two questions, and for brevity I go with one thread here...
My ESP32 Dev Kit reboots on connecting over serial. I flashed the recent release and everything is fine. However, as soon as I open the serial port on my PC with minicom or screen - just to watch the log - the ESP32 reboots automatically. Interestingly, I have a different dev kit here as well, which does not show this behaviour, and for the other 100 ESP8266 and ESP32 devices I had in my hands so far, I haven't seen this.
Questions:
The second part relates to the question if I can use the serial port just for reporting. In my case I need the ESP32 to send out the messages over the serial (the USB CP2102 or whatever); my serial should get the MQTT messages which are otherwise sent over the network, ideally without all the rest of the logging (timestamp, etc.)
Question:
Thx...
Beta Was this translation helpful? Give feedback.
All reactions