I’ve just received the Particle Electron and added a 3rd party sim card to the device (after activation, adding funds to it, getting 500mb of data).
I’m getting the status lights as they should be (breathing the correct colors). Does this mean the 3rd party sim is working and communicating as it should?
I’m only asking as some thread says you must include 2 lines of code at the top of every script for 3rd party cellular to work, but I’ve not, and it still breaths as it should. The code I’m supposed to use (but not)…
If your 3rd party SIM worked without the “normally required” setup code, it’s most likely that they use the same APN settings as the Particle SIM (I think to remember that the default is “broadband”).
But you may have to set Particle.keepAlive() since I doubt other providers will have a similarly long keep alive periode as Particle SIMs.
Would a Particle.publish guarantee the data on the Electron was working if it sent it to the particle.io cloud? I’m guessing yes because it’s no other way to send data?