Hi,
Having used this great plugin with Arduino for a while, I decided to try the nodeMCU boards with it. Setup was pretty easy however I have a strange issue occurring.
Every 90 seconds, the Wi-fi LED goes out on the nodeMCU and two of the four designated outputs float high and two float low. The disconnect lasts around 20 seconds and then the board reconnects - the outputs switching to the correct state. This cycle happens constantly and like clockwork.
I'm not sure if it's the code crashing periodically as I've tried two separate boards and both are donig the same thing. When I upload the code using the Arduino IDE (1.8.1), I use the nodeMCU 1.0 (ESP-12E module) setting. It does however flash up a warning on upload stating that
"WARNING: library LiquidCrystal_I2C claims to run on [avr] architecture(s) and may be incompatible with your current board which runs on [esp8266] architecture(s)."
I'm not sure if it's this that is causing the code to crash or if anyone got any idea what this issue may be?
Best wishes,
Jay
The boards I am using are these : HiLetgo 2pcs New Version ESP8266 NodeMCU LUA CP2102 ESP-12E Internet WIFI Development Board Open source Serial Wireless Module Works Great Arduino IDE/Micropython https://www.amazon.co.uk/dp/B0791FJB..._RN-DBb4HJM33C
They are being powered by 5V USB wall charger with an ample output current.
Having used this great plugin with Arduino for a while, I decided to try the nodeMCU boards with it. Setup was pretty easy however I have a strange issue occurring.
Every 90 seconds, the Wi-fi LED goes out on the nodeMCU and two of the four designated outputs float high and two float low. The disconnect lasts around 20 seconds and then the board reconnects - the outputs switching to the correct state. This cycle happens constantly and like clockwork.
I'm not sure if it's the code crashing periodically as I've tried two separate boards and both are donig the same thing. When I upload the code using the Arduino IDE (1.8.1), I use the nodeMCU 1.0 (ESP-12E module) setting. It does however flash up a warning on upload stating that
"WARNING: library LiquidCrystal_I2C claims to run on [avr] architecture(s) and may be incompatible with your current board which runs on [esp8266] architecture(s)."
I'm not sure if it's this that is causing the code to crash or if anyone got any idea what this issue may be?
Best wishes,
Jay

The boards I am using are these : HiLetgo 2pcs New Version ESP8266 NodeMCU LUA CP2102 ESP-12E Internet WIFI Development Board Open source Serial Wireless Module Works Great Arduino IDE/Micropython https://www.amazon.co.uk/dp/B0791FJB..._RN-DBb4HJM33C
They are being powered by 5V USB wall charger with an ample output current.
Comment