I’ve got 40+ Electrons stuck in flashing green. These devices have all sorts of different firmware installed, one with tinker on 0.5.0 and one in safe mode. Some have been running for a month or more with the same firmware. I assume we can eliminate issues with my code, but I could be wrong.
They all lost network connection roughly at the same time, around 4pm PST.
The status page at http://status.particle.io/ says the carriers are still operational, but it seems this could be the issue. My cell phone (on AT&T 4G still works) so I am assuming the network is not down. Is there a way the Particle devices could be blocked?
To my knowledge, I am current on my payments for cellular usage
Anyone else experiencing the issue? I would like to resolve it ASAP.
I am having the same issue. Electron has worked flawlessly for a month or two. Just noticed this after I got home from work today. (Assuming around 6 pm CST)
Has me a little worried being that I’m trying to show a product prototype in a couple weeks.
Thanks for all the posts, folks. Our status site will continue to be the best place to monitor this issue as we track it to resolution, but I wanted to chime in with our appreciation of your help identifying the issue with our carrier.
Does anyone know if we can still run our application code without connecting to the internet? Such as a timeout when it can't find service, then run the code and store the values for later when it doesn't timeout? That would at least prevent data loss.
Yes, SYSTEM_MODE() and SYSTEM_THREAD(ENABLED) are the magic words to look up in the reference docs in this connection. Cellular.ready() is also a good one to know if you are connected or not