ArduinoIoTCloud
ArduinoIoTCloud copied to clipboard
Needs: * https://github.com/arduino-libraries/Arduino_ConnectionHandler/pull/81 and https://github.com/arduino/ArduinoCore-mbed/pull/526 for Ethernet connection * https://github.com/arduino-libraries/Arduino_Portenta_OTA/pull/30 for OTA
@pennam Feature Request: Ethernet Example for Portenta with Ethernet Vision Shield I can test out anyone's code, I might be able to make a stab at this. Looking at [Arduino_ConnectionHandler.h](https://github.com/arduino-libraries/Arduino_ConnectionHandler/blob/master/src/Arduino_ConnectionHandler.h)...
After release [1.5.0](https://github.com/arduino-libraries/ArduinoIoTCloud/releases/tag/1.5.0) is no more necessary to configure the `thing_id` from the sketch. The board retrieves the attached `thing_id` from the cloud using the `device_id`. Fixes #304
Some user reported a wrong behaviour of the scheduler widget due to wrong time. After some investigations we discovered that the time readed from connection handler was wrong. https://forum.arduino.cc/t/arduino-cloud-scheduler-responding-to-utc-time-instead-of-local-time/992909/21 The...
This library defines some constants in the global namespace, such as the following ones: https://github.com/arduino-libraries/ArduinoIoTCloud/blob/451d57d53da33dfad490c6c0cd9f521780066e7c/src/ArduinoIoTCloud.h#L51-L56 This generates errors whenever they are also defined by other libraries, preventing their coexistence. For...
Related to #73.
Changes: - print timezone info only if DEBUG_VERBOSE is enabled - add braces to a single statement "if" to improve readability
Hello!, I've attached a 3x4 matrix keypad and integrated the code with Arduino IoT cloud. However, I could see that after writing ArduinoCloud.update(); it prints after a delay of about...
After #317 and #302 i thought to cleanup TimeService class before proceeding with other developments.
This PR should to the job for #299