ArduinoIoTCloud
ArduinoIoTCloud copied to clipboard
Board I am using: MKR NB 1500 Sensors: multiple IC sensors for physical environment readings Power source: LiPo battery pack via on-board JST port Other libraries: Arduino LowPower for SAMD...
Describe the bug When trying to use an access point provided by ESPAsync_WiFiManager with the ArduinoIoTCloud functionality in the same Sketch, simply adding #include to an ESPAsync_WiFiManager example project causes...
Requires https://github.com/arduino-libraries/Arduino_ConnectionHandler/pull/57. ```C++ #include "arduino_secrets.h" #include "thingProperties.h" void onPhyFail() { Serial.println("[Connection Error] Could not connect to WiFi - check SSID and PASS"); } void onMqttConnectFail() { Serial.println("[Connection Error] Provision your...
The nina module provides a couple of [error codes](https://github.com/arduino/nina-fw/blob/master/main/CommandHandler.cpp#L1384-L1390) which are returned via [WiFiNINA](https://github.com/arduino-libraries/WiFiNINA/blob/master/src/WiFiStorage.h#L61). It would make sense to have them available via [OTAError](https://github.com/arduino-libraries/ArduinoIoTCloud/blob/bfaa7c6bb93bded0810d56e8318db5a65ee3cead/src/utility/ota/OTA.h#L44) as well.
I suggest to add a ArduinoIoTCloudClass::end() function for a regulated shutdown and restart of the whole cloud function. This would allow arduinos to shut down the cloud functions for power...
Not all NB-IoT networks come with integrated DNS resolution. Therefore it is necessary to have the IP addresses for the Arduino IoT Cloud services stored as a back-up solution. **mqtts-sa.iot.arduino.cc**...
This will partially fix #315 . As discussed we can just renema the macros with some more specialized name, but i decided to remove them because in my opinion this...
It would be really nice if there was a way to use this without it taking control of the network connection allowing someone to do their own network connection handling....
FIxes #300, See https://github.com/arduino-libraries/ArduinoBearSSL/issues/60 and https://github.com/arduino-libraries/ArduinoBearSSL/pull/61