Particle Boron running Device OS: 0.8.0-rc.27
Other hardware: Featherwing tripler, Ultimate GPS Breakout v3, LIS3DH via I2C
Running code: assettrackerexample.ino (I made sure it was compiled for the same OS target as I am running)
My issue is that despite breathing cyan, my Boron seems to rarely actually be reachable through the cloud. It is never pingable and only a few times has it published GPS data to signal’s website. Running a diagnostic in the web IDE fails. Setting the device to “signal” mode does not cause it to rainbow flash either.
I am in an area with good AT&T GSM reception. I have confirmed with AT&T Business that LTE IOT support is active in my area.
Nothing is emitted to the USB serial console so I’m not sure how to proceed with further troubleshooting. At this point the only way to get new code on is via the console by putting it into serial listen mode.
Update:
The usb serial console eventually shows “…” so I am guessing there is some code running and perhaps outputting a ‘.’ each time it tries to connect?