How to use Navio2 GPIO pins in Python?

I am trying to use some basic electronics like IR recievers with the Raspi but I am not sure how to access the gpio through the servo rails for this in python. Any advice?

The servo rail is connected to a MCU which handles RC input/output. The servorail has no GPIO pins. GPIO17 and 18 are accessible through the UART connector.

Hi @dillmkane,

It’s possible to operate the servo rail pins as GPIO. You can learn more about it in Navio2 docs.

This topic was automatically closed 100 days after the last reply. New replies are no longer allowed.