Telit GPS module

I have been having good luck using the Telit GM862 module for a vehicle tracker. Just attach antennas for cell phone and GPS , slide a SIM into the slot, apply power and you have a full functioning cell phone with built in GPS and Python interpreter. These modules are available off the shelf for $140 - Qty: 1 from Janus Remote Communications. AT&T pre-paid GoPhone plans are particularly nice for this use. Buy a $25 card and get a SIM with $25 of value on it. You can then add MEdia net which is AT&T's name for GPRS data:
$5 for 1 meg, $10 for 5 meg, and $20 for unlimited. The money on the SIM expires in 90 days and the media net plans are good for 30 days. If you buy a $100 SIM the money doesn't expire for a full year, so it seems like $8.33/month is the cheapest you can get with no contract. There are new data plan providers like Jasper wireless that will sell you buckets of data you can spread over many SIMs if you have at least a couple dozen units The version of Python running on these modules is 1.5.2 which is 8 years old but all the documentation is still available. I have been able open a socket and send data to my server using UDP packets containing location info as well as the tower ID and received power level. I am going to plot this data and try to determine the location of towers around me

Comments

Python

www.janus-rc.com has a kit with their Telit terminal device (Terminus) and will send you a Python demo with a demo manual to get started quickly.

GPRS AT commands for AT&T network

Thank you for this post. You mentioned that you were able to open a socket and send data to your server. Can you post the sequence of AT commands that you used to do this? I'm new to using AT commands for GPRS and not quite sure if I have all the information to make a connection, e.g., my understanding is that 1st I need to use AT+CGREG=1 to register with the GPRS network. Then I need to define a PDF context, so I used AT+CGDCONT=1,"IP", ????? what options should I use with this command?

I really want to use the AT#SD=1,0,80,”www.google.com”,0,0,0, e.g., to connect to a server and then do a HTTP POST or GET, but before I can do any of this, I need to set up the context, and here is where I get stuck. Thank you for any help that you can provide.

Shahram

How easy was the programming

How easy was the programming for that unit? I take it you didn't need many extra components to get it running? I'm thinking of a building something with the GM863 unit, would like to know how much extra glue logic and whatnot I'd need to get a location sent somewhere.

Thanks.

Wade - wbortz at gmail dot com

Aldacom kit supports Basic and C

http://www.aldacom.com/gsm-gps/gps-tracking.html
The making of an own AVL tracking device was never simpler then with GSM GPS module CN4-M
It already holds the components as below
Features of GPS tracking module

- Quad band GPRS module C2-S
- Sirf Star 3 based GPS module
- Full car / truck voltage range DC power supply DC 9 to 32 Volt
- RS232 interface on +/- 12 Volt and CMOS level
- SIM card holder
- ATMEL micro controller ATMEGA 162V-8AI with JTAG interface
- Standard 2,54 mm connectors
- RF connectors U.FL to wire RF cables or GSM/GPS antenna
- Several I/0 lines

It is supported by source code in C and Basic for the test server of GPS tracking applications http://www.track4free.com

By wiring the GSM GPS module to your car with cigarette light cable, you get a working tracking device. By developing a small and simple adapter PCB to the dimensions of your enclosure you get your own unique GPS tracking device.

If you replace the GPS module, then you get a PCB for burglar alarm system or any other telemetry application. Please feel free for customised versions for your specific application.
Regards
Egon

Round Solutions has kit with DC/Dc power supply

GSM/GPS board called AarLogic C05/3:
http://www.roundsolutions.com/aarlogic/index.htm
* GE863-GPS LP
* Python engine (licence free)
* SIM card holder
* 2x UFL plugs (GPS/GSM)
* PSU 6.0-32.0 Volts DS
* RS232 @ +/- 12 Volt and CMOS
* ready LiPo battery charging circuit
* Size: 56.4 x 84.5 mm
Regards
Egon

Sparkfun kit has all you need

I used this kit from Sparkfun to get started:
http://www.sparkfun.com/commerce/product_info.php?products_id=478
The only thing missing is a power supply that can handle 12v cigarette lighter power
Allen