Mr. Clown: A Magic Robot
Hardware- 2 Devlogs
- 4 Total hours
Mr. Clown is a robotic magician's assistant made with cereal boxes, a raspberry pi, and micro servos. It is based on a tutorial from the book Robot Magic, by Mario Marchese.
Mr. Clown is a robotic magician's assistant made with cereal boxes, a raspberry pi, and micro servos. It is based on a tutorial from the book Robot Magic, by Mario Marchese.
I had a little bit of trouble with finding a battery pack to power the Pico. The first one I tried was old and restarted when the servo tried to move. The second one timed out during a wait, but I changed the code to start when a makeshift button is pressed instead of waiting a set number of seconds.
In addition to adding the two wires that start the code when connected, I:
I also decided what I am going to say during each section of the trick (the patter) and exactly which sleights I am going to use to make the clown nose disappear.
The hardware part of Mr. Clown is done! The cardboard outside is made of a Cheez-it box and spaghetti box. It uses two micro servos and a Raspberry Pi Pico for the electronics. I still need to figure out how to control the micro servos in micropython. The tutorial uses an Arduino programming in C.