Open Sourcing Everything… There’s An App For That

What happens if you’re a prolific developer and decide to release all of the source code from your work? Well, you should get a huge pat on the back from all interested parties. And so we say thank you to [Hunter Davis] for releasing the source code for his 70+ Android apps. But just making the decision isn’t the end of things, you’ve got actually get the code out there. And herein lies the hack. Instead of archiving and posting all of those projects he wrote a script to crawl, init, and push his projects to Github automatically.

This process is made pretty easy because of the Github API. Looks like he used version 2 for his script but you’ll want to check out version 3 if you’re looking to write your own script. His script takes the API key and username as command line arguments, then traverses his local source tree. Along the way it uses some text manipulation to sanitize the directories for use as the name of the repository. Once that’s established it steps into the directory, creates a repository, adds and commits all the files, then pushes them to Github.

Following [Hunter’s] example makes it really easy to share your code. We hope more will follow suit, putting their work out there for others to learn from and build upon.

We’ve seen some hardware hacks from [Hunter] as well. He did a bunch involving the ZipIt, as well as some work with playing games with a Dockstar.

[via Reddit]

DIY “Project Glass” Clone Looks Almost Too Good To Be True

vuzix-project-glass

By now we’re assuming you are all familiar with Google’s “Project Glass”, an ambitious augmented reality project for which they revealed a promotional video last week. [Will Powell] saw the promo vid and was so inspired that he attempted to rig up a demo of Project Glass for himself at home.

While it might seem like a daunting project to take on, [Will] does a lot of work with Kinect-based augmented reality, so his Vuzix/HD webcam/Dragon Naturally Speaking mashup wasn’t a huge step beyond what he does at work. As you can see in the video below, the interface he implemented looks very much like the one Google showed off in their demo, responding to his voice commands in a similar fashion.

He says that the video was recorded in “real time”, though there are plenty of people who debate that claim. We’re guessing that he recorded the video stream fed into the Vuzix glasses rather than recording what was being shown in the glasses, which would make the most sense.

We’d hate to think that the video was faked, mostly because we would love to see Google encounter some healthy competition, but you can decide for yourself.

Continue reading “DIY “Project Glass” Clone Looks Almost Too Good To Be True”

Build An Induction Heater And Become A Metalsmith

If you’ve ever wanted to forge, cast, or smelt metal, this project is right up your alley. It’s a 30 kVA induction heater built by [bwang] over on Instructables. It gets hot enough to melt and forge steel, iron, and aluminum.

An induction heater operates by surrounding the object to be heated with a coil carrying high frequency AC current. Basically, the entire setup acts like a huge transformer with a shorted secondary. To get these currents into a workpiece, [bwang] used a TL494 PWM controller as an oscillator. The output of the TL494 is filtered and amplified a few times to generate a huge amount of AC current.

Larger versions of [bwang]’s induction heater are found in foundries and forges all across the land; even though this small version sucks down 50 A out of a dryer or stove outlet, induction heating is very efficient. We’re actually wondering why we don’t see many home blacksmiths using induction heating, so we’ll leave that for our readers to discuss in the comments.

[sessions] reminded us of this induction heater from a few years ago. A little smaller, but still usable.

Displaying Bubbles In Mineral Oil

After he saw a ‘falling water display,’ [Matt] figured he could turn that idea on its head. He built a display that uses bubbles for pixels. Even though the build isn’t complete, we love the results so far.

[Matt] began his build constructing a tall, thin water tank out of acrylic. Eight solenoids were mounted in the base of the tank, attached to an aquarium air supply, plastic tubing, and one way valves. The first run of the bubble display didn’t go too well, but after adding dividers between each column the display started working.

With the dividers, [Matt] no longer had to worry about bubbles colliding or moving any direction but up. The bubbles weren’t moving consistently, so he replaced the water with mineral oil. Oil made a huge improvement, but the bubbles still float up at different speeds. [Matt] ascribes this to the unregulated air supply, but we’re thinking this problem could be mitigated with glycerine like the previous bubble display we saw.

It may still have some problems, but we love the result. Check out the video of bubbles in mineral oil after the break.

Continue reading “Displaying Bubbles In Mineral Oil”

A Little Geneva Drive Made Of Wood

MDF Geneva drive in action

Long ago, before servo motors and linear actuators were common, clever mechanical devices were what engineers used to produce the needed motion for their processes. The CNC-cut Geneva Drive may not be fit for industrial use, but this type of device has been used in everything from film projectors to rotating assembly tables. The constant rotation of the driving wheel is translated into intermittent motion by the [Maltese cross] driven wheel.

The drive and Maltese cross section of this particular drive are made out of MDF with the exception of a putty material that the motor shaft press-fits into. The article claims that this is the only Geneva drive in existence made out of MDF, however, we’d love to see that proven wrong in the comments!

If you’d like to make one of these yourself, CAD and G-code files are given for the hand-cranked version that this Drive is based off of in a separate post.  If you’re not familiar with how a drive like this works, or would just like to see everything in action, be sure to check out the video of it after the break! Continue reading “A Little Geneva Drive Made Of Wood”

Floppy Autoloader Takes The Pain Out Of Archiving 5000 Amiga Disks

floppy-autoloader

Archiving data from old floppy disks can be a tedious process at best. Poorly labeled disks combined with slow transfer speeds put it high on the list of things we would rather not do, and it turns out that [Dweller] was of the same opinion. With an estimated 5,000 floppies in his collection, he finally decided it was time to clean house.

With no idea of what was stored where, he decided the best way to go about the process was to read all of the disks, archiving everything, saving the sorting process for later. He originally started by building a floppy autoloader out of Lego Mindstorm parts, which looked good on paper, but performed pretty poorly.

He came across an old floppy duplicator on eBay and figured that since the machine was built for handling gobs of disks, that it was the perfect base for his autoloader. He pulled the mechanical bits from the machine, incorporating them into the rig you see above. He swapped out the duplicator’s brains for an Arduino, which allows him to batch copy his disks and save a picture of each label with little effort.

He says that the system works great, making his life a lot easier (and less cluttered!)

Check out the video below to see his floppy autoloader in action.

Continue reading “Floppy Autoloader Takes The Pain Out Of Archiving 5000 Amiga Disks”

glue stick linear actuator

Glue Stick + Servo = Linear Actuator

What do you get when you cross a glue stick with a hobby servo motor? A linear actuator, of course! Although this could be done with other household implements, the form factor of this glue stick seems perfectly suited to sit on top of a servo horn.

The servo, as you might have guessed, has to be converted to rotate fully instead of the 180 degrees or so that is typical of these types of motors. The trick to this, and what really makes it shine in our eyes, is that instead of attaching two resistors in a normal continuous rotation mod, the potentiometer is used on the glue stick allowing for position feedback.

The resulting force from this gear-reduced actuator is quite impressive, giving an “err” (over 3 Kilograms) on the scale used for testing. [Gareth] or [Chiprobot] gives a great tutorial of how to make one of these after the break, but if you’d rather just see it in action, skip to around 8:20! Continue reading “Glue Stick + Servo = Linear Actuator”