Dog lovers may have dog calendars, same goes with cat and car fanatics, but what if your a robot junkie. The answer is simply, a robot calendar. At Barnes and Noble you can purchase a calendar called, "ROBOT." It has a different robot for each month and each robot has its own cardboard cut out/foldable. The price for this nifty little thing is $14.99 and you can see it in my video above!
Archive for 2011
Robot calendar available at Barnes and Noble
.
Category Shop
Review of the vex starter bundle
.
This year my big Christmas gift was a vex robotics starter bundle. This kit is great for any kids that like to build robots, but I do recommend it for older kids. The robot is radio controlled and the kit includes erector set metal, servos, battery packs, and everything needed for radio control. Nuts and bolts are also included too; along with tools. The first bot I built was a 4 wheeled UGV (unmanned ground vehicle). Everything's sounds great with this robot, however it requires 14 aa batteries to run, and it also costs 300 USD. Overall it's a great robot for kids that enjoy robotics and an intermediate level.
Christmas break
.
During my break I have not been posting. However,tomorrow I will continue the robo roundup posts. Thanks and happy holidays.
Bust sculpture created by a robot
.
Ive seen robots walk, run, and even draw. However, this robot can create three dimensional sculptures of people. The process starts out when a human scans an object and the robot then scans its sculpture material. After that, the photo of the object (preferably human) is then uploaded to the robot, this enables it to start sculpting. It uses strong motors, a saw, and and nice arm design for precise movement to create the sculpture. In the video below you can see this robot sculpting a women's upper body. Thanks for reading and please follow us on feed burner!
Info source: video listed
Category robots related
Hexbug larva battery problem
.
Category domestic
PR1 cleans a room
.
Info source: video listed
Category domestic
New Hexbug Chromes
.
Category domestic
Meet the next generation NAO from Aldebaran
.
NAO can recognize faces, voice, be commanded from a humans voice, walk faster, and and has a new feature called fall manager (it puts its arms outs when it falls to prevent damage). This new robot is also equipped with four microphones, two cameras, 8 pressure sensors, and two speakers. All these new features are awesome, but they do add up to a price tag of around 16,000 USD. Thanks for reading and please feel free to comment below!
Source: video listed
Category domestic
New UAV Drone Revealed By Google Maps
.
Category military
iRobot Roomba appears in an app
.
Info source: video listed
Category robots related
Official robotics google group
.
If we go on google groups, we know there is going to be a video game, computer, and etc... groups. Today that has changed my fellow robot enthusiasts, because I have created an official robotics google group. It's free to join, and it's great for any robot junkie the on the web. Thanks and here's the link to join, Join today!
Arduino Torso Robot
.
Category DIY bots
Beam vibrobot made from scraps
.
Yesterday I was looking at my beam Symet and some other beam robots on LMR and I decided to make another one. I got settled in to my workbench and I took a look at my inventory. I then noticed that all I had was one capacitor, a flashing led, a few hundred resistors, four transistors, a motor, and only one solar cell. So I began to build with what I had, because I was really anxious to build a tiny analog robot. A few solder joints later and my bot was alive and running. However, my only motor was a small pager motor, but luckily it was strong enough to make my robot twitch and move around. I also made a video on it so you guys could see my robot in action. Thanks and I hope you enjoyed today's post!
Category DIY bots
Students at Harvard creat flexible crawling robot
.
Robots usually walk, have wheels, or even fly, but this robot crawls using its own body. Gumby is what they call it and it uses it's body to crawl through tight spaces. They based their robot off of a squid and to me they did a pretty good job. In the video above they show the robot's skills and he capability that it has. Thanks for reading and we hope you enjoy the video!
Category DIY bots
RoboFollower, the new letsmakerobots
.
Category robots related
EasyBotics Biped Robot Sumo Competition
.
Usually robot sumo competitions are held with wheeled robots, however EasyBotics held one using their biped robots. The biped's objective were to push the opponent out of the ring, and just like a real sumo fight, the bipeds fought for three rounds. The robot who won the most rounds out
of three won the competition. Thanks for reading and check out the video above to see them fight!
Category DIY bots
Arduino biped robot
.
After viewing the easybiped from easybotics, it inspired me to create my own, and in about 20 minutes I created the legs and body. However, that's not the real challenge. Since I am using an arduino board, I will have to program the it to get the legs moving. I have made a video on it, and if any of you would like to help me with the code then I would appreciate that a lot. Thanks for reading and please like us on google plus!
Arduino Servo Code For a Robot
.
If you're a newbie in Arduino and would like to build and program robots, then this is the code for you. It is written for an Arduino board and it's purpose is to control servo motors. In the code are numbers, and I'll let you change them up and experiment with the code. Hopefully you'll learn something about programming after you use the code. Thanks for reading and click here for even more code relating to Arduino!
The code
/*
Arduino Servo Code
*/
#include <Servo.h>
Servo servoOne; // Define our Servo
void setup()
{
servoOne.attach(10); // servo on digital pin 10
}
void loop()
{
servoOne.write(45); // Turn Servo Left to 45 degrees
delay(1000); // Wait 1 second
servoOne.write(0); // Turn Servo Left to 0 degrees
delay(1000); // Wait 1 second
servoOne.write(90); // Turn Servo back to center position (90 degrees)
delay(1000); // Wait 1 second
servoOne.write(135); // Turn Servo Right to 135 degrees
delay(1000); // Wait 1 second
servoOne.write(180); // Turn Servo Right to 180 degrees
delay(1000); // Wait 1 second
servoOne.write(90); // Turn Servo back to center position (90 degrees)
delay(1000); // Wait 1 second
}
Adding more than one servo!
Servo servoTwo; // Define our Servo)
2. Attach it
servoTwo.attach(12); // servo on digital pin 12
3. Add it void loop
servoTwo.write(45);
delay(1000);
Removing/Editing Delays
1. Delete the "delay(1000); // Wait 1 second" in the code
2. Edit the number "(1000)" to whatever you want. 1000 equals one second.
Changing the degrees
1. Change the "(45)" to whatever angle you want in "servoOne.write(45); // Turn Servo Left to 45 degrees"
Even more code!
If you're interested in programming the servo with more extensive code, then check out the forums and ask for help there. If you need any further assistance on programming, feel free to contact me at the "contact" page!
Review of the hexbug scarab
.
Today I got the new hexbug scarab and it's sleek and fast! It has six legs, angled teeth, and a fast gear system. The price of this bot is $12.99 at RadioShack and they come in red, blue, orange, grey, and green. The physical features are pretty amazing, it has small 12 gears, 6 legs (obviously), and 2 angled teeth. Its capable of turning around when it hits an object because of its angled teeth, and it can flip itself back over like the nano. Thanks for reading check out the video below of my review.
Category domestic
Hexbug Christmas
.
Nothing says happy holidays like a good old hexbug christmas video! This video was made by hexbugtv and its filled while all sorts of hexbugs and holiday theme. Thanks for reading and please thumbs up the hexbug video!
US Army Robotics Montage
.
Most of us think of robots as machines that do our chores and make our lives easier, but robots on the frontline do more than just that. The video above shows clips of robots that save soldier's lives, and prevent people from getting hurt. Some of them have treads, arms, cameras, and even fingers to complete their dangerous task out on the battlefield. Thanks for reading and please follow us to keep up to date with our daily posts.
Category military
Robotics kits to be sold by us
.
I've been thinking about this a while now and I have decided to sell robotics kit on the site. The kits will probably be bristle bot kits and will cost around 10 dollars. I will also make beam robot kits for anybody that likes solar robots. Thanks for reading and please feel free to give us any advise or recommendations below in the comment section!
Category Shop
EOD robot disables bomb found at an apartment
.
Category military
EasyBotics, for the robot kit enthusiast
.
Category robots related, Shop
Honda Unveils new Asimo Robot
.
Category domestic
Meet Minds-I, The Newest Robotics Company
.
Most of us have heard of Robotis, i-Robot, and Honda. However, theres a new robotics company called Minds-I. A few days ago I was checking my youtube inbox, and I found a message by a channel called, "mymindsiinc." Without hesitation I clicked on it and I saw robotics videos, subscribers with robot profile pictures, and a neatly designed channel. The videos that they make show the robots that they sell and I highly recommend their videos for any robot enthusiast. Thanks for reading and their website is, http://mymindsi.com.
Category robots related
Review of Hexbug Crab
.
Category domestic
Meet PETMAN the newest humanoid robot
.
Category domestic
Review of Hexbug Inchworm
.
Category domestic
Bomb Patrol in Afghanistan Uses a Robot to Blow Up an IED
.
You have probably seen or heard of bomb squad people before, but have you heard that they use robots to blow up the IED's. TALON is the name of the robot that the bomb squad in the video used. This robot is equipped with tank like treads, an arm with strong servos, and multiple cameras. The treads allow this bot to easily move over rough terrain. The arm sets off the bomb, and the cameras let the bomb squad men see the what kind of bomb they have found (of course, without going up close to it). TALON job to ensure that no bomb blows up and wounds or even kills a person. Thanks for reading and check out the video above to see TALON do his dangerous task!
Personal review of hexbug nano
.
NAO robot can now beg for money
.
Info source: video above
Real Steel movie review
.
A few days ago I went to the movies to see "Real Steel," and its the newest movie on robots. In the beginning its starts off and at great pace, and it has scenes showing the bots right away. Later on the fights get bigger and better, but in the end the main character's bot has to fight with the strongest bot in the league. Below are some of the reasons why I like it.
- good actors
- great CGI
- action all around
- not to slow, but well paced
- has fighting robots
- good non-predictable ending
- great movie all around
- language
- violence
- dialogue (a little bit)
Cool FANUC robot can label objects
.
Category robots related
Bioloid robotic kit reviewed by generalgeek314
.
Category DIY bots
Cool montage of robotics
.
Robo-Roundup #29
.
This weeks roundup features some very interesting robot posts, and I hope you like them!
1. The IROS 2011 Expo: http://spectrum.ieee.org/automaton/robotics/diy/iros-2011-expo-gallery
2. This robot is a pro at jenga: http://spectrum.ieee.org/automaton/robotics/industrial-robots/robot-masters-jenga-next-the-world
4. Coo new chinese robots can play ping-pong:
http://www.plasticpals.com/?p=30472
Thanks for reading and I hope you enjoyed it!
How to fix your hexbug larva if it doesn't work
.
Category domestic
Robotics in 30 years
.
What is BEAM Robotics
.
Maybe some of you have already heard about BEAM Robotics. For those who don't know exactly what a BEAM robot is I'll explain it to you in this post.
BEAM stands for:B-iologyE-lectronicsA-estheticsM-echanics
Common robots use a programmable microcontroller, which means some kind of computer, to make decisions. The more complex the behaviour of the robot the more complex the program in the microcontroller. Anyone who has already had some experience programming a robot can acknowledge this. With every new task the robot has to perform the complexity of the robot rises exponentially. It gets harder and harder to find and fix errors and to make the robot respond properly to its environment. Most developers would simply put much more effort into the "brain" of a robot to accomplish their goal. But the principle of BEAM offers another solution: Make the robot simpler by removing the microcontroller and use minimalist electronics instead. The results are much cheaper robots that can perform the same task even more efficiently than the microcontroller based ones. Another advantage of BEAM robots are that anyone can build one without even spending (much) money. The parts are easily available by reusing old components out of technoscrap. If you want to build a robot with a very simple behaviour "the common way" you'd probably spend about 50$ to 100$. If build a BEAM bot you might simply be able to do it for free. So if you want to know more about BEAM Robotics the following sites offer excellent information:"http://www.solarbotics.net/"Solarbotics"http://www.beam-wiki.org/">BEAM Wiki. Special thanks to BEAM Robotik for writing the post and his website is http://beam-robotik.blogspot.com/ !
Category DIY bots
Lego NXT goes solar
.
Category DIY bots
New micro jumping robot is as big as an ant
.
New Omni-Directional Crawler robot can move in any direction
.
Category domestic
UC Berkeley Biomimetic Millisystems Lab Robots
.
Some of us may have heard of beam robots. If you have, then you already know that they sort of represent biological creatures. Well thats exactly how the robots at UC Berkeley are in common with beam robots. Their first robot OctaROACH has tiny little curved legs, and these legs enable it to tackle more terrane than that of a wheeled robot. Now for their second robot, BOLT Bipedal Ornithopter, it has the ability to fly quite smoothly in the air. It uses two lightweight wings, and a front leg mechanism that propels it forward. BOLT's design looks pretty similar to Wowwee's DragonFly robot. Thirdly, they have the iBird, and its a completely autonomous flying robot. It has an onboard CPU that enables it to fly without a remote control. Overall, these bots seem pretty cool and animal like! Thanks for reading and check out the video above to see the robots!
Category robots related
Meet Keepon, the next robot to hit the shelves at Toys R Us
.
Category domestic
the NAO collection
.
Today Im writing what I call, "The NAO Collection." This includes 10 videos of NAO performing some amazing things that some robots have never done before. Some of the videos of the NAO robot are more impressive than others, but I hope you like them all. Special thanks to, "TheAmazel!"
Category consumer
Review of Hexbug larva
.
Category robots related
NAO robot learns to dance
.
If you have been reading posts on my blog since February, then you should know about NAO. If you like NAO then you'll love the video I found. Basically, it shows NAO with a simple compliant behavior that gives it the ability to dance along with a human being. I don't know if this NAO's full potential, but it does seem quite impressive. Thanks for reading and check out the video on the right side to see NAO dance!
Category consumer
Find us on Google +
.
Today Google just released Google + to the public, and so now you guys can find us on Google +.
Just click the button on the right to be directed to our profile!