Introduction: Belvedere - a Butler Robot
Belvedere is a robot I designed and built to serve appetizers at parties and entertain with jokes and dancing. He has the ability to navigate the first floor of our house while avoiding obstacles. Belvedere's first job assignment was entertaining guests at our son's first birthday! His main body sits on an iRobot Create, which he uses as a drive system. Here is a list of his main features:
- Navigates to one of four different rooms by turning a knob on his back
- Avoids obstacles using non-contact sensors (ultrasonic and infrared)
- Uses his British voice to offer food, make comments, and tell jokes
- His flat head is perfect for a plate of appetizers or a cooler of drinks
- He will play music and dance on command with a push of a button
- LEDs on his front light up in various patterns to show he is active
- Spinning bowtie!
This project was inspired by many other robot projects. In particular, JoeCreate's Serverbot instructable (LINK) gave me many great ideas and Belvedere wouldn't be a reality without his impressive work and documentation.
Continue reading for details of Belvedere's construction, code samples, photos, and videos!
Detailed photos can also be found at this picasa album
Step 1: CONSTRUCTION
Belvedere's main body is mounted to an iRobot Create which he uses as a drive system. The main body is made from a concrete form tube used in construction. I borrowed this idea from JoeCreate's Serverbot instructable (LINK). The various circuit boards are mounted on a plexiglass table mounted firmly to the iRobot Create. The main body is also mounted firmly to the plexiglass table. Belvedere's flat head is made from a round piece of plexiglass lined with a non-skid mat.
In order to make Belvedere more stable, I mounted an extra swivel caster on the opposite side of the caster included with the iRobot Create. This additional caster is shown in the pictures below.
Detailed photos can also be found at this picasa album
Step 2: ELECTRONIC COMPONENTS
Here is a list of electronic components used to create Belvedere:
- iRobot Create platform
- Arduino MEGA microcontroller (the brains of the operation)
- Sparkfun 16x2 LCD for message display and debugging
- Adafruit WaveShield used to store and produce voice and music clips
- HMC6352 compass module from Sparkfun
- Custom LM386 amplifier board to produce voice and music clips through speaker
- 3 X Maxbotix Maxsonar EZ1 Ultrasonic Ranging Sensors
- 2 X Sharp GP2D12 Analog Distance Sensors
- 3 inch speaker
- Hobby servo for spinning the bowtie
- Many voltage regulators, switches, buttons, etc
- A few custom boards for power and signal distribution
Pictures of the components are below.
Detailed photos can also be found at this picasa album
Step 3: NAVIGATION
Belvedere can run in two different modes, NAVIGATE and ROAM.
In NAVIGATE mode, Belvedere keeps track of his location on a large grid of the house. To plan his move to the next destination, he uses a WAVEFRONT algorithm. I got the idea to use a wavefront algorithm from the Society of Robot's website (LINK). In order to use this mode, the floor and permanent obstacles (walls, couches, etc) must be pre-mapped into a large matrix. Also, Belvedere must be started in the same location and orientation when he is turned on, otherwise he wouldn't have a reference.
In ROAM mode, Belvedere, will not keep track of his location in the house. He will move a few feet forward, pause for a while, turn randomly, and continue forward.
OBSTACLE AVOIDANCE
In NAVIGATE mode, Belvedere will constantly monitor his three ultrasonic ranging sensors when he moves forward. If an obstacle is detected closer than a certain threshold, he will begin to slow down gradually. If an obstacle is within 1 foot, he will stop and speak a warning. The Sharp IR sensors are used to veer Belvedere away from walls without slowing him down.
In ROAM mode, if Belvedere detects an obstacle while moving forward, he will stop, rotate a random angle, and continue forward in a different direction.
Step 4: SOFTWARE
Belvedere's "brain" is the Arduino MEGA microcontroller. It has an incredible amount of inputs/outputs and memory for such a low-cost controller. For more details on the Arduino MEGA and other Arduino boards, follow this LINK. Belvedere uses almost all of the 54 digital pins on the Arduino MEGA. Details of Belvedere's pinouts can be found at this Google Document.
CONNECT ARDUINO MEGA TO iROBOT CREATE
Most people that add a microcontroller to the iRobot Create use the iRobot Create Command Module. iRobot engineers supply example code with the Command Module so that it can communicate with the Create over the serial connection. I needed many more inputs/outputs and more memory than the Command Module could offer, so I decided to connect the Arduino MEGA to the Create. I wired the serial communication pins between the two and converted the Command Module code to Arduino code (very similar since they are both written in C). The main change I made to iRobot's example code was that I didn't want to use the same timers to control sensor updates.
VOICE AND MUSIC
Belvedere's audio clips are pre-recorded and stored on an SD card. The Arduino can access any one of the clips as needed. Belvedere has at least 50 different audio clips that are in different categories (offer food, move obstacle, joke, comment, music).
Belvedere's voice was generated by the text-to-speak software at AT&T's Natural Voices website:
http://www2.research.att.com/~ttsweb/tts/demo.php#top
You can choose gender and various accents. This website was convenient because I could directly export the file to .wav format.
SOURCE CODE
I have attached the Arduino source code below. It is three files zipped together. Two of the files are header files that support the main .pde file.
Attachments
Step 5: VIDEO
An HD video of Belvedere in action can be seen at youtube at this LINK.
Detailed photos can also be found at this picasa album
39 Comments
5 years ago
Can anyone comment on the battery/power consumption part of it?
Is there a separate battery or the power is being sourced from the iRobot Create's base itself? - If so, how to go about doing that?
7 years ago
Hey please i need help with the code i would not want to use an irobot create i have a couple of drill motors i want 2 relays for each motor (4 in total) i want it to drive as tank drive with 2 motors.1 relay will be for going forwoard and the other will be for going backwards.
Reply 7 years ago
And can somebody please send me a wiring diagram
7 years ago on Introduction
hey it's gadgetnerd again so i finally built my variation on this thing but i need help with a IR only version of the code
any help would be greatly appreciated. Thanks!
7 years ago on Introduction
omg this is blowing my mind :)
8 years ago
Do u do commission work? Or maybe sell plans? My email is jacobglyn1995@gmail.com . I look forward to hearing from u
8 years ago
Do you mind if I use this as a science fair project?
Reply 8 years ago
I do not mind at all. Good luck!
-Andy
9 years ago on Introduction
Do you mind if I post my modified version of this design? It would be my first instructable.
Reply 9 years ago on Introduction
I don't mind at all, thanks for asking!
-Andy
9 years ago on Introduction
Have you seen this, pretty cool creation.
http://www.kickstarter.com/projects/567971283/iroo?ref=live
10 years ago on Introduction
COOL!!!!
10 years ago on Introduction
Can't wait for the 2.0 version that dispenses martinis as dry as it's humor :D
10 years ago on Introduction
Hi, I'm working on a similar project using a hacked Roomba as a base, and a netbook for control. I made a similar ROAM navigation mode, but every time I try to use it around the house, it constantly will get stuck on something like a table, where the bumper and Ultrasonic sensor senses that everything is fine so the wheels keep spinning, but it's not moving anywhere. Have you ever run into this issue? How did you solve it?
Thanks.
10 years ago on Step 2
Wait where can i find the microcontroller
10 years ago on Introduction
Does it go on carpet???
12 years ago on Step 4
around how much did the whole project cost?
Reply 11 years ago on Step 4
ebay can cut down some costs on parts
Reply 12 years ago on Step 4
The create is 129+ tax and shipping,
The Mega is around 65+ tax and shipping,
The compass is around 30+tax and shipping,
The wave shield is 21+ tax and shipping,
The lcd screen is 12+ tax and shipping
The servo is around 10+tax and shipping
various parts <20
so the whole thing is around $315
11 years ago on Introduction
Does this robot have trouble going up onto rugs and stuff