Hello everybody, i was having in mind a simple (maybe) project.
Using an Arduino UNO (or MEGA) i would want measure the GPS coordinates of the board with a GPS module and transmit them, after the request through an sms, using a GSM module. I already have this GSM module:
and i was asking myself if it is right for my scope. what do you think? Without buy very expensive modules, do you know other shield (or module) GPS that i can use for my project?
PaulS:
If you think that is simple, go for it. It is not a beginner project.
Also if i'm a newbie on this forum, i'm not a total newbie with arduino. Till this moment i have done robotical projects and now i would want examine in dept the networking connection with arduino.
Anyway i have seen that i have linked two times the same GSM module. I was talking about this gps module:
Have a look at the Simcom SIM908 module (and other models/makes) to see if it suits your providers frequencies.
It (and others) have the GPS integrated into the SMS/phone module at no apparent cost penalty and simplifies your code and connections to your Arduino.
based ever on the ublox neo-6m. It does not seem evil.
At this point, i ask myself if, with arduino mega 2560, i can use this shield and connect, to others 2 dedicated pins (rx,tx) of the arduino board, the gsm module (that has its external alimentation) without problem. Create, so, two serial comunications, using Software serial library. is it workable?