Connection Issues

I am encountering issues flashing my software program to my Boron and Acron boards after compiling/verifying my code.
It occasionally allows me to flash my code onto the board but often it stays in a Breathing cyan state and does nothing more than say flash is unsuccessful in the terminal window.

My default troubleshooting tactic for this is to put my board in safety mode and flash it my updated code each time but this is tiresome. Is there a problem with my board? Or is there an easier way to do this?

When it always works in Safe Mode it's more likely your running code is preventing a successful flash.
Breathing cyan would only go away when the device actively notices that the connection has been dead for at least 10 seconds. However, once in 10 seconds check-in with the cloud is not a stable enough connection for a successful OTA update.

You probably need to make your code less blocking.

1 Like