Closed arpit6232 closed 3 years ago
Jetson Nano : Pinouts
To control the LED : (Yet to be tested).
We can control our LED from the command line. Here are some useful commands:
# Map GPIO Pin
# gpio79 is pin 12 on the Jetson Nano
$ echo 79 > /sys/class/gpio/export
# Set Direction
$ echo out > /sys/class/gpio/gpio79/direction
# Bit Bangin'!
$ echo 1 > /sys/class/gpio/gpio79/value
$ echo 0 > /sys/class/gpio/gpio79/value
# Unmap GPIO Pin
$ echo 79 > /sys/class/gpio/unexport
# Query Status
$ cat /sys/kernel/debug/gpio
Blocker : Waiting on Hardware to obtain PNP Transistor, and/or SevenSegment Display.
Documentation : https://github.com/AESD-Course-Project/AESD-Course-Project.github.io/blob/master/src/GPIO_setup.md Commit : https://github.com/cu-ecen-5013/final-project-arpit6232/commit/91f59a24f7dcb9178d38220738956c3f0afea24b DoD : i2c Display delivery delayed due to weather changes, GPIO tested to function correctly.
Updated schedule for seven segment display :
DoD:
DoD: A functioning GPIO Led / i2c based Seven Segment Display , based entirely over GPIO.
Blockers: Hardware availability in time before Sprint to test functionality.