u/EILA09

▲ 0 r/IOT+1 crossposts

Urgent! Arduino cloud issue

I have a senior design project evaluation in less than 9 hours. Our project contains cloud dashboard and LCD too so I made a one code that combines both. The thing that I don’t know is that this code made the Arduino uno R4 offline and not connected to the cloud easily, so i spend hours trying to make it work till i decided to delete the device and when i tried to add it as new device it gave me (device verification failed) so because of the limited time I went and bought new arduino uno r4 it connected as new device but the minute I uploaded the combined code it became offline! I tried many thing and it didn’t became online.. so I knew that it was the code but even though when I did reset it and uploaded an empty or small code it didn’t work.. I spent days and hours trying to make it work so disappointing I want any kind of help to make it online again.
Thank you.

reddit.com
u/EILA09 — 3 days ago

Hi, I’m working on an Arduino Cloud project using a water monitoring system.
I have a problem with String variables (status values).
Even though:
The values are correctly calculated in Serial Monitor
ArduinoCloud.update() is running
The variables are added in thingProperties.h correctly
The device is online and connected
The issue is:
String values do NOT appear in:
Value widget
Messenger widget
Even when using periodic update instead of ON_CHANGE
But float values work fine.

Is there a known issue with String variables in Arduino Cloud? Or am I missing something in configuration?

reddit.com
u/EILA09 — 19 days ago