What can cause a Boron to go into a loop blinking green followed up white?
The only way top get it out of the loop is to power it down for a few seconds and power it back up.
What can cause a Boron to go into a loop blinking green followed up white?
The only way top get it out of the loop is to power it down for a few seconds and power it back up.
I can think of a few things as the “white” means, I am operating disconnected from Cellular / Particle.
Good luck and let us know what you find, I am sure this has happened to others as well.
Thanks, Chip
Thanks @chipmc. Here is what I have.
To me it appears as if the Boron got blocked from connecting to the cloud or to the cell network.
The only other thing that comes to my mind is that I’m running this code every 10 minutes.
void system_display_rssi()
{
CellularSignal sig = Cellular.RSSI();
strength = sig.getStrength();
quality = sig.getQuality();
}
so not sure if I called a function/variable while this was calculating and it caused it.
Also, I have SYSTEM_MODE(AUTOMATIC); SYSTEM_THREAD(ENABLED);
Interesting. I have a couple other thoughts, if I may. You have probably look at both but, just to be sure:
Intermittent issues are the most frustrating. I hope you figure it out soon and I would love to hear what you find when you do.
Thanks, Chip
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.