HefnySco / OBAL

Open Board Architecture for Linux
58 stars 19 forks source link

Add more UARTs #6

Closed jonas-koeritz closed 2 years ago

jonas-koeritz commented 2 years ago

ArduPilot is making heavy use of UART communication for GPS, telemetry, additional RX protocols, additional ESC protocols etc. This layout and hardware configuration provides only a single UART. Maybe some extra hardware would enable this to have more.

HefnySco commented 2 years ago

Thank you for the feedback.

RPI-Zero has 2 serials on via usb and the other via the GPIO14,15.

For RPI-4 you can use USB serial to connect to multiple devices via usb to serial. this is the fast solution.

Please try this HAT https://www.waveshare.com/wiki/Serial_Expansion_HAT for more options.