-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a user, I would like to see NMEA data going out the NMEA outputs #43
Comments
Hi, They are not used in the code yet but you can just write to Serial2 and Serial3. What information would you like to see on those outputs? Tell me more and I will help! thomas |
Hi Thomas, All informations available, which can be described as pure NMEA0183 could be written to NMEA1 or NMEA2. Thank you! |
My specific interest here is to be able to set way points from OpenCPN and send them to my GPS. But my GPS only has one input (at 4800) and so I cannot send it both input instrument data and waypoint data separately. Currently my GPS, at the helm, receives all my instrument NMEA data from my NMEA instrument interface box as it is also sent to the KBox (my NMEA interface box can source to both the GPS and Kbox simultaneously). I would like to be able to (instead) repeat all my instrument data and add way point sentences from OpenCPN (on my Rpi) as it returns to the Kbox and comes from the NMEA outputs on the Kbox. So KBox would have to act like a true multiplexer by both repeating the input data and adding data coming from OpenCPN (or any other navigation program). |
I think we can make a dumb version of output to NMEA work easily but we are going to run into issues when there is more data flowing in KBox than what we can send at 4800 bauds. In this case, some messages will get lost and we will need some kind of filtering, or reduction of speed to make sure this does not happen. We can implement this later. |
Thomas, |
Ron, how would you prefer to configure this?
What would be best in your opinion? |
Apart of your two options I think we need a third: I think that we should stick to the kind of data format which is sent to (or received from) the interface. [When a friend of mine and I started our project (before I was switching to KBox) we even thought of the possibility to let the customer configure each "Talker-ID" to stay compatible with all sorts of navigation programs. May be this is something for keeping in the back yard of our brain... :-)] If the user chooses Signal K on the output interface (just makes sense on WiFi at the moment?) then a list of Signal K keys would be needed. |
closed by #104 You can now enable the output and configure what KBox should send on the output. Note that only the data parsed by KBox can be sent to the output. This is a bit limiting right now but we will extend it. See Configuring KBox for ore details on what sentences can be output at the moment. |
You write:
Two NMEA0183 outputs
How to activate NMEA0183 output?
The text was updated successfully, but these errors were encountered: