ArduinoIoTCloud icon indicating copy to clipboard operation
ArduinoIoTCloud copied to clipboard

Results 83 ArduinoIoTCloud issues
Sort by recently updated
recently updated
newest added

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

type: enhancement
topic: code

@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)...

type: enhancement
topic: documentation

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...

topic: code

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...

topic: code

Changes: - print timezone info only if DEBUG_VERBOSE is enabled - add braces to a single statement "if" to improve readability

type: enhancement
topic: code

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.

type: enhancement
topic: code

This PR should to the job for #299

type: enhancement
topic: code