First off... I can talk to the board just fine. I use the Arduino 1.6.5 serial monitor + cr/lf. Works great.
But I never get connected to the AT&T network. Light flashes at a < 1sec rate.
After Investigating it appears the IMEI number is unknown to AT&T. They sent me a note saying that they don't ...
Search found 2 matches
- Wed Aug 05, 2015 4:11 am
- Forum: Open Hardware
- Topic: Arduino GPRS Shield V1.0
- Replies: 0
- Views: 4481
- Sun Aug 02, 2015 10:48 am
- Forum: Open Hardware
- Topic: How do I change the default APN
- Replies: 0
- Views: 4281
How do I change the default APN
If I issue the following command:
AT+CSTT?
I get
+CSTT:"CMNET","",""
I think I need to change it to an AT&T network: "broadband"
When I issue the following command I get an ERROR
AT+CSTT="broadband","",""
So my question is, why doesn't this command work? Is there something I need to do to ...
AT+CSTT?
I get
+CSTT:"CMNET","",""
I think I need to change it to an AT&T network: "broadband"
When I issue the following command I get an ERROR
AT+CSTT="broadband","",""
So my question is, why doesn't this command work? Is there something I need to do to ...