-
Notifications
You must be signed in to change notification settings - Fork 68
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
Comments
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 |
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. |
You can do it by vendor And product ids
…Sent from my iPhone
On Nov 25, 2020, at 8:57 AM, Frederic Guilbault ***@***.***> wrote:
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....
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
You can see for AIS here https://bareboat-necessities.github.io/my-bareboat/images/config/openplotter-serial-devices.png |
I've done some changes in my fork. I know only vendorID/productID for dAISy AIS. |
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)?
The text was updated successfully, but these errors were encountered: