The use of the ESP8266 in the world of IoT

User avatar
By zarya
#1106 Here you will find a diff to apply to the last SDK

the example will auto start the tcp/udp socket server and accept LED1 for GPIO2 HIGH and LED0 for setting GPIO2 LOW

the command LED will return the status of the GPIO, all this is done via a TCP connection to the module no need for extra mcu/arduino's

https://gist.github.com/zarya/f6c94d37d861a9079710
User avatar
By reaper7
#1110 @zarya
the command LED will return the status of the GPIO, all this is done via a TCP connection to the module no need for extra mcu/arduino's

this is good idea!

tnx for sharing!