Merge pull request #621 from OpCode1300/docs
GPS support and hardware split
This commit is contained in:
commit
9b092a841b
11
docs/Gps.md
11
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.
|
|
@ -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
|
Loading…
Reference in New Issue