I am new to Arduino Cloud and have been following a few basic tutorials. My project seem to work but only some of the times and I get a lot of delay from activating the variable via the dashboard and the device activating a LED. the lag is anywhere from 10-60 seconds and only works a hand full of times. I often get a "ArduinoIoTCloudTCP::handle_Disconnect MQTT client connection lost" error in my serial monitor. I have been checking my WiFi.RSSI() and WiFi.status() and my connection seems to be good at a signal strength of -55 ish. I also updated my firmware on my wifi 1010 to 1.5. Any advice would be appreciated.
Thanks
I guess my underlying question is if this delay and connection issue is normal?
Can you share your sketch?
This could be a problem related to your device key. In the secret file you need three entries - the network SSID, the network password and the device key. This key is issued when you attach the device to your sketch. Save this device key on the clipboard or in a notebook file.
If you don't have the device key, get a new one by deleting the device from your sketch and re-attaching it. A new key will be issued which you can use in the device key entry in the secrets section. When all three entries are correct, you should be able to run your sketch in the cloud.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.