Hello,
after successfully testing electron with a SIM from Particle, I now want to use a third party SIM. I have modified my code to do the necessary settings for using a third party SIM by setting the credentials.
#include "cellular_hal.h"
STARTUP(cellular_credentials_set("lyca.de", "lyca", "", NULL));
After inserting the SIM card, the device boots up and everything looks fine until it gets to the point where instead of breathing cyan to show it is connected to the cloud, it’s instead blinking cyan. This state of electron blinking cyan is not described in the documentation. In this state nothing can be done.
Do I need to register the third party SIM card online? I have not read that a third party SIM needs to be registered. What am I missing?
Here is a link to see how it blinks