Skip to content

GPIO LED / I2C based Seven Segment Display to Jetson Nano (Linux Based). #23

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
arpit6232 opened this issue Apr 15, 2021 · 6 comments
Closed
Assignees
Labels
Milestone

Comments

@arpit6232
Copy link
Collaborator

DoD: A functioning GPIO Led / i2c based Seven Segment Display , based entirely over GPIO.

Blockers: Hardware availability in time before Sprint to test functionality.

@arpit6232 arpit6232 added the todo Work which needs to be done label Apr 15, 2021
@arpit6232 arpit6232 added this to the Sprint 3 milestone Apr 15, 2021
@arpit6232 arpit6232 self-assigned this Apr 15, 2021
@arpit6232 arpit6232 added WIP Current "work in progress" and removed todo Work which needs to be done labels Apr 15, 2021
@arpit6232
Copy link
Collaborator Author

Jetson Nano : Pinouts
image

@arpit6232
Copy link
Collaborator Author

arpit6232 commented Apr 15, 2021

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

@arpit6232
Copy link
Collaborator Author

Blocker : Waiting on Hardware to obtain PNP Transistor, and/or SevenSegment Display.

CODE : f1c0fabea3b7892e524144ea040e6c3f239b1bea

@arpit6232
Copy link
Collaborator Author

arpit6232 commented Apr 16, 2021

Documentation : https://github.com/AESD-Course-Project/AESD-Course-Project.github.io/blob/master/src/GPIO_setup.md
Commit : cu-ecen-aeld/final-project-arpit6232@91f59a2
DoD : i2c Display delivery delayed due to weather changes, GPIO tested to function correctly.

image

@arpit6232 arpit6232 added complete and removed WIP Current "work in progress" labels Apr 16, 2021
@arpit6232
Copy link
Collaborator Author

Updated schedule for seven segment display :
image

@arpit6232
Copy link
Collaborator Author

DoD:

IMG_20210416_194358

IMG_20210416_194423

IMG_20210416_194412

IMG_20210416_194428

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant