Aurora Mixer No Longer Available

A few days ago we wrote about the aurora open source mixer being available and that orders for the DIY or completed kit needed to be in by September 1, 2008. Well that day has since past and if you were on the fence about it and didn’t get your order in don’t worry about it. Turns out no one will be getting a mixer.

Aurora informs us that they needed to secure a minimum of 50 orders to cover cost, but in reality they were only able to secure less than 20 orders. Because of this, they will not be able to meet the initial production numbers and have postponed the sale of the mixer indefinitely.

All is not lost as they will keep the site up, along with the instructions on how to build your own mixer from scratch.

Dot Matrix Business Card

In most settings business cards are given out without much thought. But what if you could make your card stand out from the rest? By using a 5×15 LED matrix screen, a single micro controller, a number of resistors, switches, and other parts, [tomward] has put together one very slick business card that’s sure to draw attention.

The included instructions go into great detail on the construction, but [tomward]admits that you will need some knowledge in electronics in order to build one yourself.  After reading the instructions ourselves we would have to agree with him.

If you’re into programing micro controllers and are handy with a soldering iron you may want to give this a shot.

Regenerative Bike Brakes

For their senior design project at Arizona State University, these guys built a regenerative braking system for their bike. As they brake, the system spools up to give them a push back up to speed.  They achieved 25% efficiency on one run, which isn’t too shabby.

The site has all kinds of information. You can check out their different plans and ideas from before they decided on this specific layout as well as all their data from the test runs. Be sure to look at the piece by piece breakdown of what changes were made from the initial design.

[thanks Mario Gomes]

Interactive Globe Display


[ERASME] built this interactive globe interface for an exhibit on Inuit people and their land. The goal was to have a tactile input device to Google Earth data. The unit is composed of a half globe for location selection, a touch pad for layer selection, and a Wiimote for view changes.They had to develop their own driving application for Google Earth as none exists for Linux. The software, called KeyEvents takes inputs from all the devices and mimics keyboard and mouse control in Google Earth.

There is much more information on how they got the pieces to work together, as well as some videos in french showing the device working. One thing that stands out though is that they decided to use direct association on their Wiimote, thus stopping rogue Wiimotes from gaining control. Who would carry a Wiimote around just to hijack public displays? We would.

[thanks Leucos]

RGB Desktop Clock

[youtube=http://www.youtube.com/watch?v=-hxZRCponks&hl=en&fs=1&rel=0][Mark Roy] designed this fine RGB LED desktop clock. It uses a PIC16F877A microcontroller and a DS1307N Real Time Clock. There is a ring of 12 RGB LEDs around the perimeter. Hours are indicated in red, minutes green, and seconds blue. If the hands overlap, the colors are mixed. Three buttons are used to set the time and it can run on as little as 0.7volts. You can find out more about the project on Stellar Core. He has plans to kit it in the future.

Apollo Guidance Computer Clone


[Cliff Miller] pointed out this incredible project from 2004. [John Pultorak]’s journey began in late 2000 when he decided to build a 60’s or 70’s era minicomputer. While gathering technical documentation, he found some interesting information on the Apollo Guidance Computer and felt that was the way to go. The AGC was the first integrated circuit computer ever built. Designed by MIT in 1964 it was constructed from ~5000 ICs, almost all 3-input NOR gates. [John]’s version uses late 1960’s 74LS TTL logic which gains him a 10 to 1 reduction in the number of ICs. A good thing when you have to do ~15K wirewrap connections. He also used flipflops and register chips instead of building everything from NOR gates. [John] essentially built the AGC three times: First, he coded a simulator in C++. Then, he imported the logic design into CircuitMaker to verify that it would actually work. Finally, he built the 3 by 5foot machine. He’s provided an amazing amount of documentation for anyone that wants to explore this device and the overview alone is well worth a look.

Hacking A Scale To Test Rocket Motors


[David Steeman] sent us this project. He uses a consumer scale to measure rocket engine thrust. He wanted to be able to map the thrust curve of his homemade rocket motors to determine whether they are meeting the design goals. It does this by measuring the force applied by the rocket engine via a microcontroller that records it in a text file on a computer. He then analyzes this data in an Excel spreadsheet.

The sensors were harvested from a consumer scale while the rest of the electronics were built by hand. He’s using a PIC 18F2550 microcontroller which has a built in USB interface. He has breakdowns of each piece with detailed information on how it works as well as some nice pictures. There is also a list of future improvements that he would like to do such as increasing sample speed, integrating it with the ignition, and decreasing the physical size. Files for the schematic, firmware, and excel spreadsheet are available for download at the bottom of the page, so keep scrolling down.