Created on: 2 August 2012
Updated on: 17 January 2023
A piezo sensor is connected to analog pin A0 of the Arduino. When the sensor is knocked or tapped, the on board "L" LED lights up and the message "Knock!" is sent out of the serial port for display in the Arduino IDE serial monitor window.
The circuit is built on breadboard in this easy Arduino Uno tutorial for beginners. One of the example sketches from the Arduino IDE is used to program the Arduino board.
Besides an Arduino Uno or compatible board, USB cable, breadboard and wire links, you will need:
The video below demonstrates the Arduino knock project. Each time the piezo disk is tapped or knocked, the word "Knock!" appears in the Arduino IDE serial monitor window.
File → Examples → 6.Sensors → Knock
The circuit diagram and breadboard connections can be found on the Knock Arduino website page.
Find the sketch for this project under File → Examples → 6.Sensors → Knock in the Arduino IDE and upload it to the Arduino board.
Open the serial monitor window in the Arduino IDE. Tap or knock on the piezo sensor to see the on-board LED light up and the "Knock!" message sent to the serial monitor window.