Arduino Knight Rider KITT Lights Project
Make Knight Rider KITT Lights using your Arduino and a few components!
About this Project
In this project we'll make Knight Rider KITT lights. You'll see the schematic, breaboard layout, and how to build the project.
The Arduino Knight Rider KITT Lights is a great project for beginners in Arduino, and for anyone who likes to construct and learn from unique and attractive electronics projects.
The 10 LEDs chase forwards and backwards under the control of the Arduino software.
This project is for the purposes of amusement and learning.
Full Step-By-Step Instructions Video
Watch the full step-by-step instructions video on YouTube:
Components for your Project

To make your project you will need:
-
An Arduino Uno or Mega. You can also use an Arduino Nano or any other Arduino type, but you might need to change the pin assignments for these in the software (this is easy to do)
-
A breadboard
-
Ten red LEDs
-
Ten 330 Ohm resistors. You can use any resistor values ranging from 330 Ohms to 560 Ohms.
-
Assorted breadboard jumper wires
Schematic Diagram

Arduino Port Pins D2 thru D11 are configured as outputs, and drive the ten LEDs to make the Knight Rider lights.
Each of the ten LEDs has a resistor in series with it which limits the current through the LEDs (without this the LEDs would be damaged).
The GND from the Arduino is connected to all of the LEDs via their resistors.
The remainder of the Arduino Pins are not connected.
Breadboard Layout

This picture shows the complete Breadboard Layout.
The orange wires are the drives to the LEDs.
The yellow wire is the ground for the LEDs.
Project Software
The project software is in file: ArduinoKnightRider.ino
The software can be compiled in the Arduino IDE and uploaded to your Arduino.
The software contains comments to tell you what it is doing.
You can change the software if you want to reassign the Arduino Port Pins, or you want to experiment with making the project do different things.
Your Finished Project
