I've started doing some research on how I want Butler to look and putting down measurements on what I find as I work.
I chose to do a dual track system on the bottom similar to "Wall-E". The belt will be 3" wide. I chose to go with lynxmotion's parts. They have a good reputation and durable. After doing some calculations, the motors will need to be doing 292RPM for the 3" diameter sprockets that'll be used for the tracks on the bottom of the body. The equation is RPM = (( 60 * speed ) / ( diameter * PI )).
The speed remember is how many inches you want to go per second, in/s. I did some calculations and found out that a human walking averages 45in/s. What I did is laid out a tape measurer and walked normally the length of the tape measurer. I had a small tape measurer at the time of 138" and I was able to walk it in 3.1 seconds. You get 44.5" when you do the math. So I just averaged it to 45" to make it easier. The diameter is the size in inches of how big the wheel or sprocket attached to the motor. In my case, it's 3".
I've chose to go with this motor times two for the track system. Planetary Gear Motor - 12vdc 20:1 300rpm (6mm shaft) It's got the speed I need. Now, the plan is to keep Butler light and strong so as soon as weight is added onto these motors, the RPMs will drop and hopefully just to the right number that I've proposed above. That's why I chose to do a little bit of a higher RPM'd motor.
Here's a sketch of what I have planned. My goal is to come as close to this as possible. The box I already have on hand and uploaded it in my first post.
Sunday, August 4, 2013
Starting to Plan the Body of Butler
Location:
Orlando, FL, USA
Saturday, August 3, 2013
First Week of August Video Update
Here's the video update for this first week of August on Butler's progress. Enjoy!
If you have any questions or comments, feel free to post. I'm usually posting once a day at least on what progress has been done. Sundays are usually quiet unless I have extra time to do some work. Thanks for visiting!
If you have any questions or comments, feel free to post. I'm usually posting once a day at least on what progress has been done. Sundays are usually quiet unless I have extra time to do some work. Thanks for visiting!
Location:
Orlando, FL, USA
Friday, August 2, 2013
Simple math problems solved from voice commands
After many hours of programming, I finally completed quite a feat today. I was able to successfully run a voice commanded math problem, have Butler run the math problem, and then display the correct number back to me by blinking the LEDS to whatever the number was. Granted these are simple math equations but until an LCD or voice box is applied, this will do for now. The main process has been implemented and conquering this task just shows that there is no limits at this point on what I'll be able to accomplish with Butler's AI.
Today, I ordered the microphone that'll be installed into his system and the wireless card to disconnect the need for the USB cable when processing voice commands through the PC. I should receive the parts in about four days so I'll have more posts to provide. Until then, I'll be tweaking the coding for smoother transitions for voice commands and a broad terminology applied for each command.
No pictures or videos today but will certainly have some in tomorrow's post!
Today, I ordered the microphone that'll be installed into his system and the wireless card to disconnect the need for the USB cable when processing voice commands through the PC. I should receive the parts in about four days so I'll have more posts to provide. Until then, I'll be tweaking the coding for smoother transitions for voice commands and a broad terminology applied for each command.
No pictures or videos today but will certainly have some in tomorrow's post!
Location:
Orlando, FL, USA
Wednesday, July 31, 2013
Voice Commands and Flashing Lights
So the LEDs and speaker have been added to the system. BitVoicer has been implemented into Butler. The voice commands are working great. Unfortunately, the microphone on this laptop isn't doing it justice. I'm now working on implementing a microphone into Butler for better voice control from a further distance.
The LEDs are connected to digital pins through a 1000k ohm resistor. The speaker is connected to a digital pin through a 100 ohm resistor. The coding has been written and split up through different tabs for better reading of the code and easier to change if needed.
I have found ways to implement different tones to different commands given. Butler can even play familiar tunes, whistle, and sing. Butler will certainly have all types of different abilities that will stand above the rest.
Enjoy a few of the videos that we've taken through the progress:
The LEDs are connected to digital pins through a 1000k ohm resistor. The speaker is connected to a digital pin through a 100 ohm resistor. The coding has been written and split up through different tabs for better reading of the code and easier to change if needed.
I have found ways to implement different tones to different commands given. Butler can even play familiar tunes, whistle, and sing. Butler will certainly have all types of different abilities that will stand above the rest.
Enjoy a few of the videos that we've taken through the progress:
Labels:
arduino,
autonomous,
BitVoicer,
Butler,
LEDs,
light,
robots,
speaker,
voice commands
Location:
Orlando, FL, USA
Monday, July 29, 2013
Some Random Notes for Today
I have already started planning out the body of the robot. I was going to start my DJ business again so a few months ago I started to purchase equipment for it. I didn't get far so I only have a rack case and a power strip which luckily I'm going to be able to reuse in different manners.
For the body, I'm using this rack case that I am going to reinforce inside to be real sturdy and then attach the extremities to this case. After they are attached, I'll start installing the sensors and work on a head piece. Since the cavity of the box is 16" deep, I'll install a board to separate the internal wiring and boards from the storage the robot will use. I plan on using either a door that he'll open on his own or a roll up that he can store inside. This part will be interesting to program so that he remembers what he put inside himself.
The base stands 21.5" tall and 15 1/4" wide. Adding the head piece and bottom base will add to the height. The arms also will add to the width. I'm waiting to finish the head piece and arms first so I can know the total weight of the upper body so I know what type of axle and motor setup I'll need for the bottom. The handles and strap that went around the box will be removed.
At first, I did not know where to begin with the base and then while I was at work brainstorming, it hit me about the rack case. I shaved off about a week of time constructing this guy just by having this case! Can't wait till this guy starts really piecing together.
For the body, I'm using this rack case that I am going to reinforce inside to be real sturdy and then attach the extremities to this case. After they are attached, I'll start installing the sensors and work on a head piece. Since the cavity of the box is 16" deep, I'll install a board to separate the internal wiring and boards from the storage the robot will use. I plan on using either a door that he'll open on his own or a roll up that he can store inside. This part will be interesting to program so that he remembers what he put inside himself.
The base stands 21.5" tall and 15 1/4" wide. Adding the head piece and bottom base will add to the height. The arms also will add to the width. I'm waiting to finish the head piece and arms first so I can know the total weight of the upper body so I know what type of axle and motor setup I'll need for the bottom. The handles and strap that went around the box will be removed.
At first, I did not know where to begin with the base and then while I was at work brainstorming, it hit me about the rack case. I shaved off about a week of time constructing this guy just by having this case! Can't wait till this guy starts really piecing together.
![]() |
| Here's the casing I'll be using as the main body |
Location:
Orlando, FL, USA
My brain hurts, So much research!
Some new notes to add to the journal. I found a previous Wall-E robot prototype tutorial. I plan on using a few parts and techniques it has listed. I will refer back to this in the future.
BitVoicer will be used for our voice recognition. I purchased the license for $4.95 today which I was quite pleased with the price for such an advance type of software for robotics. I've been messing with it to learn the functionality and will be using THIS to practice using BitVoicer.
I'm going to make a quick run to RadioShack to get some resistors, LEDs, and an 8ohm speaker to start working on outputting tones for different commands. I want to make Butler different from other "typical" robots. I'm thinking more like R2D2 responses to commands. I believe I can express feelings with the movements, sounds he makes, and lighting.
The light sensors seem like they will work for their purpose. I will need probably four different light sensors throughout the body due to a very limited angle of only 5 degrees of detecting the light source. When the sensor was directed straight into a light source, it worked great. More study will go into this.
The sonar sensor works. I did notice that it will error out when there was a sudden change. Going to research into this further to see if it's the coding or the sensor itself.
Here's a few pictures to entertain you on what's been done so far:
BitVoicer will be used for our voice recognition. I purchased the license for $4.95 today which I was quite pleased with the price for such an advance type of software for robotics. I've been messing with it to learn the functionality and will be using THIS to practice using BitVoicer.
I'm going to make a quick run to RadioShack to get some resistors, LEDs, and an 8ohm speaker to start working on outputting tones for different commands. I want to make Butler different from other "typical" robots. I'm thinking more like R2D2 responses to commands. I believe I can express feelings with the movements, sounds he makes, and lighting.
The light sensors seem like they will work for their purpose. I will need probably four different light sensors throughout the body due to a very limited angle of only 5 degrees of detecting the light source. When the sensor was directed straight into a light source, it worked great. More study will go into this.
The sonar sensor works. I did notice that it will error out when there was a sudden change. Going to research into this further to see if it's the coding or the sensor itself.
Here's a few pictures to entertain you on what's been done so far:
![]() |
| My Toolbox |
![]() |
| Light Sensor |
![]() |
| HC-SR04 Sonar Sensor |
![]() |
| My Setup |
![]() |
| BitVoicer |
![]() |
| Breadboard / Arduino Mega Setup |
Location:
Orlando, FL, USA
Sunday, July 28, 2013
Here's to a new beginning!
Well here we go! I'm really doing it this time. Nothing is holding me back. My goal with this robot is to have him be able to answer any question you may have and think on his own. I want him to move on his own, think on his own, and understand what you tell him. Here's to the next age of robots! His name will be Butler, a completely autonomous AI robot.
I have a really good laptop, a toolbox for all the stuff I'll be getting over time, and the starting setup to begin. Below is what I got in this past week:
- Asus Ultrabook Aluminum Intel Core i3 1.8GHz, 4GB DDR3 Memory, Windows 8
- Arduino Mega 2560 Microcontroller
- HC-SR04 Ultrasonic Distance Sensor
- Light Brightness Sensors
- 400 point breadboard
- 12V AA battery holder
- 2.1mm DC pigtail power plug
I have downloaded Arduino from arduino.cc and have it installed already on the new laptop. I plan to just test out the sensors are start working with the programming. I'll post my findings tomorrow. Wish me luck!
- DM
I have a really good laptop, a toolbox for all the stuff I'll be getting over time, and the starting setup to begin. Below is what I got in this past week:
- Asus Ultrabook Aluminum Intel Core i3 1.8GHz, 4GB DDR3 Memory, Windows 8
- Arduino Mega 2560 Microcontroller
- HC-SR04 Ultrasonic Distance Sensor
- Light Brightness Sensors
- 400 point breadboard
- 12V AA battery holder
- 2.1mm DC pigtail power plug
I have downloaded Arduino from arduino.cc and have it installed already on the new laptop. I plan to just test out the sensors are start working with the programming. I'll post my findings tomorrow. Wish me luck!
- DM
Labels:
AI,
arduino,
autonomous,
Butler,
robots
Location:
Orlando, FL, USA
Subscribe to:
Posts (Atom)







