arduinoWebSockets
arduinoWebSockets copied to clipboard
arduinoWebSockets
Joystick
Hello. I need a web joystick example for motor control. Can u help me
I tried many times to connect to the websocket server but failed。I used wireShark to capture packets but did not find the corresponding ip data packet。 The source code is...
Hi, I get an Compiler Warning when using the lib like: ``` .pio\libdeps\esp01_1m\WebSockets\src\WebSockets.cpp:748:75: note: format string is defined here 748 | DEBUG_WEBSOCKETS("[HBtimeout] pong TIMEOUT! lp=%d millis=%d pi=%d count=%d\n", client->lastPing, millis(),...
I would like to set in my main code the milliseconds of the Heartbeat parameter. I tried to set the variable "EIO_HEARTBEAT_INTERVAL": `#define EIO_HEARTBEAT_INTERVAL 3000` - but it is not...
Hello , when accessing from a portable device , it often happens I close my app whithout disconnecting first from the ESP8266 so every new access from the smartphone increases...
Actually the library will compile only with "chain" mode if you include manually "WiFi.h" in your source. This should solve the problem, without altering the default plaformio.ini of library's users.
I am using socket.io client to connect to my server using websockets. It works fine as long as the internet connection is there, but if i disable the internet keeping...
It doesn't compile when I use AsyncElegantOTA. I get this: c:/users/nmika/appdata/local/arduino15/packages/esp8266/tools/xtensa-lx106-elf-gcc/2.5.0-4-b40a506/bin/../lib/gcc/xtensa-lx106-elf/4.8.2/../../../../xtensa-lx106-elf/bin/ld.exe: C:\Users\nmika\AppData\Local\Temp\arduino-sketch-393435F02AC9FC2C1FFA53DAE9EA71CC\libraries\WebSockets\WebSockets.cpp.o: in function `WebSockets::base64_encode(unsigned char*, unsigned int)': c:\Users\nmika\Documents\Arduino\libraries\WebSockets\src/WebSockets.cpp:577: undefined reference to `sha1(String const&, unsigned char*)' c:/users/nmika/appdata/local/arduino15/packages/esp8266/tools/xtensa-lx106-elf-gcc/2.5.0-4-b40a506/bin/../lib/gcc/xtensa-lx106-elf/4.8.2/../../../../xtensa-lx106-elf/bin/ld.exe: C:\Users\nmika\AppData\Local\Temp\arduino-sketch-393435F02AC9FC2C1FFA53DAE9EA71CC\libraries\WebSockets\WebSockets.cpp.o: in function...
Have a nice day. I want to send the photos I take from esp32 cam to the server via the Gsm Module. I thought I had successfully sent the photo...
Hi, I have a NodeJS ws server running and my ESP8266 connected to ENC28J60 acts as a websocket client. The connection gets established and everything works fine initially. But after...