Spread the love
Scope
Enable the GPIO pins on the Nvidia Nano.
Slack Conversation
https://app.slack.com/client/T013G365GF5/C013SRJME9G
Github
https://github.com/NVIDIA/jetson-gpio
cd
sudo git clone https://github.com/NVIDIA/jetson-gpio.git
cd jetson-gpio
sudo python3 setup.py install
Enable user permission
sudo groupadd -f -r gpio
sudo usermod -a -G gpio your_user_name
sudo cp lib/python/Jetson/GPIO/99-gpio.rules /etc/udev/rules.d/
sudo reboot
Run examples
See the slack channel for the current progress…