Tried to change f9p configurations “rates” to 200ms so then its 5hz? Its on other configcs 100ms
Then tried to change from messages uart2 gga vtg gsa options. What does that number mean its default 1.
If your configuration rates is set to 200 ms, then a setting of “1” means every 200ms. If it was 2 that would be every 2*200ms, or 2.5 hz. Hope that makes sense.
The cause of your issues very much could be the fact that the F9P transmits GNGGA instead of GPGGA. Unfortunately I’m not sure how to tell the F9P to make it GPGGA. Perhaps the F9P will only emit GPGGA when it’s only using GPS and ignoring all the other satellites.
I suppose one solution is an arduino sketch that reads in the GGA sentence on one serial, converts the talker code to GPGGA and retransmits it out another serial to your RS232.
I know you can configure the f9p to send GP instead of GN because I had to do it for 20/20 seedsense, but I don’t remember exactly where. It shouldn’t be too hard to find.
Edit: Here is a link to an article that describes how to set your talker ID
Hi. I am wondering if I can make this work with micro aio board. Last year I fed nmea to my air seeder monitor with bynav but was hoping I can make it work with new board. Any help would be appreciated. I tried connecting to tx2 pin on micro f9p and power and ground from another spot on board. changed settings in ucenter so uart2 would ouput nmea gga at 38400. cant get it to work
That would be great to do it that way (especially if it could be roll corrected NMEA)! The 20/20 monitor wants RMC as well. What will you do about that?
Yes I’m trying these and using single GPS.
CANADUINO® 3 x RS232 to TTL UART Interface MAX232, adds Real RS232 Port to Any microcontroller https://a.co/d/7KjxcCt
I’ll maybe have to try it like you suggested. So what kind of adapter will you use? Would something like this work?
DTECH 6 Feet DB9 to RJ45 Console Cable 9 Pin Female Serial RS232 Port to RJ45 Male Ethernet LAN Rollover Console Cable https://a.co/d/2EfTaOU
I am using single and connected to tx1 on f9p and did the setup for uart 1 in ucenter so my setup was like this
Uart 1 output nmea
Baud rate 38400
Nmea messages 10 hz for gga, vtg, and rmc
My monitor gets the messages and everything as expected but my ag open tablet loses gps and dont have rtk on the monitor.
What i noticed was when i submitted 38400 on uart 1 then teensy light quit blinking .
What could i try. ? I guess i could do same as yours on uart2 and do setup at 57600 baud rate…
I assume you’re using an All in one board, since you talk about a teensy. Somebody more knowledgeable can correct me, but I believe you need to leave UART 1 alone, as the teensy communicates with the F9P over UART1 at a baud rate of 460,800. If you have a AIO micro board with single, you can export your nmea from UART2 on one of the two pins highlighted in white.