GPS tracker with MSP430

Do you want to make GPS tracker. Look this project. It based on the MSP430F5510 (low power microcontroller by Texas Instruments – 25MHz, 32KB FLASH, 4KB SRAM, 3x DMA, I2C, SPI, UART, LIN, IrDA).

The microcontroller receives valid data from GPS and it sends data to his server through HTTP request. Google Maps API shows way. The interval of tracking is 10 minutes.

You can find complete project (PCB and firmware for microcontroller) on the webpage.

Project is here:http://forum.43oh.com/topic/5788-msp430-tracker/

Share the article:
Show your
Maker soul!
Buy a T-Shirt
Coffee for Chiptron
Give a boost to the next article

Related Articles

You don’t do these steps. The repositories for Linux Mint and Ubuntu contains all packages. You have to install only gcc-msp430 (compilator), msp430-libc (other libraries – legacymsp430.h) and mspdebug (for debugging). sudo apt-get install gcc-msp430 msp430-libc mspdebug MSP430 can program…

Microcontroller MSP430F2132 is programming 2-Wire JTAG (=SBW, Spy-bi Wire) or 4-Wire JTAG. MSP430 LaunchPad can programming SBW. On input reset (RST) is connected pull-up resistor. If microcontroller isn’t connected, you will see error (fet: FET returned error code 4 (Could…

Tom?? Pexa shared a short article how to easily make GPS tracker with LoRa module RAK 811. RAK811 LoRa Tracker Board contains LoRa module RAK811, STM32L151 microcontroller, Ublox MAX-7Q GPS, USB and pinheaders. You can buy it on aliexpres for…

The development boards are very popular. I decided to share this list. These boards are interesting, popular and cheap (to 30? – by farnell.com). If you click on the picture, you will be redirected in eshop, where you can buy…

This project uses GPS reciever Ublox-NEO6MV2 GPS module with ATtiny2313A. The microcontroller communicates with GPS module through the UART. The article explains the communication with GPS module and data processing. The data from GPS are saved to extern EEPROM. The…