arduinoWebSockets icon indicating copy to clipboard operation
arduinoWebSockets copied to clipboard

arduinoWebSockets

Results 198 arduinoWebSockets issues
Sort by recently updated
recently updated
newest added

MWE: Starting from the example sketch in https://github.com/Links2004/arduinoWebSockets/blob/master/examples/esp8266_pico/WebSocketClientSSL/WebSocketClientSSL.ino, which works fine, I add a new function: ``` const char* url = "https://www.howsmyssl.com/a/check"; void https() { WiFiClientSecure client; HTTPClient https; client.setInsecure();...

i get this error message: ``` WiFi status: 3 [IOc] Disconnected! ``` I don't know any more what to do, can someone help? This is the code **expressJS:** ```js const...

Dear @Links2004, I use a ESP01 with you Library for an Webserver application. I see sudden reboots of the ESP01 but due to my GPIO config the boot hang. The...

socketIO.isConnected() this function is not working properly it gives false till its not connected to socket , once it connected with server it gives true thats fine , but when...

I'm using the WebSocketClient with an ESP32. I know that I have a fairly slow and sometimes unstable WiFi connectivity. Currently it seems that the `sendBIN()` methods are blocking for...

Hello all, I am using an Uno R4 wifi as a websockets server and I am experienced a strange issue. Whenever I reload my webpage (...containing javascript websockets client) or...

@Links2004 I am working on a project using ESP32 and the WebSockets library, where I need to switch between Wi-Fi and GSM networks dynamically. I would like to globally define...

Hello @Links2004 :)! I would like using Ai Thinker A6 (GSM/GPRS) with this library instead of ESP8266 wifi client. I can create a class with methods called equal as "wifi...