-
I would like to migrate from ESP8266 to ESP32 using Asynchronous Websockets. Is there any changes to enable ESP32 for Asynchronous Websockets server and client?
Thank you
-
I got this error while compiling the switch code
please, help me
Arduino: 1.8.13 (Windows Store 1.8.42.0) (Windows 10), Board: "NodeMCU 1.0 (ESP-12E Module), 80 MHz, Flash, Legacy (new can return …
-
This framework looks very nice indeed!
I am thinking of an application of this framework where I would like the ESP8266 to act as device that can both send and receive data/commands to a secure (ht…
-
Ein Feature Request für einen WebSerial Monitor, wie in #52 und #15 von @HFarryranz und @stefan123t angefragt.
> Kann man die seriellen Daten auf das WebIF umleiten?
Könnten wir die UART Ausgabe…
-
### Device
Sonoff Mini
### Version
ESPURNA_MINIMAL_ARDUINO_OTA dev 220212
### Bug description
ESPURNA_MINIMAL_ARDUINO_OTA today dev compilation. Telnet connection is OK. But OTA comman…
-
I'm Using ESP8266-Client.ino Example and connected to this site : https://socketsbay.com/test-websockets
i change
in defines.h
const char* websockets_server_host = "socketsbay.com"; //Enter serv…
-
Hi,
I'm trying connect NodeMCU v3 (esp8266) to socket.io server via https.
I'm using Arduino IDE (latest version) and latest version of this lib.
Using code from example WebSocketClientSocketIO…
-
Hello,
I like the grblHal approach and thank you for using my webUI ^_^ I am very proud you chose it 😸
Sorry to push my question here if it is not the right place, but I do not see discussion p…
-
The `websocket_helper` module is only available as part of the ESP8266 port. However, this module doesn't include any ESP8266 specific code. It should be available for any port that includes the `we…
-
If I use non-Async transfer.
Then after some time I get a slow motion in webSocket.loop () for up to 10 seconds or more, until it stops.
Now I turned on Async. The delay disappeared, but a problem a…