APN, PIN, Login and Password

I activated my Arduino SIM on store.arduino.cc/digital/sim/activation yesterday. To establish a connection, I need to know APN, PIN, Login and Password. Where can I find that information?

1 Like

The solution is: I received an E-Mail 24 hours after the registration with a link to the settings page, where I found the informations. Additionally, the information is 24 hours after registration available in the "Device Manager". :slight_smile:

Thank you for the answer, they should tell you this when you're done activating!

Hello Buent157,

Thank you for sharing your question with the Arduino community.

For future records please find below default APN settings to use with Arduino SIM:

APN: prepay.pelion
PIN: 0000
User: arduino
Password: arduino

My console is not going past "Connecting GSM network...ERROR"..

#define PINNUMBER "0000"...
...
...
Serial.print("Connecting GSM network...");
if (gsmAccess.begin(PINNUMBER) != GSM_READY) {
Serial.println(errortext);
while (true);
}

I don't know why the SIM is not connecting.
*When I use some test sketches like "Pin Management " it shows
"
Change PIN example

No pin necessary.
Checking register in GSM network...ERROR"