ArduinoIoTCloud icon indicating copy to clipboard operation
ArduinoIoTCloud copied to clipboard

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

type: enhancement
topic: code

When a disconnect occurs, a reset message is provided to both the `_thing` and `_device` containers, but there is no subsequent call to `_thing.update()` or `_device.update()` to process the message...

type: imperfection
topic: code

revamp of https://github.com/arduino-libraries/ArduinoIoTCloud/pull/405 after 2.0.0 release Needs https://github.com/arduino-libraries/ArduinoMqttClient/pull/107 Fixes https://github.com/arduino-libraries/ArduinoIoTCloud/issues/338

type: enhancement
topic: code

type: imperfection
topic: code

Needs: https://github.com/arduino/ArduinoCore-mbed/pull/895 and https://github.com/arduino/ArduinoCore-renesas/pull/338 Fixes: #479 TODO: Edge control

topic: code

### Describe the problem Under the following conditions, the library uses an analog read of pin A0 to seed the pseudorandom number generator: - Board does not has a built-in...

type: imperfection

Needs https://github.com/arduino-libraries/ArduinoBearSSL/pull/80 in order to configure custom client profile and reduce build size. Fixes: https://github.com/arduino-libraries/ArduinoIoTCloud/issues/398

type: enhancement
topic: code

This modifies the implementation to be compatible with `avr-gcc`, which can then be supported by the Notecard. The core change is to templatize the implementation on `CloudInt`. This allows the...

type: enhancement
topic: code