WiFi router-modem crashes when using ESP
Posted: Wed May 03, 2017 12:26 pm
My setup consists of using a ESP8266-01S as a standalone module for processing and sending sensor data to a website. I have successfully compiled and loaded my code to the ESP module using the Arduino IDE and a FTDI 232R USB-to-serial device connected to my MacBook Air computer. The FTDI outputs power at 3.5v. After loading the code, I removed the FTDI device and connected an external power regulator which provides 3.3v to the ESP module and 5v (on a separate bus) to the sensor device.
My first attempt was to push data to the ThingSpeak site at 15 sec intervals. The system worked for 2 cycles of output, after which my WiFi router/modem crashed.
For my second attempt I used a different ESP8266-01S which I programmed to post data to "Google Sheets" at 15 minute (vs 15 second) intervals. I got one cycle of data posted, after which my WiFi router/modem again crashed.
In the meantime, my voltage regulator burned out (I had left it tuned on for 8 continuous hours).
I programmed a Baud rate in both instances of 115000. I recently read that newer ESP8266-01s (which I believe I have) operate at 9600 Baud. Could this be the cause of my problem?
My first attempt was to push data to the ThingSpeak site at 15 sec intervals. The system worked for 2 cycles of output, after which my WiFi router/modem crashed.
For my second attempt I used a different ESP8266-01S which I programmed to post data to "Google Sheets" at 15 minute (vs 15 second) intervals. I got one cycle of data posted, after which my WiFi router/modem again crashed.
In the meantime, my voltage regulator burned out (I had left it tuned on for 8 continuous hours).
I programmed a Baud rate in both instances of 115000. I recently read that newer ESP8266-01s (which I believe I have) operate at 9600 Baud. Could this be the cause of my problem?