Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cheap programmable GPS devices [closed]

I'd like to start a side project that involves programming with GPS devices. All that I need is a GPS device that can record its location every X seconds or minutes, save those locations locally, and then send the list to a central server.

I know that iPhones have GPS support, but I don't want to spend $300+ on an iPhone and another $1000 on a mac computer. Any ideas on some reasonably cheap (ideally under $100) devices that can do this?

Two features that would be nice to have, although not important while I do some basic playing around: 1) Able to transmit data over Internet, especially long distances 2) Durable enough that they can be dropped/left in the rain and will still function.

like image 333
chocojosh Avatar asked Jun 12 '09 12:06

chocojosh


2 Answers

If you don't want to buy an iPhone and all it's other components or worry about a phone at all, you could build your own GPS unit.

You will need a GPS unit itself, which you can get at SparkFun for around $50. In fact, they have a good guide on which to buy as well. Find it here.

After you have a GPS receiver and can receive data, you will just have to start routing the data as you wish. Initially, you could set up communication up over a serial port very easily. Or if you wanted to give it internet support, there are various boards that will take serial data, convert it, and send it over an ethernet connection (aka Internet).

As for protecting against drops and such, you should be able to fashion a case or housing for $10-$20.

This approach will take a little more effort on your part, but you should be able to get exactly what you want, save a little money, AND learn all about hardware and electronics!

Good luck!

Edit: After looking at SparkFun some more, I found out they actually sell GPS breakout boards that automatically wire a serial port and USB port for you to use for under $40! Take a look here.

like image 98
samoz Avatar answered Sep 22 '22 13:09

samoz


Try looking for devices like Trimble Trimtrac Locator or enter "gps gsm" request into Google.

like image 31
Michael Avatar answered Sep 23 '22 13:09

Michael