Editing Circuits With Focused Ion Beams

CPLD

[Andrew] has been busy running a class on hardware reverse engineering this semester, and figured a great end for the class would be something extraordinarily challenging and amazingly powerful. To that end, he’s editing CPLDs in circuit, drilling down to metal layers of a CPLD and probing the signals inside. It’s the ground work for reverse engineering just about every piece of silicon ever made, and a great look into what major research labs and three-letter agencies can actually do.

The chip [Andrew] chose was a Xilinx XC2C32A, a cheap but still modern CPLD. The first step to probing the signals was decapsulating the chip from its plastic prison and finding some interesting signals on the die. After working out a reasonable functional diagram for the chip, he decided to burrow into one of the lines on the ZIA, the bus between the macrocells, GPIO pins, and function blocks.

Actually probing one of these signals first involved milling through 900 nm of silicon nitride to get to a metal layer and one of the signal lines. This hole was then filled with platinum and a large 20 μm square was laid down for a probe needle. It took a few tries, but [Andrew] was able to write a simple ‘blink a LED’ code for the chip and view the s square wave from this test point. not much, but that’s the first step to reverse engineering the crypto on a custom ASIC, reading some undocumented configuration bits, and basically doing anything you want with silicon.

This isn’t the sort of thing anyone could ever do in their home lab. It’s much more than just having an electron microscope on hand; [Andrew] easily used a few million dollars worth of tools to probe the insides of this chip. Still, it’s a very cool look into what the big boys can do with the right equipment.

 

E-Waste Quadcopter Lifts Your Spirits While Keeping Costs Down

The advancement of Quadcopters and their capabilities over the last few years has been amazing. Unfortunately, the price point to get into the sport with a decent size, non-toy, vehicle is still several hundred dollars. And what’s the fun with buying one when you can built it?!? Strapped for cash and feeling the same way, [Hans] over at the hackerspace Knackatory decided to build a quadcopter from e-waste.

The + shaped frame is made from lightweight plywood. It’s pretty obvious that the main rotors are PC Fans, 140mm in this case. Normally, these wouldn’t be able to create enough lift to get out of their own way except the on-board 24v Dewalt cordless tool battery bumps up the fan speed to 15,000 rpm. The one orange fan allows the operator to maintain a visual reference to which side of the ‘copter is forward.

Continue reading “E-Waste Quadcopter Lifts Your Spirits While Keeping Costs Down”

Stretch Bike Hauls All

cargobike

Need to haul some stuff? Got nothing to haul it with? Then fashion yourself a cargo bicycle! We’ve seen cargo bikes before, but none quite like this one. Built from a German “klapprad”, [Morgan] and his father fashioned a well constructed cargo bicycle which is sure to come in handy for many years.

They started by cutting the bike in half and welding in a 1 meter long square tubing extension. The klapprad style bicycle is made from thick metal stock, making it sturdy and easy to weld. This process also make it a true “stretch” vehicle as opposed to one that replaces the front end in order to keep the handle bar assembly near the rider.

Along with some nicely done woodwork and carbon fiber, they used parts from an old mountain bike including a front fork, front bearing and handlebar, tubing from an old steel lamp, a kickstand from a postman motorcycle, and a kitchen sink to complete the build. It should handle well so long as the weight of the cargo is not heavier than the weight of the driver.

Raspberry Pi Quake III Bounty Claimed

quake3

For the Raspberry Pi’s second birthday, the Raspi foundation gave us all a very cool gift. Broadcom released the full documentation for the graphics on one of their cellphone chips and offered up a $10k prize to the first person to port that code over to the graphics processor on the Pi and run Quake III. The prize has been claimed, forming the foundation for anyone wanting a completely documented video core on the Pi.

The person to claim this prize is one [Simon Hall], author of the DMA module that’s in the current Raspbian release. Even though Quake III already runs on the Pi, it does so with a closed source driver. [Simon]’s work opens up the VideoCore in the Pi to everyone, especially useful for anyone banging their heads against the limitations of the Pi platform.

You can get your hands on the new video drivers right now, simply by downloading and compiling all the sources. Be warned, though: recompiling everything takes around 12 hours. We’re expecting a Raspbian update soon.

 

The Coconut Cruiser Takes Relaxing To The Next Level

While you might not be able to tell from the picture, that outdoor love seat has wheels underneath it. And that Coconut — yeah — It controls it.

We’re starting to like this [Rodger Cleye] fellow. First he brings us the awesome [Marty Mcfly] quadcopter-hoverboard — and now this. He had originally converted his old recliner into a RC comfortable transportation chair in attempt to sell it at a garage sale, and after that decided a one-seater was just too boring. It’s much more fun to lounge with a friend while cruising down the street in your love seat.

It runs off of a 24V DC system with two 15aH SLA batteries. This gets it going to about 5mph, and the battery lasts well over 2 hours. The coconut has a straw sticking out of it which is actually the joystick — a very discrete control unit!

Still not satisfied, he decided to throw on a 25W audio system as well, so they can play their Hawaiian music while weirding out the neighbors. Take a look after the break.

Continue reading “The Coconut Cruiser Takes Relaxing To The Next Level”

Frozen Pi — An Affordable Bullet Time Recorder

What happens when you strap 48 Raspberry Pi cameras together with nearly half a kilometer of network cables? You get your own bullet time capture rig.

Originally inspired by the unique film effect of the  Matrix and an old BBC documentary called Supernatural: The Unseen Powers of Animals, the owner of PiFace decided to try re-creating the bullet time effect himself.

To create the rig they’ve taken 48 Raspberry Pis, each with a PiFace controller board and the standard camera. The controller board allows the Raspberry Pi to be used without a keyboard or mouse, so all the network cables have to do is send a simple code to each pi in order to take the pictures. A simple laser cut wood profile is used to snap them all together into a giant ring.

While 48 Raspberry Pis is a lot, they think this is a reasonable project for a classroom environment — besides, how cool would it be to go to school and film your own bullet time stunts?

Continue reading “Frozen Pi — An Affordable Bullet Time Recorder”

A Real Malware In A Mouse

mouseagain

After reading an April Fools joke we fell for, [Mortimer] decided to replicate this project that turns the common USB mouse into a powerful tool that can bring down corporations and governments. Actually, he just gave himself one-click access to Hackaday, but that’s just as good.

The guts of this modified mouse are pretty simple; the left click, right click, and wheel click of the mouse are wired up to three pins on an Arduino Pro Micro. The USB port of the ‘duino is configured as a USB HID device and has the ability to send keyboard commands in response to any input on the mouse.

Right now, [Mortimer] has this mouse configured that when the left click button is pressed, it highlights the address bar of his browser and types in http://www.hackaday.com. Not quite as subversive as reading extremely small codes printed on a mousepad with the optical sensor, but enough to build upon this project and do some serious damage to a computer.

Video of [Mort]’s mouse below.

Continue reading “A Real Malware In A Mouse”