Search found 2 matches
- Sat Jan 31, 2015 5:08 pm
- Forum: Boards
- Topic: Naze32 hardware discussion thread
- Replies: 3249
- Views: 2004320
Re: Naze32 hardware discussion thread
Weirdly, yes. I'm on a trip where I have only a week to collect the data I need. I thought this thread was more appropriate because they were talking about gps features more recently and so I had hoped I would find more helpful responses here.
- Sat Jan 31, 2015 1:29 pm
- Forum: Boards
- Topic: Naze32 hardware discussion thread
- Replies: 3249
- Views: 2004320
Re: Naze32 hardware discussion thread
I need to send a custom init string to my GPS to enable 10Hz nav updating. Is this the correct way to do it: serialPrint(core.gpsport, "$PMTK314,0,1,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0*29\r\n"); serialPrint(core.gpsport, "$PMTK300,100,0,0,0,0*2C\r\n"); at the end of static void gps...