Jetson Tutorials GPIO

Jetson/Tutorials/GPIO using arduino

Quickly testing a GPIO pin To set pin GPIO_PH1 as an output: sudo su (Enter your user password. Defaults to “ubuntu”) # See which pins are currently configured as GPIO, and what their state is. cat /sys/kernel/debug/gpio # Validate that the entry for the Tegra GPIO controller has a base value of 0. If not, […]

Jetson/Tutorials/GPIO using arduino Continue Reading