Light-sensing Circuit For Power Saving Applications

light_sensing_circuit

Instructables user [MacDynamo] was thinking about home security systems and wondered how much electricity is being wasted while such systems are powered on, but not activated. He pondered it awhile, then designed a circuit that could be used to turn a security system on or off depending on the time of day, but without using any sort of clock.

His system relies on a 555 timer configured as a Schmitt trigger, with a photoresistor wired to the reset pin. When the ambient light levels drop far enough, the resistance on the reset pin increases, and the 555 timer breaks out of its reset loop. This causes the circuit to power on whatever is connected to it. When the sun rises, the resistance on the reset pin drops and the 555 timer continually resets until it gets dark again. He notes that this behavior can be easily reversed if you were to put the photoresistor on the trigger pin rather than the reset pin.

We like the idea, though we are a bit wary about using this for any sort of real security system. An errant insect or debris could cause the system to be turned on, and we’d feel pretty foolish if someone disabled our alarm with a flashlight. That said, this sort of circuit still has plenty of practical, power-saving applications outside the realm of home security.

NXT Machine Sorts LEGO Blocks Automatically

Smart people don’t put their toys away, they build machines to do it for them. Case and point: this NXT project which can sort LEGO pieces. Just dump a bucket of random blocks in a hopper on one end of the machine. One slice at a time, these plastic pieces will be lifted onto a conveyor system made up of several different belts, which allows for separation of the parts. One block at a time, each piece enters a specially lighted chamber where they are visually identified by the NXT brick. Once it identifies the block, a carousel of plastic containers rotates to place the correct home for the block below the output shoot seen above.

So do we now have a completed LEGO circle of life? Not quite. You can build structures automatically using a 3D LEGO printer and this sorter will have no problem organizing the parts for that purpose. But we still need a LEGO machine that can tear assembled bricks apart.

Continue reading “NXT Machine Sorts LEGO Blocks Automatically”

MIDI Drum Interface Helps You Step Up Your Game

rb_drum_trigger

[Dan] likes Rock Band, but playing it makes him feel as useful as a one-legged man in an ass-kicking a drumming contest. He says that even using his friend’s ION kit leaves him searching out excuses as to why he’s not as good as he should be on the drums.

Eventually, he decided that he would settle things once and for all. The final excuse he came up with was that it is too difficult to press the drum pedal rapidly without getting tired, as the Rock Band gear does not properly simulate real drum equipment. Bass pedals on professional kits are weighted and balanced to allow the drummer to exert the least amount of work for the most return, resulting in a less tiring experience.

To give him a leg up while playing the game, he decided to rig a trigger to his Yamaha MIDI bass pedal, which is properly weighted. He consulted the Rock Band forums, and after looking at a couple of different circuit diagrams, he designed his own. He etched a PCB, mounted his SMD components, and was well on his way to becoming a drum legend.

He says that the pedal interface works quite well, and despite a couple of tiny soldering setbacks, he has yet to see any errant hits register in-game.

Be sure to check out the video below of his drum trigger undergoing some tests.

Continue reading “MIDI Drum Interface Helps You Step Up Your Game”

Converting From Clutter Closet To Dreamy Datacenter

[DocDawning] had a nice home network up and running, but the messy pit housing the hardware made him avoid that part of the house. In an effort to cut down on noise, and clean up the clutter, he built himself a very nice data center inside a small closet.

One of the biggest changes in the setup provides adequate cooling. He cut a vent hole into a wall shared between the closet and a hallway. This was just the right size for a few large cooling fans which suck air into the enclosed space. But cool-air intake must be accompanied by hot-air outflow so he added an exhaust vent in the ceiling. This also received a trio of big fans, and as you can see above, the integrated LEDs act as a light source for the server farm.

The final part of the plan involved machine-specific brackets mounted to the walls of the enclosure. These racks were built out of 1×1 white wood. They hold the hardware in place leaving plenty of room to run cables. The new setup even opened up enough wall space to mount power and networking hardware. Now everything has its place, and [DocDawning] can finally close the door on his noisy servers.

Mayor Is A Hacker And Wants To Use DIY Parking Meters

The Mayor of Silverton, Oregon is a hacker and wants to use roll-your-own hardware in the town’s parking meters. It’s not that he thinks he can do a better job than companies selling modern meters (although there have been notable problems with those), but he wants to retain the sentiment of the 1940’s era parking meters that are being replaced. Those meters are known as penny parking meters, because you can get 12 minutes of time for just one penny.

Many municipalities have gone digital with parking payment systems due to costs associated with servicing mechanical meters and collecting coins from each one of them. This hack aims to keep the look of the vintage meters, but replace the mechanical readout with a digital screen. The meter would still offer a reasonable parking deal; five minutes for free. Cost for replacing the internals is estimated at $150 per meter… which seems just a bit high if they are looking at a 250 unit run. The main problem that we see with the idea is that the original parking meter bodies don’t have a slot which can accept quarters.

[Thanks Rick]

Sequencer Built On A Cycle II FPGA Board

[Matt’s] finishing up his computer science degree. As part of a class assignment he programmed his own sequencer which runs on a Cyclone-II FPGA development board. We’ve embedded a video below the fold that shows you what it can do. The buttons and LEDs offered on the board actually allowed him to create a nice user interface. Each slide switch has a surface mount LED above it, giving feedback for which beats in the loop are on and off. There’s also a bank of momentary-push buttons seen in blue above. [Matt] uses these to tweak settings like the pitch that is stored for each slide switch. He even puts on a light show with the VGA output.

We’ve seen this Altera board before, used to drive a falling sands game. The hardware will run you around $200 but that’s not bad considering all of the fun things you can do with it.

Continue reading “Sequencer Built On A Cycle II FPGA Board”

Body Heat Sensing PC Security System

lockifnothot

[Didier Stevens] wrote in to tell us about a little piece of PC security software he put together recently. His application, LockIfNotHot, works in conjunction with your PC as well as an IR temperature sensor in order to lock your computer the moment you step away.

The theory behind the system is pretty simple. Basically, the IR temp sensor monitors when you are at your desk, sensing your presence by the heat your body gives off. As soon as you step away however, it locks the computer since the temperature of the surrounding area immediately drops. It’s pretty simple, but as you can see in the video below, it works quite well.

The software has configurable set points and timeout values, which make it flexible enough to adapt to your specific situation. He happens to use an off-the-shelf IR sensor, but we assume any USB temperature module will do the trick. If you happen to work with sensitive information but often forget to lock your workstation, this is the program for you!

Continue reading to see a quick demonstration of his software in action.

Continue reading “Body Heat Sensing PC Security System”