Dear forum guys.
Recently I received my Mbili with a GPRSbee, and I stuck on a very beginning…
I tried a synchronization of RTC example, and my Bee just don’t wont to connect.
When I uncomment the debugging line I receive this outputs on a serial monitor :
on powerPin>> ATAT
OK>> ATE0ATE0
OK>> AT+CSQ
RDY
+CFUN: 1
+CSQ: 0,0
OK>> AT
OK>> AT+CSQ
+CSQ: 0,0
OK>> AT
OK>> AT+CSQ
+CSQ: 0,0
OK
+CPIN: READY>> AT
OK>> AT+CSQ
+CSQ: 0,0
OK>> AT
OK>> AT+CSQ
+CSQ: 0,0
OK>> AT
OK>> AT+CSQ
+CSQ: 0,0
OK>> AT
OK>> AT+CSQ
+CSQ: 0,0
OK
Call Ready>> AT
OK>> AT+CSQ
+CSQ: 0,0
OK
SMS Ready>> AT
OK>> AT+CSQ
+CSQ: 27,0
OK>> AT+CREG?
+CREG: 0,2
OK>> AT
OK>> AT+CREG?
+CREG: 0,2
OK>> AT
OK>> AT+CREG?
+CREG: 0,2
OK>> AT
OK>> AT+CREG?
+CREG: 0,1
OK>> AT+CGATT=1
ERROR
After this, I tried a code for SMS sending and the GPRSBee are sending a SMS correctly.
Of course, I did double check my APN parameters, and everything seems to be OK. I find on some forums that a delay should be used to let the GPRS modul to connect. I tried to insert a delay of 10000 after every command (power on, starting of a connection) but didn’t help
Can you give me some clue?
Paolo