3D Modeling Out Of Thin Air

kinect_3d_modeling

It seems that with each passing day, the Kinect hacks that we see become exponentially more impressive. Take for instance this little number that was sent to us today.

[sonsofsol] has combined several open source software packages and a little electronics know-how to create one of the more useful Kinect hacks we have seen lately. His project enables him to manipulate 3D models in GEM simply by moving his hands about in front of his Kinect sensor. Using OpenNI and Ubuntu, all of his actions are tracked by the computer and translated into actions within the GEM 3D engine.

To make things easier on himself, he also constructed a pair of electronic gloves that interface with the system. Using an Arduino, the gloves send different complex commands to the 3D modeling software, just by touching different pairs of fingers together.

You really need to take a look at the video embedded below to get a feel for how complex [sonsofsol’s] “simple” mesh modeler really is.

Looking for more Kinect fun? Check out these previously featured stories.

[Thanks, Jared]

Continue reading “3D Modeling Out Of Thin Air”

Passcode Protected Laser Tripwire Alarm System

laser_tripwire

Sometimes security doesn’t need to be overly complex to be effective. Instructables user [1234itouch] recently built a simple laser tripwire alarm that can be mounted virtually anywhere, complete with a keypad for disarming the device.

He mounted a photo cell in a project box, along with an Arduino and a 12-button key pad. A laser pointer is aimed at the photo cell from across a gap, which results in a steady voltage being read by the Arduino. When the laser beam is broken, a drop in voltage is detected, and the alarm sounds until you enter the proper pre-configured passcode. Entering the passcode triggers a 15 second grace period during which the the alarm cannot be tripped again.

It might not be built with triple-thick steel doors and thermo-sensors, but it’s a simple device for simple needs. In its current form it could be pretty useful, and with a little reworking, there are a wide range of things it could be used for.

Continue reading to see a demo video of the tripwire alarm, and be sure to check out these other tripwire-based security systems.

Continue reading “Passcode Protected Laser Tripwire Alarm System”

Lol Shield Theatre Brings Online Video To The Pixelated Screen

lol_shield_theatre

[FallDeaf] bought a Lol Shield, and after making all sorts of blinky displays, he thought to himself, “What in the world can I use this thing for?”

In a really slick fusion of hardware, software, and the power of the Internet, he has created what he calls, “Lol Shield Theatre”.

The idea goes something like this:

You visit his site, and create your own “movie” by drawing on his virtual Lol Shield. Add as many frames as you would like, set the frame rate, then submit your creation. From there, you can download an Arduino sketch that contains your entire animation so you can play it on your own Lol Shield. You can also visit his Lol Shield gallery, where you have the ability to watch, download, and vote on movie submissions from other visitors.

He has also provided the source code to drive your Lol Shield, as well as created an API through which you can stream the various animation feeds from his Lol Shield gallery directly to your Arduino via a USB cable.

Be sure to check out the video demo we have embedded below, and show off your pixel cinematography skills over in the theatre.

Continue reading “Lol Shield Theatre Brings Online Video To The Pixelated Screen”

Water Droplet Sculpture Using LEDs And Arduino

This water sculpture can stop drops of water in mid-air. This is accomplished by flashing LEDs to illuminate the droplets at just the right time. But it’s not limited to blinky lights alone. The top of the frame has eight nozzles, each fed by its own pump. An Arduino controls the pumps and the lights making it possible to create different motion effects by adjusting how events line up. For instance, the image above shows just two of the water nozzles on, but in the video after the break it appears one is dripping downward while the other is dripping upward.

Alas, there’s few build details for this but the source code is available for downloading. If we were going to build one of these ourselves we’d probably try to regulate the drips using some solenoids built from scratch. How would you do it? Leave your ideas in the comments.

Continue reading “Water Droplet Sculpture Using LEDs And Arduino”

Interactive Punching Bag

If you need a sparring partner, and do not want to be dependent on finding a willing partner at any random time, then maybe this Interactive Punching Bag will be some interest to you. [Lior], having studied Karate for a while now, originally envisioned a robotic arm that would punch at you using the Texas Instruments Chronos or the Microsoft Kinect as input, though after some initial messing around he decided to scrap that plan and thought “how hard is it to place some LEDs inside a punching bag and sense some force using an Arduino?”

After about a day and a half, using parts from around the shop and a trip to radio shack, he was able to complete his goal, and left some room to expand in the future. The bag currently features 3 resistive sensors, 3 LED’s, and is using a laptop for feedback, though an LCD is on its way. The expansion room allows for 3 more sensors and LED’s for twice the action and more complex games.

Speaking of games, the punching bag currently has 3 different exercise programs, as many punches as you can in 30 seconds mode, a programmable sequence mode, and random which occasionally punches back. Join us after the break for a quick video, and check out the page for details and a pile of pictures.

Continue reading “Interactive Punching Bag”

Arduino Thermo-cam

[Maxbot] wanted a inferared themo-cam that he could use to scan an area and display the results on his computer, the result is this Cheap-Thermocam. This little device is a inexpensive thermal sensor mounted on a pair of servo’s for XY scanning, custom java software and an Arudino to mate the two.

The sanner does a limited but still useful resolution of 42×32 pixels. To help out with smoothness of the colors, every other line of the finished product is interpolated against its neighbors. It takes the device about two minutes to measure each of the 1344 points, but what it lacks in speed it more than makes up for in cost, boasting around 100$ build cost, and ease of construction.

While exact details of what parts you need and how to hook everything up is lacking at this moment, there is a page in the works that will let you know all the good details “soon”, though if you are inspired to replicate one of these nifty devices it seems the most difficult part would be tapping into the sensor’s electronics and the custom software.

Cheap, hacky, and even comes with its own roll of duct tape. We have a short video for you after the break.

Continue reading “Arduino Thermo-cam”

Beginner Concepts In Electronics And Arduino

arduino_tutorial_series

[Jeremy] is all about the Arduino, but also into helping people get started working with electronics. He has put together a series of videos on his web site which discuss the basics of using an Arduino. Having just published his tenth tutorial, he dropped us a line to let us know. His videos cover a wide range of topics and include source code, schematics, and a full parts list to help you follow along with him.

While the core of his lessons focus specifically on how to use the Arduino to perform particular tasks, he does introduce the viewer to many different concepts along the way. He covers PWM, button debouncing, interrupts, SPI communications, analog inputs, and more – all of which are must-know topics that extend beyond the realm of experimenting with Arduinos.

The videos run anywhere from 6 to 20 minutes in length, so you will want to set a block of time aside if you plan on checking them out.

If Arduino-specific videos aren’t your thing, he also has a series of general tech-related videos on his site as well which may be of interest. Otherwise, stick around to see the latest in his series of tutorials.

Continue reading “Beginner Concepts In Electronics And Arduino”