Conversation
Owner
|
Thanks @decodeais , I'll give it a try over the weekend. How have you been testing it? Does the compass data show up on |
Author
|
I don't know. I connected it to my navigation Software OpenCPN and it
worked. In my latest branch i implented a timer to get Compass data a
little faster.
Thanks
|
Author
|
I tried to check it with gpsmon. It seems to be blocked in gpsd. For ObenCPN it doesn't matter, because we can transmit by UDP directly without gpsd though its supported by the navigation software. |
Compass listener
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello,
I searched a cheap compass for the navigation software ( OpenCPN ) Problem was to implement it as a service. Your Software does it with the GPS messages. So I decided do expand the software by a compass message ( $HDM......). What do you think about this addon ? They tried solutions with RaspberryPi /Arduinos and magnet sensors. The navigation software already supports the UDP-protocol. Your GPS makes sense as an additional backup device. I could make own version, but I am new to this kind of programming. So I would prefer when you could integrate this.
I testet it and it works.
Thanks