3D Mineral Printer

The last few days many people have been talking about the USC’s contour printer. It’s a device that prints concrete outlines with the hopes of eventually printing entire houses. Caterpillar has decided to back the initiative.

It reminded us of a project we came across at Maker Faire. [Leif Ames], [Matthew Bowman], [Marides Athanasiadis], and [Terrell Edwards] built a 3D Mineral Printer as their senior engineering design project at UC Santa Cruz. The printer works by first laying down a layer of dry concrete powder. It then selectively wets the powder where it wants a solid form. The reaction doesn’t require air to dry, so the next layer can be applied immediately. The printer only creates contours and the team imagines this being used to create temporary casting molds. The build envelop is nearly a cubic meter. When we talked to them, they were experimenting with many different types of material mixes. A video of the first test is after the break. Continue reading “3D Mineral Printer”

LCD PIC Graphics Demo

[conville] has been pushing standard HD44780 character displays to the limit. Embedded above is an example spectrum analyzer and text scrolling demo. Below you’ll find a scope demo. Both of these are created using a PIC 16F688 that dynamically rewrites a custom character set to create the animation. You can find the source code on mikrocontroller.net. Continue reading “LCD PIC Graphics Demo”

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]

Hack A Day Fail Whale Contest

We’re back! There may be a bit of oddness for the next few days. Our Fail Whale contest is still running and we’ve received over 100 entries so far. Here’s how you can participate:

While we’re adding more hamsters to our server power plant we thought we’d hold a little art contest. Whenever Twitter goes down, they post the iconic Fail Whale. The Fail Whale has become so popular that it has spawned a dedicated blog and many many art projects: embroidery, tattoos, and laser cut models.

We want to see what you think Hack a Day failure looks like. Create an illustration, photo, sculpture, anything that you think embodies Hack a Day failing. Send your entries to hackaday.fail@gmail.com and add them to the Hack a Day photo pool. The prize is $100 for you to spend in the No Starch Press store. Entries are due 00:00PDT Saturday September 6th 2008.

[image: Bjonnh]

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.