luked
Newbie level 3
- Joined
- Aug 20, 2013
- Messages
- 3
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 35
Hi,
I'm using a SIM900 module within Australia, Sydney. I'm currently using a Vodafone sim, according to this website, https://www.accesscomms.com.au/reference/mobnet.htm, the 900MHz 2G band is supported within Australia.
My device is connected with a power supply that can output max 3A. I have also included the schematics that were sent to me upon purchase.
My problem is that once I power on the device the NETLIGHT LED blinks at a 800ms off 64ms on, singalling SIM900 does not find the network.
I have trouble shooted with the following commands
From this, I believe that the antenna is not the issue in all of this.
following this I tested the sim card
I think this means that communications to the sim are okay?
Next I tested the engineering mode
This is the part that struck me as particularly odd, In the mobild country code for +CENG:0 , there is the number 1665, when in actual fact I would be expecting 505 for Australia?
finally testing ,
Tommorrow I plan on obtaining another simcard that works on the Telstra network and test if it registers to the network. But overall, I'm unsure of why the module is not connecting to the Vodafone AU network. Has anyone had this kind of experience before?
Regards,
Luke.
I'm using a SIM900 module within Australia, Sydney. I'm currently using a Vodafone sim, according to this website, https://www.accesscomms.com.au/reference/mobnet.htm, the 900MHz 2G band is supported within Australia.
My device is connected with a power supply that can output max 3A. I have also included the schematics that were sent to me upon purchase.
My problem is that once I power on the device the NETLIGHT LED blinks at a 800ms off 64ms on, singalling SIM900 does not find the network.
I have trouble shooted with the following commands
Code:
[COLOR="#0000CD"]AT+CSQ[/COLOR]
[COLOR="#FF0000"]+CSQ: 22, 0
OK[/COLOR]
Code:
[COLOR="#0000CD"]AT+COPS=?[/COLOR]
[COLOR="#FF0000"]+COPS: (1,"Vodafone AU R","Vodafone AU R","50502"),(1,"Telstra Mobile","Telstra","50501"),(2,"Vodafone AU","Vodafone AU","50503"),,(0,1,4),(0,1,2)
OK[/COLOR]
From this, I believe that the antenna is not the issue in all of this.
following this I tested the sim card
Code:
[COLOR="#0000CD"]AT+CPIN?[/COLOR]
[COLOR="#FF0000"]+CPIN: READY
OK[/COLOR]
Code:
[COLOR="#0000CD"]AT+CFUN[/COLOR]
[COLOR="#FF0000"]+CFUN: 1
OK[/COLOR]
I think this means that communications to the sim are okay?
Next I tested the engineering mode
Code:
[COLOR="#0000CD"]AT+CENG=2[/COLOR]
[COLOR="#FF0000"]
OK
+CENG:0,"0032,39,99,1665,15,24,0000,04,05,ffff,255"<CR><LF>
+CENG:1,"0102,37,17,505,03,7ed"<CR>
+CENG:2,"0089,10,35,505,03,7ed"<CR>
+CENG:3,"0122,08,255,000,00,0"<CR>
+CENG:4,"1010,08,255,000,00,0"<CR>
+CENG:5,"0516,08,255,000,00,0"<CR>
+CENG:6,"0517,08,255,000,00,0"<CR>
[/COLOR]
This is the part that struck me as particularly odd, In the mobild country code for +CENG:0 , there is the number 1665, when in actual fact I would be expecting 505 for Australia?
finally testing ,
Code:
[COLOR="#0000CD"]AT+CREG?[/COLOR]
[COLOR="#FF0000"]+CREG: 0,0
OK[/COLOR]
Tommorrow I plan on obtaining another simcard that works on the Telstra network and test if it registers to the network. But overall, I'm unsure of why the module is not connecting to the Vodafone AU network. Has anyone had this kind of experience before?
Regards,
Luke.