Arduino RGB Sound Sensor

by 3023lillian in Circuits > Arduino

474 Views, 1 Favorites, 0 Comments

Arduino RGB Sound Sensor

IMG_9498.JPG
Screen Shot 2021-04-10 at 10.01.04 PM.png

https://www.instructables.com/Arduino-Sound-Sensor...

This is a device that detects sound and shows you by lighting its led light. The original version of this project was from the link above, Arduino - Sound Sensor (with LED) made by MertArduino. However the original product only had a single-colored led light bulb, whereas in my project I used a RGB led in which the colors change when the device sensors sound. I also added a shell to cover up the inner makeups of the Arduino pieces. Lastly, the original design was made with Arduino Uno, but for mine I used Arduino Leonardo, both of them works though.

Supplies

  • Arduino Board
  • RGB LED
  • Sound Sensor
  • Mini breadboard
  • 6 wires
  • Data transfer cable
  • Resistor 220 Ohm

Connect the Circuits

Screen Shot 2021-04-10 at 10.40.55 PM.png
IMG_9483.JPG
IMG_9484.JPG
IMG_9485.JPG
IMG_9486.JPG
IMG_9487.JPG

Upload the Code

Screen Shot 2021-04-12 at 9.46.50 AM.png

https://create.arduino.cc/editor/3023lillian/17722...

I modified the code written by MertArduino, where the colors of the led light changes rather than only a single color. The purpose of making it like this is simply trying to add more fun and make it less boring. Click on the link above to see my code (//改 within my codes means that its the part I changed).

Cover It Up (optional Step)

IMG_9488.JPG
IMG_9489.JPG
IMG_9491.JPG
IMG_9492.JPG
IMG_9493.JPG
IMG_9494.JPG

Decorate or cover the inner components to make it look aesthetic, but its alright if this step is skipped so I made it an optional step.

Test It Out

Arduino RGB Sound Sensor