__ __ __ ___ / // /__ _____/ /__ ___ _ / _ \___ ___ __ / _ / _ `/ __/ '_/ / _ `/ / // / _ `/ // / /_//_/\_,_/\__/_/\_\ \_,_/ /____/\_,_/\_, / retro edition /___/Now optimized for embedded devices!!
About | Successes | Retrocomputing guide | Email Hackaday |
Every so often I have to slap myself in the head. I’m surprised that we haven’t covered these things by now. DeWalt’s been selling a LiIon 36 volt battery pack that’s full of the latest A123 cells. These are the same ones that were used in the Killacycle. (I think they’ve got a new batch of cells now).
A while back, [Jeff] sent in a circuit for using multiple packs, leaving the internal BMS in place. [The link is fixed now]
[Robert] sent in a scooter that’s been designed to run these same cells. The custom fabrication and machine work looks fantastic.
Matt Gilbert was tired of using his noisy cassette adapter with his iPod so he added an auxiliary input to his factory radio. Normally this type of thing isn’t possible with factory stereos, but Matt’s 2001 Corolla has the factory CD player as a separate component from the head unit. He starts a CD playing and then uses a toggle switch to swap the sound coming from the iPod with the sound from the CD unit. This would also work with a factory CD changer, but you can’t just plug straight into the head unit because it needs to receive the “everything’s okay” signals from a CD player in order to turn on the input. You might be able to do this with “premium” factory stereos since they usually have a separate amp. All this hack needs now is a clever dock; I bet you won’t even miss that clock.
[thanks Matt]
Here’s a project we’ve been wanting to do for a while. Over at macetech.com they’ve posted an LED coffee table that uses a 9×9 RGB LED grid. For the LEDs, they used the shiftbrite modules we’ve seen before. The table is capable of displaying pre written patterns as well as accepting patterns from a computer via bluetooth. They’ve set it up to connect to a twitter feed and display to a live cam on their site. Though we would love to reproduce this, we need a little more justification than “ooooh, shiny” for the funds involved. Anyone want to donate 100 shiftbrights?
As with most writers for [HAD], I enjoy doing projects as much as I like writing about them. As a mechanical Engineer that writes for a blog mostly about electronics, a CNC router seemed like something I needed in my garage. Building a router like this requires a bit of expertise in both electronics and mechanics, so it seemed like a good challenge.
This router kit, made by Zen Toolworks, comes fairly complete frame-wise, but requires a lot of knowledge on the electrical side to get things running correctly. In order to make it look decent and work correctly, I had to rely on some zip-tie and basic diagnostic skills that I’ve honed as a former engineering Co-op and technician. Also, I had to figure out a way to cheaply stack everything in my garage as we park two cars there (the footprint is 14″ x 22″, so I consider that a success).
One of the bigger challenges that I still have to overcome with this project is learning “G-code” and how to use software to generate it. Although I’ve done some basic programming already, as seen in the video after the break, there’s still much to learn. I’d hope that having this tool around can lead to better projects as I won’t have to be restricted to simple milled lines and circles anymore.
As for my work as an engineer, it’s rare that I’m called upon to machine parts myself, however, having this background helps immensely when designing machinery. Additionally, working as a manufacturing engineer, nearly everything I deal with involves some sort of electronics, so having a basic understanding of this is really essential. I’d encourage anyone thinking about going into this field to learn as much as they can about electronics and how things work in general. [HAD] is a great source for this, so keep reading and submitting your hacks!As a bonus, here’s another stop-motion video of everything going together:
If you’re looking for something to do on a boring Sunday afternoon, how about dusting off your Arduino and playing a text adventure? [Louis] wrote in to tell us about his project called AZIP, an app that will let you play classic 1980s text adventures on your Arduino.
The famous Infocom text adventure games such as Zork and Hitchhiker’s Guide to the Galaxy (reputed to be better than the book, by the way) all ran on a virtual machine called a ZMachine. We’ve seen a few unsuccessful attempts to run a ZMachine on an Arduino, but these builds usually end up going with a Linux-based single board computer. As far as we’re aware, [Louis]‘ build is the first time classic text adventures have been available on the Arduino.
[Louis] based his build on the popular Jzip ZMachine. The required hardware is fairly minimal – just an Arduino with an SD card. Right now the limitations of Flash and RAM on the Arduino means [Louis] needed to remove the game save and restore functions, but with a little clever coding and continued development those functions can be restored. Very cool indeed.