Do you have a pin enabled on your SIM card? Network registration does not happen until the SIM module is ready.
Check if the sim is waiting for a pin code by using
AT+CPIN?
This should return
AT+CPIN: READY
if the SIM module is ready. Check out the doco for what the other error messages mean.
The SIM card is not ‘Locked’ to the phone? (i.e. some pre-paid accounts lock the sim to the phone and the network). If so, you’ll have to get an unlocked SIM…
Also turn on extended errors using
AT+CMEE=1
This will give you error numbers that can be looked up in the AT command doco, rather than just ‘ERROR’.
Also, the type and location of your antenna can make a difference to how long it takes for the module to register with the network.
ciao, Dave
at+creg=1
OK
at+creg?
+CREG: 1,0
at+cops?
+COPS: 0
OK
at+cops=0
+CME ERROR: 529
This is for “PLMN selection failure, emergency calls only”
Do you think there is some hardware issue and it was just a defective dev board?
I can use the same sim, and antenna on a Siemens board and can achieve registration, but this board with the wavecom seems to never try to even register.
That means the unit is not registered, and is not trying to register.
Is the unit correctly configured for the available frequency bands in your area?
I think you should be talking to your Distributor about this - they should be able to talk you through the sequence, and diagnose any problems. They might even be able to pay you a visit.
[/quote]
I’m not sure about the IMEI configuration. I will try to see where I can set that value.
[/quote]
The IMEI is supposed to be globally unique - no two GSM devices anywhere in the world should ever have the same IMEI.
Never.
Period.
Hence you should not be able to set the IMEI!
But I gather that some DevKits may be delivered with a “default” or “dummy” IMEI - and some networks may refuse to recognise such a device.
Again, check with your Distributor
At one stage I had the problem that the logic for the SIM detect pin was inverted so that the Wavecom CPU didn’t detect that I had inserted the SIM. If this is the case, you can do a at+wfm=0,7 to turn off the SIM detection feature. (at+wfm=1,7 turns it back on)
The “No Network Service” suggests you are getting no signal - maybe your antenna is faulty.