BigTogepi
Published

BoomBot

Meet the robot with googly eyes and a speaker mouth!

IntermediateFull instructions provided595
BoomBot

Things used in this project

Hardware components

Googly eyes
×1
Speaker: 3W, 4 ohms
Speaker: 3W, 4 ohms
×1
Crocodile clips
×1
Snap circuits slide switch
×1
Jumper wires (generic)
Jumper wires (generic)
×1
Breadboard (generic)
Breadboard (generic)
×1
USB-A to B Cable
USB-A to B Cable
×1
Arduino UNO
Arduino UNO
×1

Hand tools and fabrication machines

Hot glue gun (generic)
Hot glue gun (generic)
Craft scissors
Pritt stick glue

Story

Read more

Code

BoomBot example

Arduino
The example tune to get you started
void setup() {
  tone(9, 440);
  delay(1000);
  noTone(9);
  tone(9, 550);
  delay(1000);
  tone(9, 660);
  delay(1000);
  noTone(9);
  tone(9, 660);
  delay(1000);
  noTone(9);
  tone(9, 550);
  delay(1000);
  tone(9, 440);
  delay(1000);
  noTone(9);
  
}
void loop() {
  // put your main code here, to run repeatedly:

}

Credits

BigTogepi
0 projects • 0 followers
Contact

Comments

Please log in or sign up to comment.