Trobot: Kickstarting The 6-axis Minature Robot Arm

Having already made it to three hardware development versions, [Toby Baumgartner] is looking for some financial backing to make version four of this robot arm possible.

He’s modelling the arm after much larger ABB industrial robots. Like those, it mounts on a stationary base, and features movement along six axes.  The first couple of iterations even used ABB Software’s RobotStudio for control. This is the same software used by the full-sized robots, and features a special design language to integrate the robots into just about any production facility.

We don’t think the need for high-end software used with these small manipulator arms is very great, but we could see the finished product used for small-scale assembly line work some day. In the mean time these might be useful in your own projects. [Toby] has been using an mBed microcontroller board as the hardware driver. It communicates with the computer via an Ethernet connection and he’s even working on an Android interface right now.

Check out a video demonstration of version 2 and 3 embedded after the break.

Continue reading “Trobot: Kickstarting The 6-axis Minature Robot Arm”

It’s Like… I Can Tell The Time Just By The Color, Man

[Alex] has reduced the resolution of his timepiece as a trade-off for speedy-readability. At least that’s what he claims when describing his color-changing clock. It uses a ShiftBrite to slowly alter the hue of the clock based on the current time. The concept is interesting: 12:00 starts off at white and slowly fades to green at 3:00, blue at 6:00, red at 9:00, and back to white by 12:00 to start the process over again. He has gotten to the point where he can get the time within about 15 minutes just with a quick look. But he did need to spend a few days acquiring the skill by having the color clock sit next to a traditional digital clock.

The build is pretty simple and we’d bet you already have what you need to make your own. [Alex] is really just proving a concept by using the ShiftBrite and an mBed, there’s no precision RTC involved here. So grab your microcontroller of choice, and an RGB LED of your own and see if you can’t recreate his build.

Of course you could always choose to build a color-based timepiece that’s even harder to read.

Cotton Candy Just The Color You Like It

Hit the web to order up your custom-color cotton candy from this machine (translated). A computer monitors a web interface for an incoming order, then pushes commands to an mbed microcontroller which dispenses three different colors of sugar to whip up your custom shade of the cottony delight.

In addition to the sugar dispensing system, the candy maker itself is also a do-it-yourself design. It looks like the most difficult part of this project was getting this component right. They’ve got a collection of videos documenting the multiple attempts on the road to success. Once dispensed, the colored sugars make their way into a spinning metal cylinder where they’re heated by the flame from a butane candle lighter. Eventually the team manages to get cotton candy to form but we can’t help but feel like they’re trying to reinvent the wheel with this one.

[via Make]

What Development Board To Use? (Part Two)

We asked for responses to our last Development Board post, and you all followed through. We got comments, forum posts, and emails filled with your opinions. Like last time, there is no way we could cover every board, so here are a few more that seemed to be popular crowd choices. Feel free to keep sending us your favorite boards, we may end up featuring them at a later date!

Continue reading “What Development Board To Use? (Part Two)”

Mbed Robo-Rover

There are a ton of rapid prototyping available on the market these days which all cater to different niches. Todays project, a robotic rover on a 4 wheel chassis, is based on the NXP mbed. The mbed is a popular board for higher need applications, and is centered around an ARM Cortex core.

This multi-part writeup is a great place to start for people who are looking into making a robot of any kind. [Aaron] explains a lot of important concepts that are often overlooked by novices of robot building, including the importance of movement feedback such as quadrature encoders, as well as the usefulness of Inertial Measurement Units (IMUs) to maintain bearing and terrain awareness. This project is nearing completion, and promises to deliver essential material such as source code, a bill of materials, and the robot in action.

This could also be a valuable tool for any FIRST teams looking to understand some of the necessary ideas in creating a robot. Are there any Hackaday readers out there participating in or mentoring a FIRST (or any other robotic competition) team? We would love to hear from you!

No Nonsense Mbed Development Demo

This tweeting RFID reader is a great working example for the mbed. When an RFID tag is read it is matched with the name of the owner and a Twitter message is sent out. This is very similar to the RFID cat tracker that used an Arduino.
The code is short and simple due to the use of available mbed libraries. The hardware needs just two extra modules, an RFID reader and an Ethernet socket. If you’re trying to decide if you can make the jump over to ARM development this certainly presents an easy learning curve and an opportunity to get comfortable with the code and the libraries before you make a purchase. It’s also a great set of test code to start with if you have an mbed and the two supplementary modules on hand. The quick video clip after the break will walk you through the components and the code.

Report From ESC Silicon Valley 2010

Ah, the heady aroma of damp engineers! It’s raining in Silicon Valley, where the 2010 Embedded Systems Conference is getting off the ground at San Jose’s McEnery Convention Center.

ESC is primarily an industry event. In the past there’s been some lighter fare such as Parallax, Inc. representing the hobbyist market and giant robot giraffes walking the expo. With the economy now turned sour, the show floor lately is just a bit smaller and the focus more businesslike. Still, nestled between components intended to sell by the millions and oscilloscopes costing more than some cars, one can still find a few nifty technology products well within the budget of most Hack a Day readers, along with a few good classic hacks and tech demos…

Continue reading “Report From ESC Silicon Valley 2010”