BAMF2010: QB Goes To Meetings, Shoots Lasers From Eyes

No, it’s not an extra from Wall-E. “QB” is the latest telepresence robot from Silicon Valley firm Anybots. QB combines two-way videoconferencing with a Segway-style self-balancing platform. The idea is to provide mobility and more natural interaction than desktop-tethered conferencing can provide.

The 35 pound robot’s battery runs for six to eight hours, and the telescoping head allows the eye level to be adjusted to match the user’s natural viewpoint. What looks like stereo vision is actually a single camera on the left eye and a steerable laser pointer on the right.

Shipping this October for $15,000, QB will appeal mostly to businesses with specific telepresence needs. This is half the price of their prior QA model — and in time the technology may reach the mass-market level. Until then, we’ll just have to amuse ourselves by remotely attending meetings with our ankle-nipping Rovio robots.

BAMF2010: CMT 380X Blackbird

Okay, we lied, we totally want one of these too. The CMT 380X Blackbird is one wicked hybrid car!

Looking like it just rolled off the set of the next Batman film, the Blackbird is the brainchild of Electronic Arts Chief Creative Director [Richard Hilleman]. Starting from a kit car base — the Factory Five Racing GTM chassis — [Hilleman] created a unique 230 horsepower drive train combining a 30 kilowatt diesel turbine and 24 KWh lithium polymer battery pack.

As a purely plug-in electric car, the Blackbird has a range of 85 miles. In hybrid mode, range is extended to 500 miles. The car can accelerate from 0 to 60 in about 7 seconds. Come decelerating, the car makes use of regenerative braking.

It’s strictly a one-off for the time being, but several companies have approached [Hilleman] about possibly commercializing the design. A couple more choice pics follow the break…

Continue reading “BAMF2010: CMT 380X Blackbird”

BAMF2010: SolarPump Charging Station

Amidst the noise of a bazillion robots and Tesla coils at the 2010 Bay Area Maker Faire, we located a bubble of usable WiFi, and got a nearby power charge to boot. If nothing else here, we want this:

The SolarPump Charging Station is a self-contained oasis of free power for laptops, cel phones and even electric bikes. This charging station is one of several designs created by Sol Design Labs of sunny Austin, Texas. No bigger than a bus stop (and way cooler looking), it’s like the ultimate case mod, repurposing a vintage Citgo gas pump and recycled metals for more modern needs. Three large Sanyo solar panels provide power for devices and shade for users, while topping off the internal 24V 100AH battery for nighttime use (with LED lighting) or cloudy days. The end result transcends “green” — the SolarPump is simply appealing at a visceral level, managing to be simultaneously fun, attractive and practical. Did we mention wanting one? We totally want one.

Bay Area Maker Faire Blasts Off Saturday

It’s crunch time at California’s San Mateo Event Center, where crews are busily assembling rocket ships, singing Tesla coils and animatronic giraffes and dragons in preparation for the 2010 Bay Area Maker Faire, taking place this weekend.

Returning for its fifth year, Maker Faire, if you’ve not had the pleasure, could be described as 50 percent science fair, 50 percent county fair and 50 percent Burning Man reunion. And if that doesn’t seem to add up, you’re right — it’s sensory overload, a hands-on, warranty-voiding explosion of futuristic technology, down-to-earth crafts and nine dollar pulled pork sandwiches.

If you’re planning on attending, hit up their web site for all the information on tickets and hours, recommendations for parking or — perhaps most importantly — public transit options. The event has been growing every year, even disrupting traffic on nearby U.S. Route 101, so you’ll want to set out early or research alternative options. We’ll be posting goings-on from the event as it unfolds, connectivity permitting.

Human Tetris: Object Tracking On An 8-bit Microcontroller

Elaborating on an item previously mentioned among last weekend’s Cornell final projects list, this time with video:

For their ECE final project, [Adam Papamarcos] and [Kerran Flanagan] implemented a real-time video object tracking system centered around an ATmega644 8-bit microcontroller. Their board ingests an NTSC video camera feed, samples frames at a coarse 39×60 pixel resolution (sufficient for simple games), processes the input to recognize objects and then drives a TV output using the OSD display chip from a video camera (this chip also recognizes the horizontal and vertical sync pulses from the input video signal, which the CPU uses to synchronize the digitizing step). Pretty amazing work all around.

Sometimes clever projects online are scant on information…but as this is their final grade, they’ve left no detail to speculation. Along with a great explanation of the system and its specific challenges, there’s complete source code, schematics, a parts list, the whole nine yards. Come on, guys! You’re making the rest of us look bad… Videos after the break…

[G’day Bruce]

Continue reading “Human Tetris: Object Tracking On An 8-bit Microcontroller”

Hack A Day’s Dictionary Of Questionable Utility™

We frequently receive inquiries from eager readers asking how they can best get started in electronics and computer projects. Countless great books have been written on these subjects, and of course now there’s our answers.hackaday.com site. But there’s a difference between being “book smart” and being “street smart.” What are the terms that you really need to know to get ahead in this field? We’ve collected a few of our favorites here.

Have any terms or definitions to add? Leave a note in the comments!

Continue reading “Hack A Day’s Dictionary Of Questionable Utility™”

Minimalist AVR Programmer Is Just Fab!

Whether you’re burning a new bootloader to an Arduino board, or doing away with a bootloader to flash Atmel chips directly, an in-system programmer (ISP) is an indispensable tool for working with AVR microcontrollers. If cost has held you back, it’s no longer an excuse: FabISP is a barebones USB-based AVR programmer that can be pieced together for about ten bucks.

FabISP was created by [David Mellis] as a product of MIT’s Fab Lab program, which provides schools with access to design and manufacturing tools based around a core set of fabrication capabilities, so labs around the world can share results. But the FabISP design is simple enough that you don’t need a whole fab lab. It’s a small, single-sided board with no drilling required; the parts are all surface-mounted, but not so fine-pitched as to require reflow soldering. Easy!

There’s still the bootstrap problem, of course: you need an AVR programmer to get the firmware onto the FabISP. This would be an excellent group project for a hackerspace, club or school: if one person can provide the initial programmer to flash several boards, each member could etch and assemble their own, have it programmed, then take these out into the world to help create more. We must repeat!

[Thanks Juan]