Mikhail Grushinskiy

Results 110 comments of Mikhail Grushinskiy

@psistwu CM4 with McuZone board.

Gpsd can be just configured to read NMEA tcp stream from SignalK Sent from my iPhone > On Jun 23, 2022, at 3:05 PM, Ole W. Saastad ***@***.***> wrote: >...

https://github.com/bareboat-necessities/lysmarine_gen it builds arm64 bullseye on CircleCi natively on arm64 pypilot part is here https://github.com/bareboat-necessities/lysmarine_gen/blob/bullseye/install-scripts/4-server/02-pypilot.sh

And CircleCi related stuff here https://github.com/bareboat-necessities/lysmarine_gen/tree/bullseye/.circleci make sure you run parallel make with -j 4 (4 jobs) if you have free CircleCi plan

To reproduce it you need to try running the build of pypilot on CircleCi instead of your pi. right now pypilot is something that’s needed to be built on user’s...

Latest BBN Marine OS image (bullseye arm64) has workarounds for it. It also should be able to detect Pypilot hat and behave plug n play with it based on our...

I’ve added it externally from pypilot https://github.com/bareboat-necessities/lysmarine_gen/blob/bullseye/install-scripts/4-server/02-pypilot.sh thanks

I think this feature is not needed and it goes against what be best practices. you can easily make a multiplexer with kplex on raspberry pi or even on OpenWrt...

It’s important to not create data loops with all these NMEA set ups

I didn’t know pypilot_config_hardware exists. Is it documented somewhere? Can we invoke it from service and how? thanks