For the new year , I would like to build a simple project with my Arduino UNO and would like some advice/ guidance.
Project description:
Basically I'd like to turn Arduino Uno into a gps tracking device.
Mainly, I'd like arduino to:
Get info on its position each k minutes/hours (customizable)
Record info on memory card
Send data to a computer at call or each k minutes/hours (or to a mobile phone optionally) via GSM (is gsm ok?)
Display data on google Earth and then display some statistics via a simple desktop application, perhaps developed with Python.
Advice/Guidance needed.
First of all, is the project feasable with arduino Uno?
Now, assuming it is, I have some idea about how to do point 4, however I'd like to gather some information on which components to buy based on these information and where to look for further guidance.
I know that the ethernet shield can send information to the internet and has a micro sd card slot.
A very good book to get on that kind of stuff is THE ARDUINO COOKBOOK.
Thank you, that's a good starting point. Is GPRS/GSM the only way to gather data from Arduino at distance? (Aside from wifi/bluetooth)
holmes4:
Yes. Get a GPS module and attach it to your Uno. That's your first step.
Then add the SD card
Then add SMS.
But do one thing at a time!
Mark
Thanks Mark for your reply, which gps module would you suggest? Adafruit's one seems good, still a bit pricey though but that's fine as long as it's a good product. (http://www.adafruit.com/products/1272)
Of course I'm going to do one thing at a time, otherwise I'd surely be overwhelmed
MaxSC:
I know that the ethernet shield can send information to the internet and has a micro sd card slot.
A very good book to get on that kind of stuff is THE ARDUINO COOKBOOK.
Thanks, the book seems a good idea. However, Ethernet is not an option