https://github.com/djinnalexio/switchy-gpio
This is a user-friendly switch to control leds plugged to the GPIO of the Raspberry Pi 3
https://github.com/djinnalexio/switchy-gpio
blink control-leds-plugged gpio led-display leds pin raspberry-pi raspberry-pi-3
Last synced: about 2 months ago
JSON representation
This is a user-friendly switch to control leds plugged to the GPIO of the Raspberry Pi 3
- Host: GitHub
- URL: https://github.com/djinnalexio/switchy-gpio
- Owner: djinnalexio
- Created: 2017-06-09T03:04:57.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2021-10-03T19:47:29.000Z (almost 5 years ago)
- Last Synced: 2025-02-22T17:48:14.109Z (over 1 year ago)
- Topics: blink, control-leds-plugged, gpio, led-display, leds, pin, raspberry-pi, raspberry-pi-3
- Language: Python
- Homepage:
- Size: 2.76 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GPIO Interactive Led Switch
This is a user-friendly switch to control leds plugged to the GPIO of the Raspberry Pi 3
The programming language I use is python.
In order to use the application, you will need to following hardware:
Raspberry Pi 3 Model B
breadboard
Male/Female jumper wires
6 LEDs (generic)
6 Resistors 330 ohm
Here are the GPIO pins we will be using and the colors they will correspond to:
BCM Color Physical placement
21 Left White 40
16 Yellow 36
12 Red 32
25 Blue 22
24 Green 18
13 Right White 33
The pins that can be used as Ground are 6, 9, 14, 20, 25, 30, 34 and 39.
Please, give feedback on whether you find my app easy to use and what I can do to improve it.