The great thing about the examples here is they interface directly to Arduino. However for less than half the price of these, you can get a brand new(obsolete) Garmin GPS 15-F module which has external antenna connector for £8. Just requires some 5V->3.3V conversion!! I am not affiliated to the seller, just wanted to share with you all another option for 'cheap' Arduino GPS.
http://www.ebay.co.uk/itm/GPS-Module-Garmin-GPS-15-F-/140988900853?pt=UK_In_Car_Technology&hash=item20d397e5f5#ht_310wt_1399By the way, has anybody tried to make an OS Maps Sat-Nav on Arduino? I have a Sainsmart Mega 2560/SD TFT setup, and I have tentatively produced a successful navigation system.....at least as far as a proof of concept.
I am potentially looking for any help that could be offered to speed up the map drawing.......(18 seconds for a 240x240 pixel map or 1/2 Km with 20 pixel overlap) and also parsing of palettised BMP. My current program requires 24bit colour depth BMP images which are HUGE compared to 8bit colour with palette.
The system would not be any good for a car, as the rate of travel would exceed the refresh rate of the maps, but for walking or cycling, I am optimistic it would have some potential.
Any help or suggestions are welcome.
Regards