DIY Night Vision Monocle

This interesting mashup shows it’s easy to make your own night vision goggles. It makes use of just a few parts; the viewfinder from an old camcorder, a low-light security camera module, and a collection of infrared LEDs.

The low-light camera is capable of detecting infrared light, which is invisible to our eyes. If you shine the right IR LEDs on an object, they will cast enough light for the camera to clearly view the objects around you. The camcorder viewfinder is nothing more than a compact way to display what the camera sees. This would be easy to accomplish with a wearable display. It is also beneficial to have a large IR light source so you may consider modifying that giant LED flashlight you’ve been meaning to build so that it operates in the infrared wavelengths.

This project comes from the same source as the Laser Microphone we looked in on last month. Just like that one, there’s plenty of extra information about this build. There’s suggestions for choosing and focusing a light source. This includes using lasers as the source, and binoculars for long-range viewing.

R/C PPM Hacked

[Thomas Pfeifer] has taken the PPM signal produced by model aircraft wireless controllers, and with an ATMega8, converted the signal to act as a USB joystick. Which means you can now use a standard R/C remote control to fly model aircrafts on your computer. Of course now with PPM decoded you could also use the signal to control any electronic device. Like your mower, iPod, and we’ve even seen remote controlled pellet guns. Catch a video of [Thomas] flying a simulated quadrotor helicopter after the jump.

[Thanks Max]

Continue reading “R/C PPM Hacked”

Android Apps Using Processing

Processsing has come to Android. [Jer] posted a guide to setting up the software and coding your first Processing app for Android. The module which supports Google’s mobile operating system is not yet part of the stable Processing release but it works and is available to download and use. It provides support for Android version 2.1 and newer, playing nicely with the SDK to emulate your sketches during development. The Hello World app seen above uses just a few lines of code to draw a white box on an orange background. After you’ve installed and tested the tools you’ll be developing in no time.

This makes a great addition to your Android development tool bag.

[Thanks Tech B]

USB Ports Hidden Inside Gaming Mouse

[Gigawatts] built a pair of USB ports into his mouse and there’s enough room to plug-in small USB drives and dongles. After seeing Thursday’s storage mouse hack he decided to tip us off about the post.

He started with a Logitech G5 gaming mouse. The wireless version of this mouse has a battery pack, but on the corded version this space is used for a weight cartridge. Since he didn’t really care about that feature he ditched the weights, added a USB hub inside, and positioned the dual ports as seen in the photo. The void is deep enough for the mouse to function normally while hosting medium to small-sized devices. This is a fantastic solution that’s at least as impressive as Apple adding USB ports to a keyboard. We’d love to see it as a factory option.

Update: Video after the break

Continue reading “USB Ports Hidden Inside Gaming Mouse”

Open Source Pick-and-place

This is a vacuum tweezers head for an open source pick-and-place. Those are the machines that professional printed circuit board manufacturers use to populate a circuit board with components before heading to the reflow oven. [Drmn4ea] built it with at-home rapid manufacturing in mind. The black orb on the left is a webcam for optical placement. The needle in the middle is an interchangeable vacuum-tool head. The motor on the right allows for different attachments to be swapped in automatically to suit a variety of parts.

This interfaces with a 3-axis CNC machine and should be easily compatible with a RepRap, Makerbot, or similar device. We wonder how he plans to handle reels of components, but this is a well-executed first step in the journey to a complete solution.

Want to see a professional pick-and-place at work? Check out one of SparkFun’s machines busy build a board after the break.

Continue reading “Open Source Pick-and-place”

Disco Drumming With Piezo Sensitive Lighting

[Wilfred’s] brother outfitted a snare drum with LEDs for Dutch Carnival. They faded through different colors randomly and were a nice addition to the normal looking instrument, but [Wilfred] suggested that the LEDs change color with each drum stroke. He set out to design a controller circuit to provide the functionality and ended with a small package based around an ATtiny2313 microcontroller. A piezo buzzer is used to detect the vibrations inside the drum, each hit triggering a different color combination. The LEDs fade to off after each impact as if dying along with the sound, and when not struck for 30 seconds the system defaults to a red heartbeat pattern. See for yourself after the break.

We’d love to see this feature added to each drum in one of those robotic drumsets. Continue reading “Disco Drumming With Piezo Sensitive Lighting”

Next Generation Arduino Manufacturing Problems?

[The Moogle] just got his new Arduino Uno; wow, that was fast. What should have been a happy unboxing turned sour when he took a close look at the board. It seems that it exhibits several examples of sloppy fabrication. The the lower-left image shows unclean board routing, a discolored edge, and a sharp tooth sticking out from the corner. The shield header shown in the upper left is not flush with the board, resulting in a weaker physical union and a crooked connection. There are vias that look like they’re not be centered in the solder mask, and areas where raw copper is exposed.

It saddens us to see this because the original Arduino boards were so well manufactured. Keep in mind that this may be an isolated case, and as of yet the company hasn’t been given the chance to swap out the board for one that has passed a more rigorous quality control inspection. But if you’ve already ordered one of your own, take a close look and make sure you’re satisfied with it upon arrival.

Not sure what we mean by next generation Arduino? Take a look at the new hardware that was recently unveiled.

Update: Here’s a direct response from the Arduino blog.

Update #2: [Massimo Banzi], one of the founders of Arduino, took the time to comment on this post. It details the organization’s willingness to remedy situations like [The Moogle] encountered and also links to the recent Arduino blog post.