OpenFuge: An Open-source Centrifuge

openFuge

Biohackers, fire up your laser cutters. [CopabX] has developed OpenFuge: a (relatively) low-cost, open-source centrifuge from powerful hobby electronic components. If you thought the VCR centrifuge wasn’t impressive, trolls be damned— OpenFuge can crank out 9000 RPM and claims it’s capable of an impressive 6000 G’s. [CopabX] also worked in adjustable speed and power, setting time durations, and an LCD to display live RPM and countdown stats.

And it’s portable. Four 18650 lithium cells plug into the back, making this centrifuge a truly unique little build. The muscle comes from a DC outrunner brushless motor similar to the ones that can blast you around on a skateboard but with one key difference; an emphasis on RPMs over torque. We’re not sure exactly which motor is pictured, but one suggestion on the bill of materials boasts a 6000 KV rating, and despite inevitable losses, that’s blazing fast at nearly 15V.

You’ll want to see the demonstration video after the break, but also make time to swing by Thingiverse for schematics and recommended parts.

Continue reading “OpenFuge: An Open-source Centrifuge”

VCR Centrifuge

VCR’s practically scream “tear me open!” with all those shiny, moving parts and a minimal risk that you’re going to damage a piece of equipment that someone actually cares about. Once you’ve broken in, why not hack it into a centrifuge like [Kymyst]? Separating water from the denser stuff doesn’t require lab-grade equipment. As [Kymyst] explains: you can get a force of 10 G just spinning something around your head. By harvesting some belt drives from a few VCR’s, however, he built this safer, arm-preserving motor-driven device.

[Kymst] dissected the video head rotor and cassette motor drive down to a bare minimum of parts which were reassembled in a stack. A bored-out old CD was attached beneath the rotor while a large plastic bowl was bolted onto the CD. The bowl–here a microwave cooking cover–acts as a protective barrier against the tubes spinning inside. The tube carriers consist of plastic irrigation tubing fitted with a homemade trunnion, which [Kymyst] fashioned from some self-tapping screws and a piece of PVC. At 250 rpm, this centrifuge reaches around 6 G and best of all, gives a VCR something to do again. Take a look at his guide and make your own, particularly if your hackerspace has a bio lab.

Polyurethane Protecting PCBs

PCB

What you see above is a home-made PCB. No, this isn’t an example of a terrible toner transfer job, but rather evidence of the ravages of time. This board is seven years old, and the corrosion and broken traces show it. Luckily, [George] already has seven years of environmental data for a cheap DIY soldermask.

Seven years ago, [George] took a piece of copper clad board, masked half of it off, and sprayed it with fast drying polyurethane. After drying, he put it on a shelf in his garage. The results were fairly surprising – the uncovered portion is covered in verdigris, while the coated half is still shiny and new.

[George] took this a bit further and experimented with other spray can coverings. He found Testors spray enable worked just like the polyurethane, burning off when the heat of a soldering iron was applied, and also passed for a professional PCB.

Modifying A Knock-off Battery Charger To Be Safer

i-tv5pN2R-X3

Sometimes buying a low-cost clone off of eBay is a great option, but [Martin] wisely decided to test his counterfeit IMAX B6AC, and found it grossly lacking. His detailed breakdown shows an alarming array of problems, including poor design and construction, and a lack of warning if the balance circuit fails. In addition, the charger wasn’t properly calibrated. By using a precision multimeter, Martin found that the charger actually brought cells above critical voltage. So really, using a charger like this out of the box can both destroy your battery pack and/or start a fire. One other interesting detail – this model can only be calibrated once. Sweet features.

[Martin] detailed his fixes in a well-illustrated blog post. He first had to re-enable the calibration menu using this method which requires bricking the device first! Once un-bricked, however, he could do the recalibration using a voltage divider and a reliable power source.

This project really underscores the need for a precisely calibrated multimeter. Not only would [Martin] not have been able to test his charger properly, but the re-calibration wouldn’t have been as accurate as needed. As hobbyists, this is a reminder that we can only trust our tools if they are accurate.

Organizing Transistors

SAMSUNG

Late last year, [matseng] set up an interesting challenge for himself: design a new PCB every week, send it off to a fab house, and build a new project. It’s a grueling endeavor, but some of these projects are actually very useful and cool. One of the best so far is the TraId – a board that identifies a transistor type and pinout with a nice LED interface.

This build was partly inspired by Dangerous Prototypes’ Part Ninja, a board that determines the pinouts and values of transistors, resistors, caps, and diodes. The TraId is a much more cut down version usable only for transistors, displaying the orientation of the pins and type of transistor on a set of 8 LEDs.

Although the design is very sparse, we could imagine something like this being very useful in a hackerspace, lab, or anywhere else the gremlins of chaos come to reorganize parts drawers. If you’d like to build your own, all the required files are up on the gits.

PCB Agitator From A Broken CD-ROM Drive

pcb-agitator

Etching PCBs goes a lot better if you agitate the solution in order to carry away the dissolved copper and get fresh etchant to the area. With that in mind [Rohit Gupta] designed a mechanism in Sketch Up before realizing he was going about it the hard way. He ended up basing his agitator on a broken CD-ROM drive instead of starting from scratch.

He uses the CD sled from the drive, ditching the lens and its support structure. To get direct access to the motor that drives the tray he uses an L293D H-bridge chip. This is controlled by an MSP430G2231 microcontroller. The driver board seen in the upper right includes a voltage regulator, three status LEDs, and one user input switch. Once triggered, the sled will move back and forth, contacting an old mouse microswitch which acts as the limiting switch. We find it entertaining that [Rohit] prototyped the circuit on a breadboard, then used that success to etch the final circuit board (shown in the video below).

If you’ve been following the hacker creed and never getting rid of any junk you’ll have no problem finding a donor drive to make one of your own. But just in case you can’t get a hold of this hardware a similar agitator can be built using a hobby servo.

Continue reading “PCB Agitator From A Broken CD-ROM Drive”

Git With Eagle: Add Meaning to Diff

a-glimpse-of-git-with-eagleWe love Git. We know everyone has their favorite version tracking tools. But even those that don’t care for Git should see the value of getting meaningful Diff data from tracking Eagle layout files.

Was that last sentence just gibberish to you? Let’s take a step back. A few years ago it was impossible to use version control with Eagle at all because the schematic and PCB layout software used to save its files as binaries. But then Cadsoft transitioned to saving Eagle files as XML. This opened the door for things like scripting to rename parts en masse and to track the files under version control. One problem with the latter has been that performing a Diff on two different versions of a file results in XML changes that are probably not human readable. [Patrick Franken] wrote this script to add at least a glimmer of meaning.

We’d love to see some kind of side-by-side highlighting on the schematic or board renderings themselves. But that’s quite a ways off if we ever actually see it. For now his script will take the Diff and print out the tables seen above denoting which types of changes were made from one version to the next. It’s a start, and we hope it inspires even more work in this area.