PC Monitor Sleep Mode Using IPhone

[Mike Silverman] rigged up a way to make his monitor sleep from an iPhone. Working with a Windows system, he installed QuickPHP and NirCmd to add PHP and command line controls. Some quick PHP code writing and this has the effect of creating a sleep button toggled via a network address. He loads up the IP and port information in the Safari browser of his iPhone, creating a Home Screen short cut seen in the image above. Now he clicks on the button and puts the screen to sleep.

It’s not that we find this functionality useful since most monitors sleep after a few minutes of inactivity. But we like the methodology and you can bet we’re already planning uses for this. Any PHP server (like the copy of Apache running on this machine) will do as long as it’s on the same LAN as the iPhone’s WiFi connection.

Build A Pong Gaming Console

A lot of thought went into [Patrick Mccabe’s] Pong gaming console build. He used components we’re familiar with; an Arduino as a controller, 8×8 LED modules as the display, and potentiometers (with fancy knobs) in project boxes as the controllers. But every step along the way he took care to build this cleanly and robustly. Even the MAX7219CNG drivers for the six LED modules reside on PCBs from a fab house. The finished project is something you’d be proud to pull out and play when you have friends over. Even if they’re not part of the geek elite we think they’d enjoy a game or two. Great job [Patrick]. We hope to see an internalized microcontroller and scoring in your next update!

Want to do this but the cost of the matrix drivers scared you away? Follow our tutorial to build your own display using an AVR for the multiplexing.

Make A Point-and-shoot See Infrared Light

[Daniel Reetz] has caught the Kinect hacking fever. But he needs one important tool for his work; a camera that can see infrared light. This shouldn’t be hard to accomplish, as the sensors in digital cameras are more than capable of this task, but it requires the removal of an infrared filter. In [Daniel’s] case he disassembled a Canon Powershot to get at that filter. There’s a lot packed into those point-and-shoot camera bodies and his teardown images tell that tale. He also ended up with extra parts after putting it back together but that didn’t seem to do any harm.

After the break you can see video that shows the Kinect’s speckled IR grid, which is why he needed IR sensing in the first place. But there’s also some interesting photos at the bottom of his post showing the effect achieved in outdoor photography by removing the filter.

The flash never made it back in the camera. That’d be a perfect place for an IR light source. You’d end up with a night-vision camera that way.

Continue reading “Make A Point-and-shoot See Infrared Light”

CRT Art: Wobbulator

The Wobbulator is a black and white CRT television that has additional hardware to manipulate the electrons as they bombard the phosphor layer of the screen. It was created by [June Paik] and you can find it at The Experimental Television Center. [Blair Neal] took some time to share the background information and some video on this interesting device.

The television has a second ”yoke” of coils around the ray tube. The TV still functions normally with these coils installed, but running a signal through them can further manipulate the picture. Hook, them up to a function generator and you can get some pretty wild effects. In this case, the signals from a sound generator are controlling the coils, resulting in the audio/video artwork which you can view after the break.

Continue reading “CRT Art: Wobbulator”

Making Model Rocket Motor Igniters

[Stephan Jones] has an easy method for making your own model rocket engine igniter. The solid state motors used in this hobby consume one igniter with each electrically triggered launch. Whether you’re making your own motors or not, this construction technique should prohibit you from every buying an igniter again. The process involves bending some nichrome wire around a paper clip, adding some structural support to the leads using masking tape, and insulating the business end with a quick dip in paint.

Now would be a good time to send us your launchpad hacks. All we’ve seen so far is a launchpad for water rockets.

[via Make]

Paper Touchpad

If you don’t mind getting your fingers a little dirty you can replace your mouse with a piece of paper. [Dr. West] made this touchpad himself, which measures signals at the corners of the paper using four voltage dividers. The paper has been completely covered with graphite from a pencil (which we see in hacks from time to time), making it conductive. The user wears an anti-static strap that grounds their hand, allowing an Arduino to calculate contact points on two axes when a finger completes the circuit. See this controlling a cursor in the video after the break.

Continue reading “Paper Touchpad”

How To Weigh A Bee Hive

Did you know weighing bee hives was even necessary? Of course it is. Monitoring hive weight can tell a beekeeper a lot about the size of the swarm, their harvesting habits, and the yield they are producing.

We had to cover this hack because it’s a fine piece of engineering. [Trearick] designed a bee hive scale that lifts one side of the hive to calculate weight. Using easy to find metal brackets, a hinge, a pulley, and some plywood he built a prying device. The three teeth slip in between the hive and its base and can be separated by squeezing together the plywood handles on the opposite side. This lifts one end of the hive, measuring the force needed to do so using a luggage scale. The readout should be roughly 1/2 the total hive weight. This measurement takes seconds to complete, uses a bulb level on the scale to help ensure consistency, and creates little or no disturbance to our flying friends.

It’s nice to see a Hymenoptera hack that helps in giving bees a healthy place to live, instead of killing wasps.