[Adam] made a remote camera trigger that uses a laser. He had to install CHDK on his camera, which we’ve featured in a how-to, in order for it to work. CHDK allowed for a remote shutter trigger through the USB port. The laser bounces off a mirror and onto the photoresisitor hooked up to an Arduino. When the beam is broken, the Arduino sets off the trigger. He also plans to use the trigger to tweet over ethernet. Embedded is a video demonstrating its functionality.
Year: 2009
IPhone 3G S Teardown
Already, both Rapid repair and ifixit have torn down the new iPhone 3G S, and phonewreck has provided some analysis. The new CPU runs twice as fast at 600 MHz and supports 720p video. They also found that the new 3 megapixel camera took better photos. Surprisingly, despite apple’s claims that the new phone has significantly better battery life, the battery itself has only 6% more capacity. Overall, not much has changed.
[Related iPhone 3G under the hood]
IPhone PwnageTool Released
The iPhone dev-team has released an updated version of PwnageTool. It supports jailbreaking iPhones using the 3.0 firmware. This update does not include the much easier to use QuickPwn, but it should be coming soon. The release also doesn’t include the UltraSn0w unlock which will be coming via Cydia.
[photo: edans]
Arduino Powered CD Changing Robot
[ross], a reader is working on a CD changing and ripping robot. The arm picks up a CD and the platform then rotates, stopping in front of the tray to drop the CD. A JB welded tire pump provides the vacuum pick up, while a brake light acts as a resistor to trick a PC power supply into operation. A Motor Shield beefs up an Arduino in order to drive the servos.
Microcontroller Cheat Sheet
[Alex] put together this handy cheat sheet to make pinout lookups much quicker. It covers the most common chips from the AVR line, ISP headers, and FTDI cables.
Bolt-action Coil Gun
TechEBlog has posted a few pictures of a student constructed coil gun. It’s bolt-action and includes a six round magazine. The gun only has a single stage to accelerate the projectile. While not as impressive as the portable coil pistol, it’s still more fun than most shop projects we’ve seen. You can find a video of the device below.
Meat Thermometer Using Predictive Filtering
The guys over at NerdKits put together a really informative video on a meat thermometer using predictive filtering which is viewable below. The video, supplemental text, and code is available on their website. The thermometer is constructed of a LM34 temperature sensor attached to a piece of 12 gauge solid copper wire. The thermometer signal is processed on an ATmega168 microcontroller and visualized using the pygame library for python. The real gem in this project is their excellent explanation of predictive filtering, which could easily be utilized for a large number of projects.
Continue reading “Meat Thermometer Using Predictive Filtering”