How to connect NMEA-0183 boat-instruments to an Rpi4 to use data in Signal KServer-Openplotter #91
Replies: 2 comments 7 replies
-
Either option will work. OpenPlotter is fine at taking in NMEA0183 and converting it to SignalK, and then to NMEA2000 for your MFD. RS485 - USB adapters are inexpensive, or you can use a HAT on your PI that does both 2000 and 0183. |
Beta Was this translation helpful? Give feedback.
-
What is the Seems like all your data is originally in 0183 format, why do you have NMEA2000 in the picture? Is it just for feeding power to the RPi? Converting all 0183 to N2K then feeding to Signal K introduces the 0183-to-NMEA2000 converter. If it does what you want fine, but then you don't have access to the original data from the 0183 in case there is something missing in the conversion. With just these basic sensors you probably won't have any trouble, but that is kind of fundamental difference in the solutions. There multi-port usb serial adapters that would take up only one usb port. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I'm new to the community and enthousiastic about DIY-projects, but not an engineer or developer....Hope I'm in the right place to search for some help.
![Rpi configuraties Blue Pearl](https://private-user-images.githubusercontent.com/155145937/293341647-2539e0ec-7e34-41b7-a3b2-824bf46c0a16.jpg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNzI4NzgsIm5iZiI6MTczOTM3MjU3OCwicGF0aCI6Ii8xNTUxNDU5MzcvMjkzMzQxNjQ3LTI1MzllMGVjLTdlMzQtNDFiNy1hM2IyLTgyNGJmNDZjMGExNi5qcGc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEyJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMlQxNTAyNThaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT02NDZhZDc3ZTU5YWI2ODMzZGJiMjEzNjRkMWU3YmZmOTkxMTg2ZDgzZGFhMjk0NWQxODk1YTBmYzA2YzllMWIyJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.ljuFYSXwlCl1XbVay1qijs0zpPCqNQGagokw-bCKQew)
I have started a project for my sailboat. The goal is to create a little network using the Rpi4-Openplotter distribution as a base. I have the Rpi running with Openplotter and SignalK server, etc. I can connect wireless from my laptop to the Rpi. Now, one by one, I want to connect the boat's equipment to the Rpi so that the Signal KServer can work with the available data.
My question is which is the best choice for me to connect various NMEA0183 instruments to the Rpi system. I have a Pican-M HAT with only 1 serial port available. On the internet I read about an 0183-to NM2K converter. But what can also be done is an RS485-to-USB cable for each instrument. I have 4x USB available on the Rpi. I prefer to use the SignalK-server power to handle with the data, instead of using more hardware components... See the sketch for my configuration. Thanks in advance for reactions.
Beta Was this translation helpful? Give feedback.
All reactions