Automated Chip Burning

[Alexsoulis] needed to burn the Arduino bootloader to a slew of ATmega328 chips. Instead of sitting there and plugged the chips into a programmer one at a time, he build a robotic microcontroller programmer.

It starts with the DIP package microcontrollers in a tube, with a servo motor to dispense them one-by-one. An arm swings over and picks up the chip with a fish pump powered vacuum tweezers similar to the pick-and-place head we saw recently. From there the chip is dropped into a ZIF socket and programmed by an Arduino. Once the process is complete it is moved to the side and the process repeats.

We’ve reported on using an Arduino as an AVR programmer but we’ve never actually done it ourselves (we use an AVR Dragon programmer). Take a look at the video after the break and let us know if you think the actual programming seems incredibly slow.

Continue reading “Automated Chip Burning”

BIOS Password Cracking

[Dogbert] took a look at the security that goes into BIOS passwords on many laptops. He starts off with a little background about how the systems work. People are bound to forget their passwords, so when you enter a wrong one three times in a row you get a message similar to the one above that locks you out until all power is removed from the system (then you get three more tries). But check out that five-digit number in the picture. That’s a checksum of the password. Some BIOS versions display it automatically, some require you to hold down a certain key during POST, but it’s the pivotal data needed to crack the password.

[Dogbert’s] post doesn’t go into verbose detail about the algorithms he uses to brute force the passwords. But he has posted the Python scripts he uses to do so. Learning how to generate the passwords based on the checksum is as simple as studying the code, which is often the best way to learn.

Pyrosphere At Burning Man 2010

What’s thirty-seven feet tall, has ninety-one flamethrowers, and is controlled by an Arduino? Why it’s Pyrosphere, an interactive art piece at this year’s Burning Man. It lights up the night along to the music in a way that makes us want to set up a lawn-chair and watch the show. You can see for yourself in the video after the break, but you really should have thrown on the LED fur coat and gone to see it in person.

Continue reading “Pyrosphere At Burning Man 2010”

Solar Powered WiFi Repeater

For all those times you need to broadcast your own access point where there’s no outlet [Larry] shows us how to make a solar-powered hotspot. He started by slapping a solar panel on the lid of a cigar box and attaching it to five rechargeable AA batteries inside. These power the mainboard from a router which is the perfect size to friction fit in the opening. It has been flashed with a copy of DD-WRT, and set to scan for open WiFi connections. When it finds one it connects and rebroadcasts its own WiFi signal to the surrounding area. He leaves it in the back window of his car and uses it to get on the net during lunch.

Mini Pinball Is All-pixels

You won’t find those familiar steel balls inside this mini-pinball cabinet. That’s because [Luis’] latest creation is a fun way to play virtual pinball. The playing field is a 10″ LCD screen with an accompanying 8″ screen in the marquee. Inside the well-crafted case you’ll find a mini-ITX motherboard running HyperPin, a frontend software suite for LCD-based virtual pinball. He’s also using PinMame for the score board that was often provided by a gas plasma display on newer mechanical machines. There’s video after the break, and take a moment to check out [Luis’] other mini-cabinet builds.

What’s that you say? No substitute for the real thing? That’s exactly what [Ben Heck] thinks too.

Continue reading “Mini Pinball Is All-pixels”

PIC Programmable Power Supply

This programmable power supply is the perfect addition to your bench tools. [Debraj Deb], who previously built a whole house power monitor, designed this build around a PIC 18F4520 microcontroller. The desired voltage is set with an attached keypad, resulting in a digital output on the 8-bits of port D. The port connects to another protoboard with an R-2R digital-to-analog converter resulting in the target voltage. A set of transistors amplifies the current and a power transistor then takes care of the final output. After the break you’ll find two videos, the first walks us through the hardware and the second demonstrates the device in action, along with measurements of its performance. This certainly provides a lot more functionality than an ATX power-supply conversion.

Update: A big thanks to [Debraj] who sent us a code package as well as the schematic (PDF) used during testing. We’re having trouble getting the code package up for download right now. Check back later, hopefully we’ll have it up soon.

Continue reading “PIC Programmable Power Supply”

Rat Propulsion Via Brain-machine Interface

Our little red-eyed friend can drive this vehicle around with his mind. WITH HIS MIND, MAN!

This is the product of research into adaptive technologies. The process is pretty invasive, implanting neural electrodes in the motor cortex of the brain. The hope is that some day this will be a safe and reliable prospect for returning mobility to paralysis victims.

We found it interesting that the vehicle was trained to react to the rats’ movements. They were allowed to move around a test space under their own power while brain signals were monitored by the electrodes. Video tracking was used to correlate their movements with those signals, and that data is used to command the motors for what the Japanese researchers are calling RatCar.

We can see the possibilities opening up for a mechanized cockroach v. RatCar free-for-all. Something of a battlebots with a live tilt. But we kid, this is actually quite creepy.

[via Neatorama and PopSci]