Connectivity Problem

We’ve been having connectivity problem for the most part of today. Successfully updated the device, it shows connected based on the led indicator, however, not able to ping the device. Any advice on how to resolve this?

In your application do you have any long delay() calls or parts that could be blocking the system?

Have you considered using SYSTEM_THREAD(ENABLED) so that you can have the application and the system run in separate threads?

https://docs.particle.io/reference/device-os/firmware/argon/#system-thread

@nrobinson2000

Thanks. I will give it a try.

We usually get this error when er ping the device

image

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.