posted Dec 21st 2009 1:33pm by
Devlin Thyne
filed under:
linux hacks,
misc hacks

[POTUSCamacho] listens to his @public_timeline rss feed. In part one of his project, he describes creating a bash script in which he uses cURL get his private feed, sed to clean it and eSpeak to output a WAV file. In parts two and three, he goes on to discuss how he created an audio stream (currently down, opens in a new window) of @public_timeline and how he plans on tweeting vocally.
posted Dec 21st 2009 9:06am by
Caleb Kraft
filed under:
classic hacks,
digital cameras hacks

This one is from way back in 2002, but we didn’t see it till today. This is a hand built panoramic camera. The film is laid out across the back of the case, and when taking a picture, the lens assembly rotates to expose the film. It is a very nice looking design. The brass body is quite reminiscent of the recent one posted here. On the site, you’ll find not only the build log, but a full explanation of all the math behind the design. It is a very interesting read, even if you have no plans on building your own.
[via Make]
posted Dec 21st 2009 8:00am by
Jacob Woj
filed under:
arduino hacks,
led hacks

The team at [Sosolimited] was contracted to create an interesting holiday window dispay for the HBO retail store in NYC. The Times Square display encorporates a board of LEDs and a machine for blowing the artificial snow particles around the enclosure.
The code for controlling the LED array was written on top of the open source C++ toolkit, openFrameworks and the entire setup is interfaced through an Arduino Duelmilanove. Multiple Sharp IR sensors were hooked up to the Arduino in order to detect the movement of observers, which in turn triggers fans to blow the ‘snow’ around. A National Control Devices relay board connects the heavy duty fans to the Arduino. This video demo shows just how attractive the project is in motion.
posted Dec 21st 2009 6:48am by
Jacob Woj
filed under:
arduino hacks,
laser hacks

[Peter] thought of a creative, way to generate random entropy for under $100.
The USB Hourglass combines a sand timer with a rotating mechanism and an optical beam through the center of the timer to observe the falling sand. The amount of light reaching a detector is digitized at frequent intervals and processed by a microcontroller to determine when to rotate the hourglass. The digitized light levels are also sent by USB to a host PC where they can be used as a source of random entropy. Power is supplied over the USB cable.
With the USB Hourglass, the user can look at the sand falling through the center of the hourglass and monitor the randomness in the USB output data. And one can read the code line-by-line, compile it, and upload it to the microcontroller using only open-source and widely supported tools.
posted Dec 20th 2009 2:06pm by
Mike Szczys
filed under:
led hacks

Here’s an advent wreath made from six parts and a paper clip. Powered by a CR2032 3v button cell, the circuit has been free-formed using a paper clip as the conductor. We love the “dead bug” style of construction used with the ATtiny13 microcontroller because it adds an extra level of intrigue for the uninitiated. This project build on the flickering circuit we saw last year and uses the LEDs as light sensors, only turning on when a certain darkness level has been reached.
We used a tiny13 with our Menorah project last year and still have some lying around that we can use for this. We’re sure you’ve got at least a couple of low-pin-count micros on hand. If you don’t, you should!
posted Dec 20th 2009 1:06pm by
Mike Szczys
filed under:
linux hacks

simavr is a software simulator for the AVR line of microcontrollers. You might be asking why anyone would write this sort of thing considering the simulator provided with AVR Studio is a wonderful tool? Well, a lot of folks don’t run Windows and don’t wish to use that development environment even if Wine or Virtualbox could make it happen.
We haven’t tried it out ourselves yet. There is a discussion thread going that reports some positive results of using simavr with GDB and AVR Eclipse. It’s a new package, but so far it seems to have put its best foot forward. Currently there is support for ATtiny25/45/85, ATtiny13, ATmega48/88/168, andATmega164/324/644 chips. Several of the common on-chip peripherals are already supported with the others on the way.
Have you tried it out? Let us know what you think in the comments.
[IC Photo]
posted Dec 20th 2009 9:25am by
Mike Szczys
filed under:
cnc hacks

[fdavies] has been working on his own 3d printer. He is using printed parts, but unlike the RepRap he’s purposed Sarrus linkages in his design. If it works, this should remove the need for precision rods in building these types of CNC based machines. He’s also recovered DC motors and optical encoders from some inkjek printers. Given that many retailers require you to take junky inkjets home when you purchase a computer we’re betting you’ll find friends happy to part with their unused hardware. We’re impressed with the motion of the prototype seen after the break. Let’s hope this leads to the next generation of affordable 3d printers.
Read the rest of this entry »
posted Dec 20th 2009 8:24am by
Mike Szczys
filed under:
digital cameras hacks

Some things are made to look steam punk but others are steam punk. This example of the later is a camera made mostly of brass. The body has been soldered together with only a shutter and lens being purchased for the project. There is a viewfinder and separate range finder to determine the proper focus for pictures as this is not a single lens reflex.
It should be obvious by now that this is a film camera. It relies on the photographer to turn the winder until an arrow on the knob lines up with a mark on the body for proper alignment. If you set out to make one of these, perhaps you should also manufacture your own film for it.
[via Dvice]