Introduction: LED Chaser Using Raspberry Pi
Hello everyone
Today I will make a LED chaser using raspberry pi.
Step 1: Things That Are Required
1) Raspberry pi
2) 10x LED's
3) Breadboard
4) Jumper wires
Step 2: GPIO Pins
Before beginning lets get some idea about GPIO pins in raspberry pi.
GPIO stands for General-Purpose Input/Output. These pins are a physical interface between the Raspberry pi and the outside world.
There are 40 pins on the Raspberry pi (26 pins on previous models), and they provide various different functions.
Step 3: Circuit Diagram
Step 4: Python Code
I have used nano editor to write the code.
$ nano chaser.py
write the code then press ctrl + x and save the code.
Run the code using
$ python3 chaser.py
To stop the execution
ctrl + c
4 Comments
6 years ago
I agree...this really should have resistors...
6 years ago
Hello,
I think one ought to use a 330 Resistor on each LED to limit current.
Reply 6 years ago
Yes, you can use a resistor.
Reply 6 years ago
That should be a must...otherwise too much current flows from the GPIO.