You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 17, 2021. It is now read-only.
Current documentation is not adequate/suitable to connect Pixhawk broads to RPI companion computers, esp. to people without strong engineering/electronics skills. There is absolutely no clarity on what pins on TELEM2 port should go to what pins on rpi GPIO. Instead documentation deals with wiring TELEM2 and FTDI and other well known topics of SSH and WIFI setups. There is ardupilot docs over there with much better explanation and pictures but we are PX4 here. Can we take on this? We should have at minimum:
Schematics to connect v2/3/4/5 connector designs to RPI GPIO
Options for powering FC and RPI
Tools to test connectivity between board and PRI and vice versa
QGroundcontrol reference how to configure board to talk to RPI
Reference how to configure RPI to talk to board via mavlink
Simple testing for the setup (ex: od -x < /dev/serial0 and observe raw mavlink output)
Simple python snippet showing how to connect to Pixhawk from RPI
Links to other topics like RPI peripheral equipment use