ArduinoCloudProviderExamples icon indicating copy to clipboard operation
ArduinoCloudProviderExamples copied to clipboard

Examples of how to connect various Arduino boards to cloud providers.

Results 10 ArduinoCloudProviderExamples issues
Sort by recently updated
recently updated
newest added

Hi, I am using the arduino tutorial for connecting MKR 1500 (NB-IoT) to Google IoT Core with the corresponding librairies. It doesn't work. Azure tutorial works fine, but not IoT...

bug

After uploading this example a connection to GSM is made successfully. After this it just keeps printing a . and keeps on trying to connect to the broker unsuccessfully. How...

bug

After following instructions to generate a CSR and upload to AWS, then uploading this sketch (AWS_Iot_Wifi) , the arduino nver connects to AWS. I just get a series of dots.

bug

Hi When the JWT token expires the connection is dropped by Google. The connection is not established. Steps to replicate - reduce the JWT EXP time to 10 mins. The...

bug

In the IoT hub examples, the username is set to "\/\/api-version=2018-06-30": https://github.com/arduino/ArduinoCloudProviderExamples/blob/4ce13b8f37d3059aca7dd791b2ee9ba496921394/examples/Azure%20IoT%20Hub/Azure_IoT_Hub_GSM/Azure_IoT_Hub_GSM.ino#L77 https://github.com/arduino/ArduinoCloudProviderExamples/blob/4ce13b8f37d3059aca7dd791b2ee9ba496921394/examples/Azure%20IoT%20Hub/Azure_IoT_Hub_NB/Azure_IoT_Hub_NB.ino#L79 https://github.com/arduino/ArduinoCloudProviderExamples/blob/4ce13b8f37d3059aca7dd791b2ee9ba496921394/examples/Azure%20IoT%20Hub/Azure_IoT_Hub_WiFi/Azure_IoT_Hub_WiFi.ino#L69 It should be "\/\/?api-version=2018-06-30". According to IoT hub docs here: https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-mqtt-support

bug

Currently the Wi-Fi examples are only for the boards that use the "**WiFiNINA**" library. It would be useful to have examples for ESP32-based boards as well.

enhancement

It is possible to create and example to connect to the u-blox [ThingStream](https://www.u-blox.com/en/product/thingstream) PointPerfect service like: https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library/tree/main/examples/ZED-F9P/Example18_PointPerfectClient Please add examples for connecting to this service using Arduino boards (e.g., MKR...

enhancement

Needs https://github.com/arduino/ArduinoCore-mbed/pull/992

enhancement

This pr depends on https://github.com/arduino/ArduinoCore-renesas/pull/502 https://github.com/arduino/uno-r4-wifi-usb-bridge/pull/76

enhancement