Philipp Wollschlegel
Philipp Wollschlegel
Also the kobo nia is missing.
I'd like to make the docker container be able to build the kernels. There is already a cross build toolchain for the kobo in there so it would be easy...
So @MaxKellermann did a lot of work on this topic. see: https://github.com/XCSoar/XCSoar/blob/master/.github/workflows/build-kernel.yml
Patching serial )RS232) protocols together is never a great idea. You don't know which device the data is coming from, and writing to all devices at the same time can...
A possibility would be to communicate with RS485 to the 'Hub' and from there go via rs232 to the individual devices. But in the end we would be externalizing the...
I just see that android is a constant moving target. USB connectivity on android is variable (host mode, ogt etc...) cables dongles can be flakey, not to mention plugs, connectors...
I found this here btw: (they even link to us under links) https://experimentalavionics.com/can-bus/ This is for powered flight, but they basically did a bus system with lots of sensors and...
@ubx interesting. make a PR and mark it as draft. Even if not ready, more exposure.
This is dangerous! This may or may not work, and you leave it to the end user to find out, potentially being a contributing factor in an accident. Think about...
> Nobody say's its a good idea to do this ;) Hence let me add my 5 cent to this: haha. :) > Mixing a binary protocol and a nmea...