Summary of Infinite Loop – Prototype I Final Report: Hazardous Weather Warning System using arduino
The article describes a prototype LED warning system designed to notify residents of emergencies using color-coded LED lights. An Arduino Uno controls an RGB LED, with each color activated by individual toggle switches representing different warnings. The system uses a common anode RGB LED with cathodes connected through 1K ohm resistors to ground, powered via USB from a laptop. Activating various combinations of switches produces different LED colors, illustrating the concept's simplicity and effectiveness for emergency alerts.
Parts used in the LED Warning System Prototype:
- Arduino Uno
- RGB LED (common anode)
- Toggle Switches (3)
- 1K Ohm Resistors (3)
- Breadboard
- Dell XPS laptop (power source)
- Miscellaneous Wiring
Introduction:
The LED warning system notifies local residents of emergency withing the area. The difference in the color of the LED will allow residents to differentiate between different warnings. Each shelter building has a person who is in charge of unlocking the door for residents to enter. Once the person is in the room they will flip a switch for a specific warning that is defined by the facility. For example, red could mean there is a severe thunderstorm warning, and it would be illuminated on the top of each building via LED.
Our goal with the prototype is simply that, to create a single LED light that when a switch is flipped it will illuminate a certain color. Each individual switch will illuminate the LED a different color. This is starting with the simplest way to solve the problem that was presented to us.
Parts Used:
1 Arduino Uno
1 RGB LED
3 Toggle Switches
3 1K Ohm Resistors
1 Bread Board
1 Dell XPS
Misc Wire
Being powered by the laptop, throws of the toggle switches will turn the LED to different colors. Leaving multiple switches turned into the on position will produce even more colors for the LED. The LED is set up with a common anode and three (3) cathodes.
Description:
We originally started by simply hard wiring the LED and completing the circuits for each different cathode to produce different colors. As pictured above the common anode receives +5v and the cathodes are grounded. The +5v and ground come from the arduino which is powered via USB from the computer. Each wire to a cathode also contains one (1) 1k Ohm resistor. To switch between colors we complete the circuit on the ground side. The results are in the picture below.
For more detail: Infinite Loop – Prototype I Final Report: Hazardous Weather Warning System