TinkerKit, Physical Computing Toolkit

tinkerkit

TinkerKit is a collection of 20 different sensors and 10 actuators. It’s meant to make prototyping of physical computing devices much quicker/easier. The devices plug into a Sensor Hub Arduino shield. There is also a similar hub board that can emulate a keyboard; it translates sensor input directly to key strokes. It looks like a very ambitious project and it’s still in development. We love the idea though and think the wide variety of components will foster better final designs. The TinkerKit site covers the current component lineup and there’s a demo video embedded below.

Continue reading “TinkerKit, Physical Computing Toolkit”

Mobius Circuit

[flickr video=3252983302]

We don’t want your brains to explode, so just trust us that this is a truly one sided circuit. Being a mobius strip means that this circuit has uber geek bragging rights. Beware, your friends who have never heard of a mobius strip will argue until they are blue in the face that there are two sides to it. The circuit they chose was fairly appropriate, an LED “chaser”.

Pseudo 3D Chat

3d_video-conference

[Chris Harrison] and [Scott E. Hudson] have built a novel system for faking a 3D video chat session. Their implementation separates the image of the chat participant from the background. They then dynamically reposition the video based on the movement of the viewers head. Their using the OpenCV library to do facial recognition (just like the Laughing Man demo). The 3D effect is very similar to what you see in [Johnny Lee]’s Wiimote headtracking. A video of the pseudo 3D chat is embedded below.

Continue reading “Pseudo 3D Chat”

Water Powered Jet Pack

waterpack1

We’ve all dreamt, with tears in our eyes, of one day flying with a jet pack. The inherent danger of falling and/or exploding were almost as much as of a deterrent as the price tag. Now, that dream is closer to our grasp. This system, looks like it is basically just a pump that drags along behind you pushing water through nozzles on your back. You can see a video of someone flying around on one here. We think that the theme song should actually come with the unit and be broadcast at all times.

Ferric Chloride Etching Chemistry

[ladyada] has republished an interesting snippet from the synthDIY mailing list. [David Dixon] discusses the actual chemistry behind ferric chloride based home circuit board etching. He concludes that ferric chloride is essentially a ‘one-shot’ oxidant. It can’t be regenerated and can be difficult to dispose of properly. The use of acidified copper chloride is a much better path and becomes more effective with each use, as long as you keep it aerated and top up the acidity from time to time. This etchant solution is actually the result of initially using hydrogen peroxide as an oxidant along with muriatic acid. You can see us using this solution in our etching how-to and while creating the board for our RGB lock. For more information on using hydrogen peroxide, check out [Adam Seychell]’s guide and this Instructable.

Aside: [ladyada] has added the receiver code to the Wattcher project page.

MegaUpload Captcha Cracking In JavaScript

megaupload-the-leading-online-storage-and-file-delivery-service

This was certainly the last thing we expected to see today. [ShaunF] has created a Greasemonkey script to bypass the captcha on filehosting site Megaupload. It uses a neural network in JavaScript to do all of the OCR work. It will auto submit and start downloading too. It’s quite a clever hack and is certainly helped by the simple 3 character captcha the site employs. Attempting to do the same thing with ReCAPTCHA has proven much more difficult.

UPDATE: [John Resig] explained of how it works.

[via Waxy]