Hi, I have a Chatter 2.0 and wanted to test if it could host a Wi-Fi server. When I first uploaded the code, it worked, but after a few more uploads, the device disconnected from my PC. Now, when I turn it off and back on while connected to the PC, it briefly detects the device before disconnecting again. Is there a way to fix this? Also, is there a solution that doesn’t require spending money? (I used Arduino IDE for the code uploading)
Never mind, I figured it out.
If anyone else runs into this issue, here’s what I did:
- Run:
pip install esptool
- Upgrade pip (I had to, but you might not need to).
- Run:
(Replaceesptool --port COM# chip_id
COM#
with your actual port number.) - Quickly turn your Chatter off and back on while running the above command.
- Run:
esptool --port COM# erase_flash
- Quickly turn your Chatter off and back on while running the above command.
This should help if you’re experiencing connection issues.
1 Like
Hey,
glad to hear you figured it out!
Thank you for sharing with the community!