admin
|
The built-in SRV1 firmware interfaces to uBlox5 via GPS and parses NMEA strings. If you have interfaced via I2C so the SRV-NAV board, the $g console command will give you a data dump of the processed strings, and gps() function in picoC gives you direct access to the data. If you are not interfacing via I2C, the $g will still autodetect a GPS on UART1 which is set to 9600 baud, though it won't identify it as uBlox. Look at gps.c in the srv1 firmware code base.
|