[Golan Levin] found a way to unwrap the 360 degree images he created with his camera. He’s using a Sony Bloggie HD camera which comes with a 360 degree attachment for the lens. This produces a donut shaped image (seen in the upper left) that was not all that palatable to [Golan]. He used Processing and openFrameworks to create a program that lets him unwrap the donut into a flat image, or create a ring of video where the viewer is at the center and can scroll left or right to see the rest of the filmed environment. He released the source so you can adapt the program if you’re using a different 360 video setup.
[Alan Parekh] built this clock to look like a Multimeter using analog multimeters for the three displays. A PIC does the timekeeping and feeds a specific amperage to the three displays which show hours, minutes, and seconds.
We’ve seen clocks that use analog meters before. [Alan] took the concept to the next level, replacing the graduated markings behind each needle to correspond to the correct display. He’s also included precise calibration so that each meter is as accurate as possible. After watching his video we’re convinced this is a refined product ready for a wide market, at least for those who appreciate the geek factor of the display.
Like many specialty plants, growing mushrooms requires that you keep a fine balance between humidity and temperature. this can be fairly tedious at times, so many opt for automated systems. [Anthony_p1234] has chosen to build his own. Using an Arduino, he controls power to two heating pads, a sonic humidifier, and an air pump to keep his mushrooms happy. He shares the process of building the system, testing and calibrating the parts and putting it all in use. We didn’t see any schematics, but he does describe everything fairly well. The source code is available for download.
[nmcclana] wrote out this very detailed instructible on building Mr. Burns, a sun burn alarm. Enter your skin type, sunscreen type, and UV levels for the day and Mr. Burns will let you know when it is time to go seek shelter or re-apply that sunscreen. Built on a Propeller platform, he’s using a blue LED as the UV sensor. He mentions that the device is fairly accurate, however people tend to put sunscreen on too thin and that will throw off the readings. There is a video of it in action on the instructible.
Here is the 32nd amateur fusion reactor built in a basement. [Mark Suppes] is right behind [Will Jack], the (then) 17 year old [Thiago Olson], and [Mileiux] in engineering a homemade nuclear reactor. By taking two light elements and colliding them under extreme speed and pressure, a heavier element and energy are produced.
[Mark's] goal is to lasso in investors to earn enough money to build a larger Bussard Reactor, which will hopefully produce as much energy as it consumes. Free energy at only a couple million dollars; who wouldn’t pass up this opportunity?
The Genearic HID tool is meant as an easy way to create your own human interface devices. The project has the added benefit of showing us how to hack the hardware on the AT90USBKey developement board. The AVR-based device, which we saw used to make an SNES cartridge reader, comes in at just over $30 but with a few caveats. First, the breakout pads for the pins are not 0.1″ pitch and require some creative soldering to get at them easily. But the walk through also covers converting the board to run at 5v when in USB host mode, and altering the populated components to reclaim pins on the AT90USB1287 chip. The fun isn’t limited to this board, there’s also a home brew alternative based around the same chip.
We don’t know how we missed this when it first came out, but there is a hack out there that combines a .22 caliber pistol with the video game Half-life. Simple is best and that motto is in use here. A wall was built down range to use as a projection screen. Accelerometers mounted on the drywall report vibration data from the bullet strike which is used to triangulate its location. This targeting data is then sent to the game interface.
As you can see in the video after the break this works like a charm. The [Waterloo Labs] personnel that developed this are also responsible for that iPhone controlled car. The antics we witnessed in that project carry over to this one as they illustrate using the setup to play Half-life with a couple of shovels at 2:12 into the clip. Read the rest of this entry »
We all love blinky lights. What we love even more than blinky lights is a very detailed tutorial with great photos. [Richard Kline] has written this fantastic tutorial on how to build a large 5×7 LED matrix and control it with a PIC processor. The bulk of the body is a foam insulation board, covered with a diffuser. Source code and schematics are available for download from the site. If you’ve ever thought about getting into PIC processors, this would be a great beginner project.