Noise Control Using Intel Edison

by sagar.rupapara.14 in Circuits > Arduino

1638 Views, 20 Favorites, 0 Comments

Noise Control Using Intel Edison

10962219_880378102026602_1785541537_n.jpg
10984873_880378092026603_1746871729_n.jpg

Last few days I had problem with my roommate as he used to make lot of noise at night and wake me up. I had to walk out of my room to tell him to be quiet or text him with the bright mobile light on my face. I would be totally awake by this process. In his defense he used to say that how would he know if the noise is below the limit. So using sound sensor I made sure he knows if he is being loud. making is very simple (like all of my projects) so that everyone could make it.

When the sound is louder than a limit, LCD will display "Be Quiet!" and will have red backlight, otherwise it will display "Thank You" with white backlight.

Things You Would Need​

  • Intel edison with expansion board and motor shield
  • Grove sound sensor
  • Grove LCD
  • connecting wire and USB cable

Hardware Connection

10968033_880378112026601_637833341_n.jpg

Attach Intel Edison to expansion board and connect motor shield. Now as can be seen from the image, Sound sensor is connected to A0 on motor shield and LCD is connected to 12C.

Software

I hope you have gone through getting started process from Intel. Download the file and open using Arduino IDE software. Upload the code and ENJOY A GOOD NIGHT SLEEP.

Downloads