GPIO on RB5 drone
-
Hello,
I would need to use GPIO to attach a payload to the drone. I could not find much information on if GPIO are present or usable.
The documentation mentions some connectors being GPIO (J3 & J5) but they do not seem to be accessible and seem to be already used internally.
-
Hi @umlr ,
Here's some info for VOXL 2 which shares most of the design.
https://docs.modalai.com/voxl2-linux-user-guide/#gpios
For the RB5, qualcomm had some sample code here:
https://github.com/quic/sample-apps-for-Qualcomm-Robotics-RB5-platform/tree/master/GPIO-samplesFor example, we are using it here:
https://gitlab.com/voxl-public/voxl-sdk/utilities/voxl-bind/-/blob/master/src/voxl-bind.c#L58GPIO 46 going to J10 pin 6.
GPIOs 82, 83 and 84 control the onboard LED which you can use and get visual feedback.