Online State - Arduino library

Hey, thank You for the great Tool (thinger)

I am searching for a way to Check in the arduino Script If my device is connected to thinger.io Service. Is there any variable or function?

Because it’s always disconnecting over night. And i want to restart my applicaton If it’s Not connected.

Thank You all :slight_smile:

Sascha

Hello Sascha,

There is not any function to make this. But, your device should not disconnect if everything is right… It could be getting stack in any part of your code, so try to include a watchdog algorithm that reset the process if it’s stack.

Just caught this thread and wanted to add my vote for adding this feature to the Arduino library. It would be helpful for things to show their users that they are connecting and/or connected.