M2MForums: Your Online Resource & Community for M2M Application Development  

Go Back   M2MForums: Your Online Resource & Community for M2M Application Development > Hardware > Enfora

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-03-2008, 10:39 AM
Administrator
 
Join Date: Nov 2007
Location: Dallas, TX
Posts: 43
Default Configuring Enfora Devices for GPRS on T-Mobile Network

Hi,

I just wanted to share a configuration we use to get our devices registered on T-Mobile's GPRS network. This assumes you have an active HyperTerm session with the device:

AT+CFUN=0 // Deregister the device from the network
AT+CGDCONT=1,"IP","m2m.t-mobile.com // Setup the access point name
AT$AREG=2 // Setup auto GPRS registration
AT&W // Save the settings
AT$RESET // Reboot the device

Now you can verify GSM status by issuing the following command:

AT+CREG?

You should see either +CREG: 0,1 (home network) or +CREG: 0,5 (roaming). To verify a valid GPRS session you issue the following:

AT%CREG?

You should see either %CREG: 0,1 (home network) or %CREG: 0,5 (roaming). Now check that you have an IP address and you're good to go:

AT$NETIP?

If you see all zeroes then something is wrong. Repeat the steps above or come post a message here and we'll be glad to help you out.
__________________
Ublip, Inc.
www.ublip.com
blog.ublip.com
Reply With Quote
  #2 (permalink)  
Old 04-03-2008, 10:45 AM
Member
 
Join Date: Nov 2007
Posts: 39
Default

Actually, that is our configuration for using Raco's (a TMo reseller) GPRS network. The APN name would be different if you acquired your SIM directly from TMobile.
Reply With Quote
  #3 (permalink)  
Old 04-09-2008, 09:50 AM
Member
 
Join Date: Nov 2007
Posts: 39
Default

It looks like you are missing the closing quote on your commands.

Try changing

AT+CGDCONT=1,"IP","gprs.qtel

to

AT+CGDCONT=1,"IP","gprs.qtel"
Reply With Quote
  #4 (permalink)  
Old 04-09-2008, 09:55 AM
Junior Member
 
Join Date: Mar 2008
Posts: 5
Thumbs up

hey ,yahoooo...!!!!

it worked..
thank you so much..
Reply With Quote
  #5 (permalink)  
Old 04-09-2008, 10:17 AM
Junior Member
 
Join Date: Mar 2008
Posts: 5
Default

at$cgeer
$CGEER: no PDP reject cause

OK
Reply With Quote
  #6 (permalink)  
Old 04-09-2008, 12:05 PM
Member
 
Join Date: Nov 2007
Posts: 39
Default

It looks like you are not even getting on the GSM network, so things are not even getting far enough for the APN name to matter. Can you try this SIM in a phone to make sure it is activated?
Reply With Quote
  #7 (permalink)  
Old 04-09-2008, 01:46 PM
Member
 
Join Date: Nov 2007
Posts: 39
Default

Try going through the following commands, they may provide some clue:

AT+CMEE=2 -->enables extended error reporting
AT+CFUN? -->expected response +CFUN: 1
AT+CPIN? -->expected response +CPIN: READY
AT+CREG? -->expected response +CREG: 0,1 or 0,5
AT%CGREG? -->expected response %CGREG: 0,1 or 0,5
Reply With Quote
  #8 (permalink)  
Old 04-14-2008, 09:35 PM
Administrator
 
Join Date: Nov 2007
Posts: 2
Default

I moved the Qtel (Qatar) settings into their own thread here.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -6. The time now is 12:06 AM.


M2MForums.com Sponsored by Ublip

Search Engine Friendly URLs by vBSEO 3.2.0