Arduino UNO Sound Sensor
In this short tutorial I will share with you the circuit diagrams, code and a sample video. Expected Results: Components 1*Arduino Uno board 1*USB data cable 1*High-Sensitive voice sensor module Several jumper wires LED 220K Ohms or 1K Ohms Resistor (Otherwise your LED will blow) breadboard Connect the sound sensor to the board as shown in the diagram below Connect the LED as shown below Black - connect to the blue channel of the breadboard and to GND of the UNO RED - Connect to the Red Channel of the breadboard and to the 12 pin of the board. (If 12 seems to give you problems, try 11. Sometimes they are mismatched) Now its time to code.. Compile and deploy the code below /*********************************************** * name:Voice Sensor * function: you can see the value of sound intensity on Serial Monitor. **************************************************/ const int ledPin = 12; //pin 13 built-in led -- note this const int so