ArduinoIoTCloud
ArduinoIoTCloud copied to clipboard
This should fix #203. [SAMD](https://github.com/arduino/nina-fw/blob/63823f9eb3c463209ef00287218ab148db681f8f/main/CommandHandler.cpp#L1494) | | Value | |---|---| | Open Error | -201 | | Length Error | -202 | | CRC Error | -203 | | rename...
Ref to: https://forum.arduino.cc/t/getting-wificlient-from-arduinocloud-object/973385 Is there a way to get the [WiFiClient](https://www.arduino.cc/reference/en/libraries/wifi/wificlient/) object that `ArduinoCloud` creates when connecting to WiFi? Best regards.
Hello, I just got an MKRNB 1500 and I am trying to connect it to the Arduino IoT Cloud platform and toggle ON/OFF the on-board LED but for some reason...
### Motivation The current version of IoTCloudLibrary does not log every step involved in the Over-the-Air (OTA) update process, so it's not trivial do understand what's going on when something...
@pennam Feature Request: LoRaWan Example for the Portenta with LoRa Vision Shield I can test out anyone's code, I might be able to make a stab at this. Note: I...
Opened to track this issue https://github.com/arduino-libraries/ArduinoBearSSL/issues/56
Opened to track this issue https://github.com/arduino-libraries/ArduinoBearSSL/issues/60 and related PR https://github.com/arduino-libraries/ArduinoBearSSL/pull/61
All those ```C++ #if !defined(__AVR__) /* ... */ #endif ``` statements can be safely removed (of course preserving the statements within those ifdef/endif parts), i.e. ```diff -#if !defined(__AVR__) DEBUG_ERROR("Check your...
Sync-Callback works fine but only once after reboot of device. Is it because of ESP32-board? Thing is connected and values are uploaded to IoT-Cloud, but the Sync-Event does not call...