Offline
Newbie
Karma: 0
Posts: 41
|
 |
« on: October 11, 2012, 11:32:13 pm » |
I was planning to do a GPS tracker using the Arduino Ethernet, but the main problem is to connect the Arduino to the Internet.
Was wondering what kind of modem should I use. Any tips?
|
|
|
|
|
Logged
|
|
|
|
|
Maine
Offline
Sr. Member
Karma: 7
Posts: 320
Caution: Explosives in use.
|
 |
« Reply #1 on: October 12, 2012, 02:32:54 am » |
I was planning to do a GPS tracker using the Arduino Ethernet, but the main problem is to connect the Arduino to the Internet.
Was wondering what kind of modem should I use. Any tips?
Probably a GSM cellular data module, that way you can buy little pre-paid sim cards and not have to worry about cellphone contracts. I have also heard of people renting very low bandwidth (~10kbyte per second to 100kbyte per second) satellite connections for short periods of time, at low cost.
|
|
|
|
|
Logged
|
"Anyone who isn't confused really doesn't understand the situation." Arduino-based airsoft props -> www.nightscapetech.com
|
|
|
|
Ayer, Massachusetts, USA
Offline
Edison Member
Karma: 27
Posts: 1096
|
 |
« Reply #2 on: October 12, 2012, 07:52:51 am » |
If you are in a region of the world that uses GSM/GPRS cell phones (75-80% of the world uses GSM, in the USA AT&T and T-Mobile use GSM but Sprint and Verizon do not), you might want to use this shield, which would allow you to put in a SIM card: http://www.seeedstudio.com/wiki/GPRS_Shield. You will have to figure out how what cell phone options for the SIM card.
|
|
|
|
« Last Edit: October 12, 2012, 07:57:06 am by MichaelMeissner »
|
Logged
|
|
|
|
|
Topsham, Vermont USA
Offline
Edison Member
Karma: 11
Posts: 1353
... in The Woods In Vermont
|
 |
« Reply #3 on: October 12, 2012, 12:16:32 pm » |
A couple of options here: http://goo.gl/o4gfOOne is a small module and the other is an Arduino type shield. Some info here: http://arduino-info.wikispaces.com/GSM-GPRSDISCLAIMER: Mentioned stuff from my own shop...
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 41
|
 |
« Reply #4 on: October 12, 2012, 09:48:45 pm » |
Are these kind of GSM modules easy to use do they come with good documentation/samples?
|
|
|
|
|
Logged
|
|
|
|
|
Maine
Offline
Sr. Member
Karma: 7
Posts: 320
Caution: Explosives in use.
|
 |
« Reply #5 on: October 12, 2012, 11:47:07 pm » |
Are these kind of GSM modules easy to use do they come with good documentation/samples?
Define "easy to use". Sparkfun has a few different modules, with some examples: https://www.sparkfun.com/products/9607
|
|
|
|
|
Logged
|
"Anyone who isn't confused really doesn't understand the situation." Arduino-based airsoft props -> www.nightscapetech.com
|
|
|
|
Central MN, USA
Online
Faraday Member
Karma: 35
Posts: 5920
Phi_prompt, phi_interfaces, phi-2 shields, phi-panels
|
 |
« Reply #6 on: October 23, 2012, 08:49:12 am » |
If you are in a region of the world that uses GSM/GPRS cell phones (75-80% of the world uses GSM, in the USA AT&T and T-Mobile use GSM but Sprint and Verizon do not), you might want to use this shield, which would allow you to put in a SIM card: http://www.seeedstudio.com/wiki/GPRS_Shield. You will have to figure out how what cell phone options for the SIM card. MichaelMeissner, I'm trying to get this shield. Have you had some experience with it? I am curious what "unlocked SIM" means on their wiki. Thanks.
|
|
|
|
|
Logged
|
|
|
|
|
Ayer, Massachusetts, USA
Offline
Edison Member
Karma: 27
Posts: 1096
|
 |
« Reply #7 on: October 23, 2012, 09:10:16 am » |
No I don't own the shield. An unlocked sim card means you can transfer the sim card from one phone to another. I believe some sim cards are locked to a particular phone. You would need to ask somebody else which carriers have locked sim cards.
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Full Member
Karma: 1
Posts: 164
http://www.open-electronics.org
|
 |
« Reply #8 on: October 26, 2012, 10:42:53 am » |
Hi, I suggest you the Open-Electronics shield use a SIM908 instead of SIM900 SIM908=GSM + GPRS + GPS SIM900=GSM + GPRS More info: http://www.open-electronics.org/gsm-gps-shield-for-arduino/
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Edison Member
Karma: 4
Posts: 1131
If you're not living on the Edge, you're taking up too much space!
|
 |
« Reply #9 on: October 26, 2012, 10:45:03 am » |
You can also use Wifly + Mifi from any mobile provider.
|
|
|
|
|
Logged
|
If you fall... I'll be there for you! -Floor
Skype Brighteyes3333 (262) 696-9619
|
|
|
|
Maine
Offline
Sr. Member
Karma: 7
Posts: 320
Caution: Explosives in use.
|
 |
« Reply #10 on: October 26, 2012, 10:55:39 am » |
You can also use Wifly + Mifi from any mobile provider.
Good point. If space isn't an issue, this would probably be the best. Then you aren't relying on someone's diy firmware for the GSM part, and you aren't limited to just the Arduino if you want to expand the project in the future.
|
|
|
|
|
Logged
|
"Anyone who isn't confused really doesn't understand the situation." Arduino-based airsoft props -> www.nightscapetech.com
|
|
|
|
Offline
Edison Member
Karma: 4
Posts: 1131
If you're not living on the Edge, you're taking up too much space!
|
 |
« Reply #11 on: October 26, 2012, 12:02:26 pm » |
This way you could send Email, SMS, HTTP, or FTP easily. www.smtp2go.com is my first choice for easy Email. If you use GMail, your provider may be blocked from sending.
|
|
|
|
|
Logged
|
If you fall... I'll be there for you! -Floor
Skype Brighteyes3333 (262) 696-9619
|
|
|
|
|