Machining An Orrery

What in the heck is an Orrery? If you’re looking at the image above we’re sure you’ve already figured it out (kudos to the big brains that knew the word). For those that don’t get it, an Orrery is a mechanical device that represents the movements of planets and moons. We never thought of building one ourselves. After seeing the machining process for what’s shown above we’re not sure if we’re excited, or scared off by all the work that went into it.

You might want to bust out the Chromecast and hit the sofa for this one. There are dozens of YouTube videos showing the build. From cutting sheet stock into round slugs, to making teeth, teeth, teeth, and more teeth it’s not just the gears that go into this one. You’re also going to needs the orbs themselves.

We have fond (perhaps scary) memories of the first time we saw an Orrery as a part of the set in The Dark Crystal.

Continue reading “Machining An Orrery”

Homemade LED Helmet

LEDHelmet

We’ve all seen Daft Punk helmet builds, but [George’s] project is a homemade LED helmet that takes no shortcuts and packs the visor full of hundreds of individual lights. He started with a prototype that uses a PIC 18F4580 microcontroller connected to a MAX7221 LED driver, which gave him control over some dot matrix displays to test the wiring and sample script. He then used this prototype setup to develop a scrolling text function.

With testing complete, [George] wired hundreds of LEDs into 8×8 block sections, using a cardboard jig to keep everything straight. He could have stopped there, but [George] took the build further, adding an LCD display and a 7-segment clock module to the inside of the helmet, in view of the wearer. The clock displays the helmet’s current beats per minute rate, while the LCD shows the content being displayed (pattern, text / Pacman, stripes). It’s possible to see out between the bottom of the display and the chin of the helmet. If you need better visibility we’d recommend a bike helmet matrix that isn’t as dense.

You can watch a video of the helmet running different patterns below. (Warning: music). When you’re done with that, why not LED all the things: from Infinity Mirrors to LED Sneakers.

Continue reading “Homemade LED Helmet”

Antares: One Bare Metal Build System To Rule All Microcontrollers

antares-build-system

[Andrew Andrianov] has the same itch we do when it comes to the variety of inexpensive dev boards out there. They put hardware in your hands but when it comes to the IDE it tends to be a very mixed bag. Some offer hobbled copies of proprietary software, but in most cases you’re on your own for any kind of open source development environment support. He and a couple of friends are working to change that. What they’ve come up with is Antares: a single build system which can compile code for multiple microcontrollers.

The idea is to make the coding environment agnostic from the compile/burn process. This serves a few purposes; it lets you use the IDE you’re most comfortable with, be it Eclipse or emacs. It also seeks to ease the pain of writing libraries that will work with multiple different chips. So far the package supports several of the usual suspects: AVR, msp430, STM32 ARM chips, as well as AT89,and STC variants of 8051. Other chips can be added as more hands make light work (in other words, roll up your sleeves and help these guys out!). Right now development targets Linux dev platforms but OS X has been shown to work with some patches.

The link above is a rather daunting readme from the Github repo. If you need a better overview before diving in hit up the RC1 announcement on [Andrew’s] blog.

[Kenneth Finnegan’s] EPIC Burning Man Slideshow

kenneth-at-burning-man

Whether or not you manged to attend this year’s Burning Man festival we’re dead certain you’ll enjoy reading [Kenneth Finnegan’s] show and tell about the event. This was his first time attending. Aside from his noobish excitement (which is really the only way to approach writing something like this) we’d never know he wasn’t a seasoned veteran. From what he and friend [Marcel] packed along with them, to the attractions he visited, he did Burning Man right!

The two snapped a selfie in the truck on their way to Black Rock City, the community that sprouts up in the Nevada desert every year for Burning Man. Bumper-to-bumper traffic is a surprise in the middle of nowhere, but when you find out that BRC boasted about 68,000 residents this year it’s no wonder. [Kenneth] spends some time talking about the camp they set up, including more than enough solar power, and an amateur radio setup that came in handy in lieu of phone service. This flows into his collection of cool art he came across, most of it massive in scale. There’s even an airport, which is how he was able to snap the aerial photo above.

We think the coolest part of his recollection is the view of ‘city life’. There are night clubs, bowling alleys, radios stations broadcasting live interviews and hosting talk shows, cafés, and much more. Hanging out in the desert at the end of August may not sound like your thing, but reading about [Kenneth’s] odyssey makes us think Burning Man is like Disneyland for Hackers.

Fail Of The Week: GPS Module Design

GPS is really fun to play with in your projects. But when [Trax] decided to build a GPS chip into his design the fun ended abruptly. Above you can see the section of the board devoted to the hardware. Unfortunately this PCB fails to provide any GPS location data whatsoever.

Continue reading “Fail Of The Week: GPS Module Design”

A Really, Really Tiny Microcontroller Board

Here’s something very cool from the wonderful world of Adafruit: The Trinket, an Arduino compatible microcontroller platform that’s not only small enough to fit in your pocket, it’s small enough to lose in your pocket.

Like the similarly specced Digispark, the Trinket features an ATTiny85 microcontroller with 5 IO pins. Unlike the Digispark, the Trinket is a bit more substantial, featuring 3.3 and 5 Volt regulators along with a real USB port and mounting holes. As this is based on the ‘tiny85, it’s possible to connect this up to I2C and SPI sensors and peripherals

One thing to note about the Trinket is the fact that it’s so cheap. Either version of the Trinket goes for about $8, inexpensive enough to simply leave in a project when you’re done with it. Given the cool stuff we’ve already seen created with the Digispark, including a homebrew stepper motor and an Internet meme and lame pun assessment tool, we can’t wait to see what’s made with the Trinket,

Jack The DVD Ripping Robot

[Andy] had a fairly large problem on his hands. For the last 15 years, he’s been collecting DVDs, and since he began, he’s run out of space on his shelves for these miraculous plastic discs. Everything’s going to the cloud now, so he decided to build a media server, replete with rips of all his DVDs. As anyone who has ever tried to rip a movie knows, this can be a very long and tedious process. His solution to this should be something near and dear to all of us – he decided to build a robot to rip all his DVDs automatically.

With a brand new 3D printer, [Andy] set to work on designing Jack the Ripper Bot. The design has two trays mounted to a standard computer DVD drive, an ‘in’ tray and an ‘out’ tray. The frame of the machine bolts directly to the drive, and the entire contraption is driven by only three standard hobby servos.

The robot is driven by a Raspberry Pi, but the ripping actually takes place on an old laptop. [Andy] says it takes about an hour and a quarter to rip a DVD, so a full ‘in’ tray of 24 discs means about 28 hours of ripping time. Feeding the machine once a day is a lot better than returning to the computer every hour or so, we think.

All the STLs for the printed parts and the software for the Raspi and computer are up on [Andy]’s github, should anyone want to upgrade this to a Blu Ray ripper.

Thanks [Stephen] for sending this one in.

Continue reading “Jack The DVD Ripping Robot”