The use of the ESP8266 in the world of IoT

User avatar
By sporadic
#71964 Once you get beyond sending commands for simple sequences and fades, it will become quite a project. I recommend following up on Barnabybear's links. Basically, we're using stage lighting protocols over wifi to drive lights synchronized to music. Video from my Christmas 2014 - https://www.youtube.com/watch?v=36xLKMa ... ltwR6XbOc7 and Halloween 2017 - https://www.youtube.com/watch?v=tawu2RQ ... EVPBFfUvHP.
User avatar
By Luc Volders
#71965 ESP basic is found on this forum here:

viewforum.php?f=38

The documentation and downloads are all to be found here:
https://www.esp8266basic.com/

Some samples using UDP:
viewtopic.php?f=42&t=14117&hilit=udp

Udp Code to switch a relay between master and slave:
viewtopic.php?f=41&t=11335&p=62711&hilit=udp#p62711

And a simple UDP send and receive script:
viewtopic.php?f=40&t=13449&p=61383&hilit=udp#p61383

Just dive into ESP-Basic it is very easy to use

Luc