SlashDevin / NeoGPS

NMEA and ublox GPS parser for Arduino, configurable to use as few as 10 bytes of RAM
GNU General Public License v3.0
707 stars 195 forks source link

NED velocities not working #108

Open yo90bosses opened 5 years ago

yo90bosses commented 5 years ago

im using a Neo 6m gps module and trying to get NED velocities. I modified the MNEAsimple example to also send dateTime_ms() and the velocities towards north east and down (fix.velocity_north). Im getting a fix at 10Hz and all the data in getting sent over serial except for the fix.velocity_north functions. Do i need to enable something over U-Center or in the library?