-->
Page 3 of 3

Re: How to cotrol esp8266 using Socket, Html, Javascript ?

PostPosted: Tue Oct 08, 2019 8:43 pm
by jozephchristopher
The ESP hosts a webpage with three sliders to set the red, green and blue levels of an RGB LED (or LED strip). There's also a button to turn on a rainbow effect that cycles through the entire color wheel. Color data is transmitted from the browser to the ESP via a WebSocket connection. You can connect to the ESP directly, using it as an AP, or let the ESP connect to a different AP. You can use mDNS to open the webpage, by browsing to http://esp8266.local.

Re: How to cotrol esp8266 using Socket, Html, Javascript ?

PostPosted: Mon Nov 04, 2019 5:27 am
by AvaHill
The ESP hosts a webpage with three sliders to set the red, green and blue levels of an RGB LED (or LED strip). There's also a button to turn on a rainbow effect that cycles through the entire color wheel. Color data is transmitted from the browser to the ESP via a WebSocket connection.
You can connect to the ESP directly, using it as an AP, or let the ESP connect to a different AP. You can use mDNS to open the webpage, by browsing to http://esp8266.local.
All files are stored in the ESP's SPIFFS, and you can upload new files, or update files via a web interface.
You can also use the OTA service to upload new firmware (sketches) over Wi-Fi.

Re: How to cotrol esp8266 using Socket, Html, Javascript ?

PostPosted: Tue Mar 23, 2021 9:55 am
by Manuel Wessels