-
will there be compatibility of the "MENU" websocket with esp32? I tried to perform a migration with ESP32 but without success.
-
Trying to figure out if it's my browser or something changed with Plunker. I've been using HTTP: // connection to a websocket server to send commands to microcontrollers.
Recently, I have not been a…
-
@tzapu added the libraries etc and when I try to compile the sketch I get:
WebSockets.h:164:9: error: 'WiFiClientSecure' does not name a type WiFiClientSecure \* ssl;
The section in Websockets.h is:…
-
-
Maybe it's feasible to add the ability to share the port with web server.
ESPAsyncWebServer can do this. If this library supports it too, it would ease the migration between the libraries (no websock…
-
Hi,
In the LW4 connection options (MACHINE CONNECTION), it shows ESP8266 as one of the options.
I would like to utilize ESP8266-01 to connect to my laser engraver via WiFi (because, otherwise, th…
-
### What happened?
I have two instances of WLED running on two separate ESP-12F (I believe they are 8266 based?) modules. To be specific, it's this [module](https://www.electrodragon.com/product/esp-…
-
I am trying to send an html webpage to the clients of websocketserver, is this possible?
-
This isn't a issue ... more of a question
I plan to create a web interface similar to the Otto BlueTooth App and I'm considering the possibility of reusing the react-native components from within a…
-
Hi Steph,
Got here via the link in RNT, thought as you wrote the original tutorial I'd follow yours. Lots of things aligned for this experiment, I'd forgotten aspects of WS so wanted a 101 inducti…