Electron wont connect to the cloud - never ending green blink

I’m having this issue too. I couldn’t activate my Electron, only the Particle SIM card via the Setup web tutorial. I’ve read some forum posts with others having the same issue, but none with a solution. Should I follow [your instructions][1][1]: Electron wont connect to the cloud - never ending green blink @will? I did everything until the firmware flashing part. Thanks in advance for any reply.

In talking with a couple of people from Particle.io, they believe my SIM is stuck in TEST mode. Their suggestion was to request a new SIM card as the quickest way to get it resolved. I have a made that request and I am waiting to hear back now.

Mine has been stuck blinking green for hours. The solution was to move it where the signal is even stronger without interference. Inside I get 4 bars normally, when I press mode. Outside 5 bars. That solved it.

We’re able to verify whether or not SIMs are stuck in TEST mode-- @Avalon, if you PM me your ICCID I can check it out for you.

I did send mine, please have a look.

Thanks

@will I’ve sent my ICCID for you to look, thank you! Awaiting your response.

@sbright33 I tried it, but this wasn’t the case, unfortunately.

@TheYoungSoul What’s the indication the SIM is stuck in TEST mode? I saw your topic and I believe I have the same issue as you.

One of the particle engineers looked into and informed me that he believed it was stuck in TEST mode. Beyond the flashing green light, I dont think there is anything obvious that us end users can determine ‘stuck in TEST mode’. The engineer looked at my logs and that was his conclusion.

Hey @Avalon -- I checked, and your SIM is currently in test mode. However, that does not necessarily indicate that the SIM is stuck in test mode. Every SIM starts in this state and transitions to an active "production" mode after it has consumed 20KB of data (included for free in addition to your 1MB plan). If your device has never successfully connected to the Internet for any reason, your SIM would still be in test mode.

We can use the device logs from your Electron to be certain. Have you already flashed the debug firmware?

Hi @will. Yes, I flashed the debug firmware a few days ago and have a log saved here, I’ll send it to you through PM. I couldn’t claim my Electron since it arrived, so yeah, I guess it has never connected to the Internet.

Thank you for your support so far.

I am having a similar issue with connectivity in Nigeria. @mattcremerband and @Devin, were either of you able to resolve this problem in South Africa?

I have two electrons, one 2G and one 3G U270, both of which connected once to the cloud but afterwards have spent many hours blinking green in various locations around Lagos. The coverage should be fine as my AirTel 3G mobile hotspot gets full reception.

Was there a fix for you to get the Particle SIM working or was it easier to go with a 3rd party SIM?

Thanks for any help!

Hi @cstites

Unfortunately I never got the Particle SIM working, and ended up going with a local option (MTN) which works great with the exception of one issue, the non-particle SIM seems to disconnect after about 60sec of inactivity, after which it does not automatically reconnect unless the device is restarted. For now I’ve gotten around this by pinging the API every 30sec or so, not ideal, but it works for me for now.

The Particle.keepAlive() function may be helpful for 3rd party SIM cards. It specifies how often a UDP packet should be sent by the cloud code to keep the connection alive.
https://docs.particle.io/reference/firmware/electron/#particle-keepalive-

I wasnt able to get the sims working either.

I got a 3rd party sim and it works well. It also works out a lot cheaper for me.

@mattcremerband check out afrihost sims. its on the mtn network but its R49 for 500mb and the data lasts a year. I havent had any disconnection issues and Ive tested it while driving around most of jhb

Hey all, thanks for your recommendation for 3rd party SIMs, I managed to get a few and am now back in Lagos testing. So far I have had reliable connections with a global SIM but am also experiencing the same ~60 second timeout if the cloud connection isn’t active. Haven’t tried to implement a shorter keepAlive interval yet but will report back on that when I get a chance over the next few days.

I’m still trying to track down the exact issue with the Particle SIMs and took at look at the logs from tinker-with-debugging. As shown in the logs snippet below, it looks to me like there’s a Modem command being called every 15 seconds or so for AT+CGREG? that returns values of “2,3”. This is all within the [Modem : :Register ] section.

     2.072 AT send      10 "AT+CREG?\r\n"
     2.082 AT read  +   14 "\r\n+CREG: 2,3\r\n"
     2.092 AT read OK    6 "\r\nOK\r\n"
     2.092 AT send      11 "AT+CGREG?\r\n"
     2.102 AT read  +   15 "\r\n+CGREG: 2,3\r\n"
     2.112 AT read OK    6 "\r\nOK\r\n"
    17.112 AT send      10 "AT+CREG?\r\n"
    18.912 AT read  +   14 "\r\n+CREG: 2,3\r\n"
    18.922 AT read OK    6 "\r\nOK\r\n"
    18.922 AT send      11 "AT+CGREG?\r\n"
    18.932 AT read  +   15 "\r\n+CGREG: 2,3\r\n"
    18.942 AT read OK    6 "\r\nOK\r\n"
    33.942 AT send      10 "AT+CREG?\r\n"
    35.562 AT read  +   14 "\r\n+CREG: 2,3\r\n"
    35.572 AT read OK    6 "\r\nOK\r\n"
    35.572 AT send      11 "AT+CGREG?\r\n"
    35.582 AT read  +   15 "\r\n+CGREG: 2,3\r\n"
    35.592 AT read OK    6 "\r\nOK\r\n"

I found the ublox command reference here and found that the second parameter returning “3” indicates that the GPRS network registration was denied. (page 347) At this point I’m way out of my depth with the cellular network stuff so I am hoping someone else might be able to jump in with any ideas as to what the cause of this could be. I have more extended logs and also the full output from a successful connection on this network that I could sanitize and post if it would help anyone troubleshoot this.

The short 30 second interval Particle.keepAlive(30); seems to also be required for AT&T SIMs that I’ve tried, just an FYI :wink:

My Electron blinks blue forever unless I press the reset button. This happens whenever I totally remove power from the Electron. When I restore power to it, it blinks green for about 5 mins and then blinks blue forever unless I press the reset button after which it connects by breathing cyan in less than 1 minutes.

I’m using a 3rd party SIM, I will really appreciate suggestions on how I can resolve this issue, without the need to press the reset button.

@Donwhale No luck with Particle.keepAlive(30); ?

Thanks @mattcremerband, I found out the issue isn’t about keepAlive, it was not connecting because I didn’t connect the LiPo Battery.

In the first instance, the Electron was connected to the Control Everything Relay board which uses 12V power supply and powers the Electron with 5V through the Vin Pin. The Electron doesn’t connect to the Tower from cold-start unless I press the reset button.

I also used a breadboard 5V power supply through Vin, it wasn’t connecting either. I was thinking these boards should have enough juice to power the electron without the need for battery, but it seems I was dead wrong. Though I don’t know what the supply current of these boards are in order to make an informed decision.

In that case it’s not the max. supply current that counts but the capability to cope with rapid peaks in demand and deliver the power fast.
Adding some caps might help there.

@ScruffR, nice thought. I will try that out, as I’m actually designing a system that will not require the LiPo battery - elimination of the need to change batteries every few months.