This project is for the beginners in arduino who want to annoy people and also create something cool.
if you are a beginner in arduino and want to annoy your relatives or friends, this is the project for you I’ve also noticed that you can add it to any other project where you need to be alerted of something using the if() {} or while() {} statements (For example, a PIR motion sensor alarm)
All you need is any arduino board (i recommend an arduino uno or Nano) and an active buzzer. You can use wires or wire it directly to a Nano using a breadboard.
Then you upload the code that’s in the code section using arduino IDE..
How it worksall the arduino is doing is varying the voltage sent to PIN number 2. By using the analogWrite(value) function and the loop, we can slowly change the pitch and volume of the buzzer. since I am changing the pitch and sound super fast, it makes a really annoying alarm.
Comments