Newbie: Sending GPS coordinates

Hello.

I was wondering if there is some way to wireless transmit the Arduino GPS coordinates besides thrugh GPRS (which would require GSM service); maybe somehow trough FM? Is there something like a long range FM transmitter than can be linked to Ardiono?

Thank you.

Hi AdrianTNT and welcome to the RobotShop Community Forum.

There are many ways of transmitting information (such as GPS coordinates) with an Arduino over the air. You could use XBee, Bluetooth, general purpose RF or even WiFi.

The GPS data is serial and it would be very simple to sending it out since many of the Bluetooth and XBee modules work directly with serial data.