Skip to content
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

Recognize more serial port USB devices. For example dAISy AIS #58

Open
mgrouch opened this issue Nov 8, 2020 · 7 comments
Open

Recognize more serial port USB devices. For example dAISy AIS #58

mgrouch opened this issue Nov 8, 2020 · 7 comments

Comments

@mgrouch
Copy link

mgrouch commented Nov 8, 2020

Recognize more serial port USB devices. For example dAISy AIS.
I see some configs to recognize some known GPS chipsets.
How do we recognize dAISy AIS serial ports and other NMEA ports via FTDI (those could be anything wind/depth)?

@mgrouch
Copy link
Author

mgrouch commented Nov 8, 2020

I do like approach based on vendor/product ID. It lets you to re-plug device into different USB port and still be named same

@FredericGuilbault
Copy link
Contributor

FredericGuilbault commented Nov 25, 2020

gpsd provide a nice Udev list of known GPS device, and with udev event. I been able to dynamically add GPS signal to signalk and even reboot SK server on new device. That's the Approach I like the most.

Sadly such lists are not very easy to find. Plus on many cases when it's DIY stuff you only see that data are coming for let's say I2C, 1Wire or TTL only the human will be able to say if it's dept sensor, a temp sensor or a wind vane that are plugged on the other side.

That's why people still use node-red and openplotter....

I think some people that started collecting vendor/product ID for AIS and Radars but I haven't searched google for it yet.

@mgrouch
Copy link
Author

mgrouch commented Nov 25, 2020 via email

@mgrouch
Copy link
Author

mgrouch commented Nov 25, 2020

@mgrouch
Copy link
Author

mgrouch commented Nov 25, 2020

@mgrouch
Copy link
Author

mgrouch commented Dec 15, 2020

I've done some changes in my fork. I know only vendorID/productID for dAISy AIS.
And I can't test my changes cause it's on my winterized boat.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants