remote-control-with-websocket
remote-control-with-websocket copied to clipboard
ESP32 Remote Control with WebSocket
Hi Stéphane, First, thank you for your clear and helpful tutorial. However, I'd like to see an additional chapter on how to save preferences. I'm working on a particular project...
Hi Steve, Thank you for sharing your knowledge with us. It is great lesson you presented here. I have been working with a low power devices network using probe request...
Title says it all. This is one of the best tutorials I have seen, it very clearly describes several different concepts needed to make an end-to-end working websocket based implementation...
Hello, Has anyone managed to integrate multiple LEDs and switches? I managed to integrate 4 LEDs and 4 switches, but these can only be switched statically. I have not yet...
Excellent clear tutorial. Just switched over to platformio and was able to get all the libraries. Project compiles and uploads but I don't seem to connect. Added this code: Serial.println("Connecting.....
Hello Stéphane. I need your help with some direction to add some functionality using Websockets. 1.- Authentication before establishing a communication by Websockets. 2.- Navigate between several pages without losing...
thank you will have a look if i can make Electra to work with this https://www.youtube.com/watch?v=WfqDLlxB5ig https://www.youtube.com/watch?v=5wrMgU-uW78 
Hello Stéphane, a really nice project! Could you perhaps publish the code from #13 again? I tried to implement your code for several LEDs and buttons but it doesn't work....
in your comment[ to ShawnHymel](https://shawnhymel.com/1882/how-to-create-a-web-server-with-websockets-using-an-esp32-in-arduino/) you mention wss: `the WebSocket layer is much better managed in ESPAsyncWebServer. ... All `ws://` streams go through the HTTP port and all `wss://` streams...
Hello Stéphane, i found your tutorial some time ago and i found it helpful, essential for my testing project (i needed a web interface from which to control a led)....