Introduction: Sound Sensor (Raspberry Pi)

About: the Raspberry Pi is Awesome!

Basic tutorial of how to setup a sound sensor with the Raspberry Pi.

Step 1: Parts

PARTS:

RPI 3 - https://amzn.to/2VA9pQY

4 Amp Power Adapter - https://amzn.to/2CTptWu

16GB micro SD - https://amzn.to/2SFMwd3

120 pcs jumper cable: https://ebay.to/2VAb9cY

Sound Sensors: https://amzn.to/2FoZg4I

Step 2: Setup

VCC <-> 5V

GND <-> GND

D0 <-> GPIO 17

Step 3: Code

run python script in terminal:

python sound.py

Attachments

Step 4: Additional Info