Skip to main content

MAKE A MINI LED SIREN (POWERED BY ARDUINO!)


MAKE A MINI LED SIREN (POWERED BY ARDUINO!)


31,299
36
4


Intro: Make a Mini LED Siren (powered by Arduino!)

This is one of the first projects I have made with Arduino. It's a little siren with a LED that fades and blinks on and off. It demonstrates basic use of LEDs and speakers. Also check out this article: 8-Pin Programming Shield

Constructive criticism is appreciated!

Let's get started!

Step 1: Materials & Tools

Picture of Materials & Tools
Picture of Materials & Tools
Fist off, gather your materials and tools. I am assuming that you known the basics of Arduino and how to solder.

Materials:
-Arduino Uno
-USB cable for the Arduino (sometimes called a printer cable)
-solderless breadboard
-breadboard jumper wires
-LED (Any color)
-A small resistor or two.
-small speaker (I found one for $2 at a thrift store)
-Ping pong ball

Tools:
-soldering iron
-electrical solder
-pliers

Step 2: Solder Jumper Wires to the Button and Speaker

Picture of Solder Jumper Wires to the Button and Speaker
Fire up your soldering iron and attach wires to each of leads on the button and the speaker. The picture shows mine when I was done.

Step 3: Drill a Hole in the Table Tennis Ball

Picture of Drill a Hole in the Table Tennis Ball
Grab your dremel and drill a hole in the bottom of the ping pong ball. Make it large enough for the LED bulb to fit inside.

Step 4: Wiring It Up

Picture of Wiring It Up
Picture of Wiring It Up
Picture of Wiring It Up
Picture of Wiring It Up
Get power to the breadboard:
Run a jumper wire from the Arduino GND pin to a breadboard "-" row.
Run a jumper wire from the Arduino 3.3v pin to a breadboard "+" row.

Wire the button:
Run one of the buttons wires to anywhere on the breadboard's "+" row.
Run the other wire to an empty column on the breadboard.
Run a resistor from the button wire column to an empty column.
Run a wire from the resistor column to Arduino pin 7.

Wire the LED:
Stick the LED on to the breadboard. Slide each pin into a different column.
Run a wire from the positive LED column to Arduino pin 5.
Run a wire from the negative LED column to breadboard "-" row.

Wire the speaker:
Run one of the speaker wires to breadboard "-" row.
Run the other wire to Arduino pin 3.

Slide the ping pong ball over top of the LED. (not pictured)
Just slip it over the LED.

Hopefully the pictures will help make sense of what I'm saying.

Step 5: Programming the Arduino

Picture of Programming the Arduino
Now we have to program the Arduino to make the LED flash and the Speaker well... speak! I have written a sketch (thats what Arduino programs are called) for us already. Download the file, open it in the Arduino software, then upload it to the board. (But first, connect the Arduino to your computer with the USB cable.) I Won't explain how to set up the Arduino software on you computer because there are many articles out there that describe it better than I can. Such as this one .

Step 6: Finished!

Picture of Finished!
Hooray! now we get to test it! If all went well (and my instructable was accurate), the siren and ping pong ball light should spring into action at the press of the button! As you can see from the picture, I made a crude button holder by poking a hole in the top of a disposable cup. I also cut a notch in the side to let the wires out.

Comments

Popular posts from this blog

Arduino NANO 3X3X3 LED CUBE

DIY | 3X3X3 LED CUBE FOR ARDUINO NANO+ By   RGBFreak   in   Technology Arduino 17,143 146 22 Featured Download Favorite By   RGBFreak RGBFreak's YouTube Channel Follow More by the author: About: Hi there visitor! First of all thank you for checking out my profile! My name is Youri. I study Technical Computer Science in the Netherlands. I especially love the electronical part of my study. Since I l...   More About RGBFreak » Intro: DIY | 3x3x3 LED Cube for Arduino Nano+ Hi everyone! My name is RGBFreak and I created a YouTube channel quite recently. I love DIY and I especially love LED's, so that's why I decided to make my own 3x3x3 LED Cube! You will need the following items to make this LED Cube: • 27 single colored LED's. • Arduino Nano or one of his bigger brothers. • 3 NPN Transistors. I used the BC547. • 3 pin headers with 3 pins. • 1 pin header with 4 pins. • A piece of perfboard. • A few small cables. Ad

Ultrasonic Distance Sensor in Arduino With Tinkercad

  Ultrasonic Distance Sensor in Arduino With Tinkercad Let's measure distances with an ultrasonic rangefinder (distance sensor) and Arduino's digital input. We'll connect up a circuit using a breadboard and use some simple Arduino code to control a single LED. You may have already learned to   read a pushbutton   and   PIR motion sensor   with Arduino's digital input, and we'll build on those skills in this lesson. Ultrasonic rangefinders use sound waves to bounce off objects in front of them, much like bats using echolocation to sense their environment. The proximity sensor sends out a signal and measures how long it takes to return. The Arduino program receives this information and calculates the distance between the sensor and object. Find this circuit on Tinkercad Explore the sample circuit embedded here by starting the simulation and clicking on the proximity sensor. This will activate a highlighted area in front of the sensor with a circle "

DIGITAL UV-METER, WITH OLED DISPLAY. ARDUINO PROJECT FOR BEGINNERS

DIGITAL UV-METER, WITH OLED DISPLAY. ARDUINO PROJECT FOR BEGINNERS By   techn0man1ac   in   Technology Arduino 4,792 87 13 Featured Download Favorite By   techn0man1ac Techn0man1ac blog Follow About: Techn0man1ac - техноманьяк   More About techn0man1ac » Intro: Digital UV-meter, With OLED Display. Arduino Project for Beginners Video demonstration (English subtitles). Hello,   instructable . Today I will tell you how to make a simple digital VU meter (sound level meter) using Arduino and OLED displays and 2 resistors by yourself (DIY). The device is quite simple, for beginners it will be a rewarding experience. Add Tip Ask Question Comment Download Step 1: Components for This Arduino Project: 3 More Images Arduino Nano V3.0; 0.96 inch IIC I2C 128X64 OLED Display; One 10K, resistor(R1 no scheme); One 10K-100K potentiometer(R2no scheme); Wires. Add Tip Ask Question Comment Download Step 2: Dev