-
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
Feature/50 hall speed sensor #118
base: master
Are you sure you want to change the base?
Conversation
Tested with a ST650 paddle wheel. Seems to work pretty well! http://www.gemeco.com/st650.php
@sarfata Just a few thoughts:
|
Yes you need a separate cable and probably I will make a small PCB with an optocoupler for this use-case. Why make a new product when KBox can do it? It's easier to have only one design. With config, you could have a KBox doing just this conversion in the bow. It's still much cheaper than any of the commercial options. This is very interesting to people who have an old sensor and want to send the data on NMEA2000 bus. I had that on my boat and hauling the boat to drill a new hole of a different size for the new sensor was not a simple operation. The other very interesting thing for racers is that we can send speed at 10Hz instead of the 1Hz of the DST800. So it is much cheaper, and actually much better too. I agree that other work on calibration/correction should apply to any sensor. How would you name it? |
I agree, that this is a great solution.
💯
Something like BTW: I plan to go for an external IMU-Sensor based on the NXP, which could also be directly connected to KBox (I2C).... |
And improve calculation of speed by using all pulses instead of just the duration of the last one received.
Allows a user to connect a good-old paddle wheel to KBox and get a 10Hz speed sensor that speaks NMEA and NMEA2000.
Work in progress. @ronzeiller you might be interested in this too.