Hi,
We just received our 3 particle Electron devices and tried two devices so far. However both are not working on a 3rd party vodafone sim card.
-
We tried the setup.particle.io steps and gave the APN: live.vodafone.com, and uploaded it successfully with particle cli under Ubuntu. Keeps blinking cyan also after power cycle both USB and battery
-
Use the setcreds.ino option, uploaded successfully:
#include "cellular_hal.h"
STARTUP(cellular_credentials_set(“live.vodafone.com”, “vodafone”, “vodafone”, NULL));
void setup() {
Particle.connect();
}
void loop() {
// your loop code
}
- Updated the firmware to 0.5.1 and flash succesfully the electron-troubleshooting-v0.5.1.bin. Was able to get ICCID and SIM number. Not able to power on modem: “Turning on the modem: Error Failure powering on the modem”. However scanning for operators just works fine. Connecting with command D does not work.
So far no luck to get a connection. Hope somebody has some tips to get it working. We have tried out already two devices but gave no result. The sim card is working with internet in a iPhone 5.
Who can help?
Cheers,
Bob