From 028d616169cfd20a3287e84618be85d0836047c7 Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 13 Mar 2015 14:06:20 -0400 Subject: [PATCH] GPS support and hardware split Moved supported hardware to new doc. Added support for Ublox Neo-M8N --- docs/Gps.md | 11 ++--------- docs/Gps_-_Tested_Hardware.md | 13 +++++++++++++ 2 files changed, 15 insertions(+), 9 deletions(-) create mode 100644 docs/Gps_-_Tested_Hardware.md diff --git a/docs/Gps.md b/docs/Gps.md index 77acd83ddb..b697a323fc 100644 --- a/docs/Gps.md +++ b/docs/Gps.md @@ -133,12 +133,5 @@ From the UBlox documentation: ## Hardware -There are many GPS receivers available on the market, people have reported success with the following receivers: - -Ublox Neo-7M GPS with Compass and Pedestal Mount -http://www.hobbyking.com/hobbyking/store/__55558__Ublox_Neo_7M_GPS_with_Compass_and_Pedestal_Mount.html - -RY825AI 18Hz UART USB interface GPS Glonass BeiDou QZSS antenna module flash -http://www.ebay.com/itm/RY825AI-18Hz-UART-USB-interface-GPS-Glonass-BeiDou-QZSS-antenna-module-flash/181566850426 - - +There are many GPS receivers available on the market. +See Gps_-_Tested_Hardware.md for a list of user tested hardware. \ No newline at end of file diff --git a/docs/Gps_-_Tested_Hardware.md b/docs/Gps_-_Tested_Hardware.md new file mode 100644 index 0000000000..309bdab977 --- /dev/null +++ b/docs/Gps_-_Tested_Hardware.md @@ -0,0 +1,13 @@ +## User tested hardware + +###Ublox + +Ublox Neo-M8N GPS with Compass + +Ublox Neo-7M GPS with Compass and Pedestal Mount +http://www.hobbyking.com/hobbyking/store/__55558__Ublox_Neo_7M_GPS_with_Compass_and_Pedestal_Mount.html + + +###Serial NMEA +RY825AI 18Hz UART USB interface GPS Glonass BeiDou QZSS antenna module flash +http://www.ebay.com/itm/RY825AI-18Hz-UART-USB-interface-GPS-Glonass-BeiDou-QZSS-antenna-module-flash/181566850426 \ No newline at end of file