Is this a brand new, fresh SIM card? People in that thread noted issues with that.
Also, what happens after those cloud debugger commands? Is the device resetting, does it hang, or are there more logs? Usually there would be more logs after that, and things should keep happening.
Im not sure what I did that finally worked. I flashed this boron over and over with system firmware, cellular config, tinker, cloud debugger…I may have just been impatient and didnt let the cellular config firmware run its full course.
Anyway I finally got the Hologram SIM working and the Boron is breathing cyan, however it wont do OTA flashing so I am trying to troubleshoot that. Perhaps a keep-alive issue?
Yep, definitely could be a keep alive issue. In theory the previous bugs should be fixed in recent firmware, so you should be able to just set it once.
Particle.keepAlive(30) to make sure it works. Keep in mind you will need to also set the same keep alive on other nodes on your mesh network if applicable.
Keep in mind that your actual keepAlive time you need may vary, so test as needed. It may be different on LTE than 3G, I’m not sure.
But more importantly, depending on your application you may not actually need to be connected to the Particle Cloud 100% of the time. As long as you connect at least once in a while long enough to receive an OTA update (and to potentially refresh your time clock), you don’t “need” to be connected to the Particle Cloud. There’s a tradeoff between the data required to send the small keepAlive vs the larger data to perform a reconnection handshake.
I and others are happy to give more suggestions on saving data if you want to talk through your application more!