Am I trying to do too much with 8266?
Posted: Thu Mar 03, 2016 11:38 am
I have an Arduino sketch that animates LED strips.
I have moved it to an ESP8266 and if runs fine
I wish to control it via WiFi but..
The loop is busy animating LEDs so it cannot sit and wait for an incoming WiFi connection.
Would I be better to use an Arduino for the LED animation and an 8266 for the WiFi, then have the 8266 interrupt the Arduino when a WiFi command to alter the animation is received?
Advice appreciated.
I have moved it to an ESP8266 and if runs fine
I wish to control it via WiFi but..
The loop is busy animating LEDs so it cannot sit and wait for an incoming WiFi connection.
Would I be better to use an Arduino for the LED animation and an 8266 for the WiFi, then have the 8266 interrupt the Arduino when a WiFi command to alter the animation is received?
Advice appreciated.