thoughts about extended GPIO control
Posted: 03 Jan 2016, 13:02
Hi Martinus,
I like to control some RGB led(strips) with ESPEasy.
The way it works now I have to send 3 separate commands resulting in 3 separate connections to make for controlling 3 GPIO's for Red Green and Blue. I think this will cause enough delay to make a colorchange slow, seeing the colors change one by one, that is not really what one would like to see in a color led(strip).
So is it possible to extend the GPIO command list with a new command controlling multiple GPIO's in one command. Something like:
http://<ESP IP address>/control?cmd=RGB,<pinR>,<pinG>,<pinB>,<levelR>,<levelG>,<levelB>
I have a chinese LED WiFi Controller H801 http://hackaday.com/2015/08/25/esp8266- ... -products/ which has a ESP8266 inside, it would be nice to flash it with the ESPEasy software. This controller has 5 High Current MosFets with PWM capabilitie. 3 for R,G,B and 2 for white leds.
i don't want to overload you with requests but maybe you can give your opinion about the idea of multiple GPIO commands.
I like to control some RGB led(strips) with ESPEasy.
The way it works now I have to send 3 separate commands resulting in 3 separate connections to make for controlling 3 GPIO's for Red Green and Blue. I think this will cause enough delay to make a colorchange slow, seeing the colors change one by one, that is not really what one would like to see in a color led(strip).
So is it possible to extend the GPIO command list with a new command controlling multiple GPIO's in one command. Something like:
http://<ESP IP address>/control?cmd=RGB,<pinR>,<pinG>,<pinB>,<levelR>,<levelG>,<levelB>
I have a chinese LED WiFi Controller H801 http://hackaday.com/2015/08/25/esp8266- ... -products/ which has a ESP8266 inside, it would be nice to flash it with the ESPEasy software. This controller has 5 High Current MosFets with PWM capabilitie. 3 for R,G,B and 2 for white leds.
i don't want to overload you with requests but maybe you can give your opinion about the idea of multiple GPIO commands.