Emergency Power Based On Cordless Drill Batteries

[Don Eduardo] took matters into his own hands after experiencing a days-long power outage at his house. And like most of us have done at least one, he managed to burn his fingers on a regulator in the process. That’s because he prototyped a way to use power tool batteries as an emergency source — basing his circuit on a 7812 linear regulator which got piping hot in no time flat.

His next autodidactic undertaking carried him into the realm of switch-mode buck converters (learn a bit about these if unfamiliar). The device steps down the ~18V output to 12V regulated for devices meant for automotive or marine. We really like see the different solutions he came up with for interfacing with the batteries which have a U-shaped prong with contacts on opposite sides.

The final iteration, which is pictured above, builds a house of cards on top of the buck converter. After regulating down to 12V he feeds the output into a “cigarette-lighter” style inverter to boost back to 110V AC. The hardware is housed inside of a scrapped charger for the batteries, with the appropriate 3-prong socket hanging out the back. We think it’s a nice touch to include LED feedback for the battery level.

We would like to hear your thoughts on this technique. Is there a better way that’s as easy and adaptive (you don’t have to alter the devices you’re powering) as this one?

Continue reading “Emergency Power Based On Cordless Drill Batteries”

Rocking A New Sound For Guitar

We’ve seen inventive sound hacking from [Jeremy Bell] before on Hackaday. You may remember reading a few months ago about how he invented a new way to produce that familiar effect DJs create when scratching records. By clipping samples from cassette tapes and stretching them across a set of short rails, he was able to refashion the audio pickup to glide over the tape at his fingertips. With a clothes pin wrapped in strips of foil teetering over a contact, he had a responsive tactile switch to aid in producing the cutting needed to carve out a beat.

Since then, [Jeremy] has been evolving this same switch concept and testing out new applications for it. The most recent of which he appropriately referrers to as the “Rocker”. With an electric guitar as a starting point, [Jeremy] uses a similar switching technique to bounce back and forth between two audio signals. The first of which being the sound produced in real-time by hammering on the frets of the guitar, and the second channel having a slight delay. By leveraging the glitchy effect created when switching between the two channels he is able to produce a sound all its own.

The prototype seen in his video is table-bound like the early versions of his Scrubboard, yet he’s able to play one-handed with the guitar and demo his device like a cake walk. It’d be fantastic to see this quirkiness and ingenuity taken to the level of his previous hack, leading to a stand-alone add-on for the guitar. Either way, this is yet another great example of sound play:

Continue reading “Rocking A New Sound For Guitar”

CNC Plotter Uses Only The Good DVD Drive Parts

It wasn’t that long ago that wanting to own your own 3D printer meant learning as much as you possibly could about CNC machines and then boostrapping your first printer. Now you can borrow time on one pretty easily, and somewhat affordably buy your own. If you take either of these routes you don’t need to know much about CNC, but why not use the tool to learn? This is what [Wootin24] did when building a 3D printed plotter with DVD drive parts.

Plotters made from scrapped floppy, optical drives, and printers are a popular hand, and well worth a weekend of your time. This one, however, is quite a bit different. [Wootin24] used the drives to source just the important parts for CNC precision: the rods, motors, motors, and bearings. The difference is that he designed and 3D printed his own mounting brackets rather than making do with what the optical drive parts are attached to.

This guide focuses on the gantries and the mechanics that drive them… it’s up to you to supply the motor drivers and electrical side of things. He suggests RAMPS but admins he used a simple motor driver and Arduino since they were handy.

Paper Cutter Becomes A Laser Engraver

Small and powerful laser diodes are getting cheaper and cheaper, and there are a few commercial products that give anyone the ability to cut paper and vinyl with a computer-controlled cutting machine. What happens when you combine the two? The beginnings of a hacked together laser engraver.

For this build, [Peter] is using a Silhouette Portrait, a desktop CNC cutting machine that’s usually used for vinyl decals and intricately cut paper crafts. This machine isn’t limited to mere decorative crafts – it’s been used for cutting PCB stencils and other pseudo-industrial tasks.

Because the Silhouette Portrait has an interface that allows just about any CAM software to control it, the only thing [Peter] needed to make for his experiments in laser engraving was a mount to hold the laser diode. Luckily, the laser had a similar form factor to the cutting blades for the machine, and a bit of tape held everything together.

Focusing the laser was done by unscrewing the lens, and with a bit of trial and error, [Peter] was able to make a few marks in the material of his choice. This isn’t a laser cutter, but with a little more work it will make a fantastic laser engraver.

Continue reading “Paper Cutter Becomes A Laser Engraver”

Solar Tetroon Spooks Albuquerque

An interesting take on Hackerspace outreach is spooking the local community into calling the FAA and even the Air Force. It wasn’t exactly the plan at Quelab, but after an experimental solar tetroon got away from [Gonner Menning], one of the space’s members, that’s exactly what happened.

This is the first we remember hearing of solar tetroons. A tetroon is actually a fairly common weather balloon design using four triangle-shaped pieces. The solar part is pretty neat, it’s a balloon that uses the sun to heat air inside of a balloon. Instead of filling the bladder with a lighter-than-air gas it is filled with regular air and the sun’s rays heat it to become lighter than the surrounding ambient air.

For this particular flight the balloon was never supposed to be off the tether. Previous iterations had turned out to be rather poor fliers. Of course it figures that when [Gonner] finally tuned the design with an optimal weight to lift ratio it slipped its leash and got away. The GPS package tracked it for quite a while but ended up dying and the craft was nary to be found.

We weren’t going to embed the local news coverage video, but at the end the talking heads end up rolling around the word “Hackerspace” in their mouths like it’s foreign food. Good for a giggle after the break.

Continue reading “Solar Tetroon Spooks Albuquerque”

ArduinoCamera

A Single Pixel Digital Camera With Arduino

[Jordan] managed to cobble together his own version of a low resolution digital camera using just a few components. The image generated is pretty low resolution and is only in grey scale, but it’s pretty impressive what can be done with some basic hardware.

The heart of the camera is the image sensor. Most consumer digital cameras have tons of tiny receptors all jammed into the sensor. This allows for a larger resolution image, capturing more detail in a smaller space. Unfortunately this also usually means a higher price tag. [Jordan’s] sensor includes just a single pixel. The sensor is really just an infrared photodiode inside of a tube. The diode is connected to an analog input pin on an Arduino. The sensor can be pointed at an object, and the Arduino can sense the brightness of that one point.

In order to compile an actual image, [Jordan] needs to obtain readings of multiple points. Most cameras do this using the large array of pixels. Since [Jordan’s] camera only has a single pixel, he has to move it around and take each reading one at a time. To accomplish this, the Arduino is hooked up to two servo motors. This allows the sensor to be aimed horizontally and vertically. The Arduino slowly scans the sensor in a grid, taking readings along the way. A Processing application then takes each reading and compiles the final image.

Since this camera compiles an image so slowly, it sometimes has a problem with varying brightness. [Jordan] noticed this issue when clouds would pass over while he was taking an image. To fix this problem, he added an ambient light sensor. The Arduino can detect the amount of overall ambient light and then adjust each reading to compensate. He says it’s not perfect but the results are still an improvement. Maybe next time he can try it in color.

Passion Project Turns BeagleBone Into Standalone Super NES

So you want to play some retro games on your BeagleBone, just load up Linux and start your favorite emulator right? Not if you’re serious about it. [Andrew Henderson] started down this path with the BeagleBoard-xM (predecessor of the BeagleBone Black) and discovered that the performance with Snes9X wasn’t quite what he had in mind. He got the itch and created a full-blown distro called BeagleSNES which includes bootloader and kernel hacks for better peformance, a custom GUI, and is in the process of developing hardware for the embedded gaming rig. Check out the documentation that goes along with the project (PDF); it’s a blueprint for how open source project guides should be presented!

The hardware he’s currently working on is a Cape (what add-on boards for the BBB are called) that adds connectors for original Nintendo and Super Nintendo controllers. It also includes an RTC which will stand in for the real-time clock features included in some cartridges (Pokemon Yellow). Also in the works is a 3D printed enclosure which would turn it into a portable, something like this other BBB portable hack.

Check out a demo of what BeagleSNES can do in the video after the break.

Continue reading “Passion Project Turns BeagleBone Into Standalone Super NES”