-
The following Cloud variables, have a frequency that is too fast for LoRa:
```
ArduinoCloud.addProperty(bool_property_1, READWRITE, 1 * SECONDS);
...
ArduinoCloud.addProperty(bool_property_…
-
Ref to: https://forum.arduino.cc/t/getting-wificlient-from-arduinocloud-object/973385
Is there a way to get the [WiFiClient](https://www.arduino.cc/reference/en/libraries/wifi/wificlient/) object t…
-
### Hardware used
MKR GSM 1400 with MKR GPS attached as a shield.
### Issue description
When using the MKR GPS example sketch, GPS data immediately appears in the serial monitor.
However, when…
-
C:\Users\user\AppData\Local\Arduino15\RemoteSketchbook\ArduinoCloud\111514355832011092383\esp_google_sheet_rfid\sketch_jan22a\sketch_jan22a.ino:218:14: error: 'class BearSSL::WiFiClientSecure' has no …
-
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
…
-
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. Is this something that the team…
-
I am using the MKR Wifi 1010 with the IoTCloud but I have one problem.
When my board is connected to my wifi but has no internet connection my board resets.
I already disabled the watchdog by adding…
-
I am working on ArduinoIoTColud project and I'm using the auto-generated script from the ArduinoIotCloud.
The following error occurred during the compilation.
**Code**
```c
#include "arduino_sec…
-
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 reasons (…
-
Using the code from the [Personal Weather Station](https://opla.arduino.cc/opla/module/iot-starter-kit-maker/lesson/02-personal-weather-station) project included in the Oplà IoT Kit, I noticed an issu…