-
I tried to use this library with Arduino IoT Cloud, but it didn't work. Can you advise on how to solve it?
My Code:
```cpp
#include "arduino_secrets.h"
#include "thingProperties.h"
#include
…
L300K updated
2 months ago
-
Hello,
I just got an MKRNB 1500 and I am trying to connect it to the Arduino IoT Cloud platform and toggle ON/OFF the on-board LED but for some reason it is not working. I am tried multiple method…
-
Platform: ESP32
+ Arduino Cloud + Wire.h
+ DS3231 RTC Module via serial
---
doesn't seem to work anymore
downgrade fixes the problem
-
`error: 'const void*' is not a pointer-to-object type`
This error occurs when trying to compile sketch.
Im using arduino editor with arduino iot cloud.
Have a look at my code:
```
#include
#inc…
-
I've been using TFT_eSPI for some years and it is my favorite library.
Thank you for this masterpiece!
I bought this [display](https://www.aliexpress.com/item/1005004952726089.html?spm=a2g0o.stor…
-
I have use case where I want to connect a ESP32 device to the cloud and to use the device as an access point to send UDP messages to it locally. For example I sent packets using PacketSender from my h…
-
### Describe the problem
When I manually sync and pull a remote sketch, other files (such as `.h`, `.cpp`, or `.ono`) are not pulled.
### To reproduce
- Open IDE2,
- Activate the remote sk…
-
/usr/local/bin/arduino-cli compile --fqbn esp8266:esp8266:d1:baud=921600,dbg=Disabled,eesz=4M,exception=disabled,ip=lm2f,lvl=None____,vt=flash,wipe=none,xtal=80 --libraries /home/builder/opt/librari…
-
### Board
ESP32 TTGO T1
### Device Description
TTGO T1 - ESP32
### Hardware Configuration
No.
### Version
latest master (checkout manually)
### IDE Name
Arduino 2.2.1
### Operating System
W…
-
Here's a normal usage, but the LED was expected to turn ON and the value to increase.
![image](https://github.com/arduino-libraries/ArduinoIoTCloud/assets/57077641/6860039a-a34d-4b09-9c70-305d2d97…