Automated Light Painting Makes It Easy

DSC_00027

What can we say — we’re a sucker for projects that feature our favorite logo. This is the Parallax Propeller Automated Light Painting Machine  — and no, it’s not a persistence of vision setup.

[Daniel], [Nathan], and the folks over at Embedded Aesthetics are big fans of Hack a Day and are very excited to share their new project. It’s a fully automated light painting setup that features an X-axis slide, a strip of RGB LEDs, a Parallax Propeller (microcontroller), and a DSLR — all you have to do is choose an image, and press start.

They first started light painting with their LED Paint Brush, an equally awesome, but slightly less automated tool. They’ve created this one to be a bit more interactive — in fact, you can actually go on their website, upload an image, and it will paint you a picture! But… it’s not available right now.

Continue reading “Automated Light Painting Makes It Easy”

Smart Kegerator Bills Based On Beer Consumption

Kegerator ownership is awesome, but it has its downsides. It’s hard to keep track of who drank what without cans or bottles to count. [Phil] was looking for a good solution to this problem when it came to sharing beer with his roommates and friends and has just completed the first iteration of his smart kegerator.

He has devised a system based on a Raspberry Pi.  His software recognizes the face of the person pulling a beer and adds a charge to their tab based on the price of the keg and the volume of the pour. The system also keeps track of current and historic temperature and humidity values inside the kegerator, and everything is displayed on a Mimo 720S touch screen.

[Phil] has a flow meter on each keg to detect and monitor pouring. This triggers the Pi camera module to run the facial recognition. The walk-through found after the jump might be a bit confusing; at the time it was recorded, the unit was only capable of facial detection. [Phil] wrote the UI in QT and C++ and used Python scripts for the flow interrupts. His plans for future iterations include weight sensors underneath the kegs, liquid probe thermometers for more accurate beer temperature readings, a NoIR Pi camera module for low light conditions, and a really snazzy UI that you’ll see on his build page.

If you don’t have a Pi, here’s an Arduino-fied kegerator that reports temperature and controls beer cooling.

Continue reading “Smart Kegerator Bills Based On Beer Consumption”

Remote Shutter Release Lets You Be A Hipster From A Distance

camera shutter

So, you’re taking high resolution photos with your ancient medium format film camera — but you can’t be at the camera. Well, if you’re [curlyfry562] you build your own remote controlled mechanical shutter release!

Due to the age of the film camera, there really aren’t many (or… any?) off the shelf solutions to this problem. Especially not with the list of project goals [curlyfry562] came up with:

  • It must be triggered by a remote TTL signal
  • The wireless range must be at least 100ft
  • It has to be reliable — medium format film is expensive!
  • It needs to be easily mountable and removable

With his goals clearly set, he began work. He’s using 2.4GHz xBee modems which have a DIO pin — if you link up two for DIO line passing, then they act as clones of each other — change the state of one, and the other one follows. Using this he’s wired up the output to a microcontroller, which than powers a servo to depress the mechanical shutter release. It’s actually quite brilliantly simple.

If you don’t need quite as much range — check out this remote shutter release made from a wireless doorbell!

[Thanks Daniel!]