wake_peters
Published

Annoy bot

Funny prank on friends and family

BeginnerProtip212
Annoy bot

Things used in this project

Hardware components

Arduino UNO
Arduino UNO
×1
9V battery (generic)
9V battery (generic)
×1
9V Battery Clip
9V Battery Clip
×1
Buzzer
Buzzer
×2

Software apps and online services

Arduino IDE
Arduino IDE

Story

Read more

Code

annoy bot

C/C++
int buzzer = 11;
void setup() {
}
void loop() {
tone (buzzer, 400); // this is just the tone
delay (500); // 1/2 a second is how long it is on 
noTone (buzzer); // this is telling us it is off
delay (60000); // 60 seconds is how long it is off


}

Credits

wake_peters
0 projects • 0 followers
Contact

Comments

Please log in or sign up to comment.