Aruna Tennakoon

Results 291 comments of Aruna Tennakoon

I had the same problem on Ubuntu. I installed C++ 11 compile liker @LawJolla and error gone here is how to install C++ 11 on Ubuntu http://charette.no-ip.com:81/programming/2011-12-24_GCCv47/

Great let me know if you need help testing

Hello @SuGlider Thanks for taking a look. flashed the same code on ESP32-C3. I am seeing the same issue. ![image](https://github.com/user-attachments/assets/6ce07a60-af05-424a-9c54-3d48de15e3da) I wrote the same code using NimBLE library. nRF Connect...

Hi, 1. Are you using Ubuntu or Mac? 2. Arduino IDE version I will try on my local setup and try to replicate

Arduino IDE: 2.3.2 ESP32 Core: 3.0.2 MacMini: M1 - 13.6 SinricPro: 3.0.1 can compile the switch sketch with ESP32C6

Some users suggest uninstalling everything and reinstalling worked for them Can you share the following so we can reproduce. Arduino IDE version Arduino-ESP core version for ESP32 / ESP8266 OS...

Code without the credentials would be helpful to understand further On Tue, 27 Aug 2024 at 10:04 AM Alefox ***@***.***> wrote: > Hi. > > I'm working with the Sinric...

Your issue is likely `delay(60000);` which pauses the MCU (that ends up dropping the internal connection to the server). Try re-writting without `delay` like below ``` unsigned long lastSendTime =...

Did you miss the loop()? https://github.com/Links2004/arduinoWebSockets/blob/master/examples/arduino_renesas/arduino_uno_r4_wifi/arduino_uno_r4_wifi.ino#L108

` /home/runner/Arduino/libraries/arduinoWebSockets/src/WebSocketsClient.cpp: In member function 'virtual void WebSocketsClient::clientDisconnect(WSclient_t*)': /home/runner/Arduino/libraries/arduinoWebSockets/src/WebSocketsClient.cpp:559:17: error: 'struct WSclient_t' has no member named 'ssl' client->ssl = NULL; ^~~ ` Just saw this in the log, bit hard...