Spot Welder

Spot Welder; Don’t Buy It, Build It

Spot welders are super handy for making sheet metal enclosures for your projects. The problem is, commercial ones are rather expensive… The good news is, they’re actually really easy to make! This is [Caio Paulucci’s] first submission to Hack a Day, and it was a weekend project him and his father just finished.

A spot welder works by dissipating large amounts of heat in between two electrodes in the material you are bonding. It makes use of a transformer that converts mains voltage to a very low voltage, but high current energy source. The cool thing with this type of welder is it’s perfectly safe to hold onto the electrodes as the voltage is so low, you won’t get electrocuted. By running a super high current (generally >1000A @ ~1-2V) through a small surface area, you can super heat most materials hot enough to weld them together.

They can be made using the transformer from a microwave, some heavy duty welding wire (generally 2/0 or thicker), and a few other odds and ends such as wood, electrodes, and maybe a few nuts and bolts. At the most basic level, you are basically re-wrapping the transformer’s secondary coils to change the ratio to produce a low voltage, high current transformer.

Continue reading “Spot Welder; Don’t Buy It, Build It”

I’m Sorry Dave, I’m Afraid I Can’t Do That

HAL9000 Personal Computer

“Let me put it this way, Mr Amer. The 9000 series is the most reliable computer ever made. No 9000 computer has ever made a mistake or distorted information. We are all, by any practical definition of the words, foolproof and incapable of error. “

With that in mind, who wouldn’t want a HAL 9000 personal computer at home? For his latest project, [Eduardo Zola] brings us a very realistic Raspberry Pi powered HAL 9000, complete with an all seeing eye.

In case you’re not familiar (boo!) HAL 9000 is a character from 2001: a Space Odyssey. His name is an acronym for a Heuristically programmed ALgorithmic sentient computer who is responsible for controlling the Discovery One spacecraft, and well, he goes crazy.

[Eduardo] has built this replica out of wood, a bit of paint, a Raspberry Pi, a speaker, webcam and a beautiful red all-seeing-eye, lit with LEDs. It’s a rather fitting entry to our Hackaday Prize contest.

Continue reading “I’m Sorry Dave, I’m Afraid I Can’t Do That”

800+ LED Wall With Diffuser Panel Is A Work Of Art

LED Wall

What happens when you take over 800 individually addressable super bright RGB LEDs and house them in a giant diffused panel? You get awesome. That’s what you get.

[Epoch Rises] is a small electronic music and interactive technology duo who create cool interactive projects (like this wall) for their live shows and performances. They love their WS2812B LEDs.

The cool thing about this wall is that it can take any video input, it can be controlled by sound or music, an iPad, or even generate random imagery by itself. The 800 LEDs are controlled by a Teensy 3.0 using the OctoWS2811 library from Paul Stoffregen which is capable of driving over 1000 LEDs at a whopping 30FPS using just one Teensy microcontroller. It works by using Direct Memory Access to send data over serial into the Teensy’s memory and directly out to the LEDs with very little overhead — it is a Teensy after all!

Continue reading “800+ LED Wall With Diffuser Panel Is A Work Of Art”

Laser Triggered Camera Flash

High Speed Laser Based Camera Flash Trigger For Only $2

[Matt Kane] works at a really cool company in the UK where he recently finished working on the Triggertrap Ada — the highest-performance, most feature packed camera trigger out there. So just for fun, he decided to challenge himself again — could he make a super basic, super fast, bare-bones camera trigger for $2 instead?

At the most basic level this is just a laser pointer and a light sensor. When the object your photographing breaks the light path, the flash triggers. Typically this is done with an IR laser, but since he’s going for a low-cost system, he’ll use a basic 1mw red laser pointer — the only downfall is you might see it in the picture.

Next up is the sensor. Ideally we’d use a photodiode which is very fast, but also expensive. A photoresistor is cheap, but not fast enough. A nice medium between the two is a phototransistor, which is relatively fast, and cheap. Finally, we need a minimum trigger period to offset the flash. [Matt] thought about using a 555 timer but instead decided to just generate a pulse with an Attiny45.  Continue reading “High Speed Laser Based Camera Flash Trigger For Only $2”

Xbox 360 Slim Gets Gutted And… Painted White?

XBox in a Briefcase

We love portable console builds, and this one by [Daniel Fürstauer] is no exception. It’s a beautifully hacked Xbox 360 slim into an aluminum briefcase — complete with a screen and a full audio system!

He started by gutting the Xbox 360 slim and throwing out pretty much all of the original enclosure, minus the disc drive cover. Now what he did next was completely for aesthetics, but freaking awesome. He actually took the motherboard out, taped off some of the important components, and spray painted the entire thing white! We’re not too sure what effect this will have on some of the components, but it seems to work, and gives it a really unique look underneath his Plexiglas enclosure.

He housed the rest of it (complete with custom cooling fans!) inside of one of those nice aluminum briefcases, complete with a widescreen LCD monitor, and computer speakers. He even fit the power supply inside — all you have to do is plug it in! There’s also room for at least one controller, whose holding spot doubles as space for the disc drive to eject. Continue reading “Xbox 360 Slim Gets Gutted And… Painted White?”

Self-Balancing Robot Uses Android And Lego NXT

LEGO NXT + Android = Self Balancing Robot

Self-balancing robots are pretty cool, but sometimes a bit too complex to make. [HippoDevices] shows us that it’s really not that hard, and you can even do it with Lego NXT and an Android device!

First step is to build your two-wheeled robot – go nuts! As long as the Lego NXT motors are strong enough you’ll be able to make most different shaped robots easy to balance. You’re going to need an Android ADK board to provide communication between the Lego motors and your Android device. [HippoDevices] is using their own design, called the Hippo-ADK which is on Kickstarter currently.

This allows your Android device to read the status and control the Lego Motors — from there it’s just a matter of programming it to balance according to the device’s gyroscope.

Continue reading “Self-Balancing Robot Uses Android And Lego NXT”

Finally, An Easy To Make Holder For Lithium Ion Batteries

Lithium Ion Battery holder

For projects requiring a bit more juice, the mass production of those small rectangular lithium ion batteries for cell phones, cameras and other electronics are extremely useful — the problem is, how do you mount them, short of soldering the terminals in place? With a bit of perfboard of course!

[Jason] came up with this idea when he was trying to figure out a way to mount small lithium cells for a battery fuel gauge for another one of his projects. He found if you use good quality perfboard you can use a 90 degree male pin header to contact the terminals, and a strip of female pin header as a kind of battery stop at the other end. This allows you to very snugly squeeze the battery in place — you may need to adjust the length of the male pins though in order to fine tune the fit!

Now you can add a nice wire terminal, solder up the connections, and there you have it, an easy to make, extremely useful battery holder!