Skip to content

This repository controls GPIO09 on the Jetson Orin Nano Developer Kit.

License

Notifications You must be signed in to change notification settings

screamlab/jetson_gpio_arm_power_ctrl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jetson GPIO Arm Power Control

This repository controls GPIO09 on the Jetson Orin Nano Developer Kit.

GPIO09 is connected to the Normally Closed (NC) pin of the relay, which manages the power supply to the robot arm. When GPIO09 is set to high, the relay opens, cutting off the power to the robot arm. Conversely, when GPIO09 is set to low, the relay closes, restoring power to the robot arm.

Usage

  • To power off the robot arm, execute the following command:

    python on_gpio09.py
  • To power on the robot arm, execute the following command:

    python off_gpio09.py

About

This repository controls GPIO09 on the Jetson Orin Nano Developer Kit.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages