What you see here is a GPS GSM Tracking system with a Atmel AVR ATmega162 microcontroller.
You will find all Dokuments for Wavecom AT Commands and Hardware under the Downloads Link
You can do a couple of things with an microcontroller, Like a GPS GSM Tracking system. You can buyld your code based on the Hardware of this Tracking system and have your own GPS GSM Tracking sytem.
What you need to know in order to build your Tracking software is a little bit programming and some hardware knowledge. The Atmel AVR microcontroller communicate with 2 serial interfaces (UART 5V) with the GPS and GSM modules . UART0 is for GPS (4800, 8, n, 1) UART1 is for GSM (9600, 8, N, 1).
Here you can see the black communication connector (You will need a max232 converter in order to communicate wit Hyper Terminal)
| MOSI | MISO | SCK | RST | RXD1 GPS (4800,8,N,1) |
| RXD0 GSM (9600) 8,N,1 | TXD0 (UART) | TXD1 (UART) | GND | VCC (3,3 – 4,8V) |



