Why its cool: Use a Sonic Screwdriver to turn on your computer!
Story: This project started, as I'm sure a lot of them do, as a result of boredom and the thought "Wouldn't it be cool if...". I am a fan of Dr. Who. Enough of a fan, I suppose, to spend money on a plastic replica of the good Doctor's Sonic Screwdriver (http://www.thinkgeek.com/geektoys/cubegoodies/8cff/). It was cheap, and it lights up and makes noise _ As a fan of the show (and a CPE/EE), I simply had to have it.
While pondering what to do with my time off, having recently graduated, and while playing with the Sonic Screwdriver, I had one of those "...Duuuuude, Awesome!" moments. And an hour or so and a transistor or two later, I have a device that allows me to do what you see in the video below:
Remove these ads by
Signing UpStep 1The Nitty Gritty
In a nutshell: The photocell is connected in a voltage divider circuit, resulting in a voltage between 0-5V applied to the analog input pin of the Boarduino depending on the amount of light detected. The on-board ADC gives a numerical value based on this voltage. If that value crosses a certain threshold, the digital pin connected to the Base of the transistor is set high, the motherboard power switch circuit is completed, and the computer turns on (or off).
Yes, the circuit can be triggered by any bright enough light source. Like a normal flashlight or, oh I don't know, a camera flash. But its just so much cooler to whip out a Sonic Screwdriver and be all like the Doctor and stuff...Right? Thought so _
A Note: The USB ports on my computer are powered as long as the power supply is on (even if the computer is not running). This provided the power needed for the Boarduino and allowed the circuit to function. I was able to run the USB cable out the back of the case and into a free USB port. Not the best way to power the circuit, I'll admit. I hope to have an updated version of this circuit that provides the same functionality in a more discrete manner. More on that later.
| « Previous Step | Download PDFView All Steps | Next Step » |











































www.instructables.com/id/Cheapy-Laser-Lighter-Burner/
http://www.indymogul.com/post/9066/wesleys-weekly-presents-the-sonic-screwdriver
granted, it's labeled sonic screwdriver, but looks more like a laser screwdriver. yet it's still very cool and simple.
As for the accidental triggering, it hasn't been a problem. The activation threshold in the code can be set to a level such that bright, direct light is required. Combined with where it is positioned in the case, there's no risk of accidental activation if, say, the sun is out and my blinds are open. Granted if direct sunlight fell onto the case, it might trigger it. But the way I have it set up, I don't have to worry about that.
Hmm, requiring both the Photocell and the IR sensor to be triggered might remove the 'camera flash' problem. I'll consider that, though I would like to avoid taking apart the Sonic Screwdriver if possible, hehe. Thanks for the suggestion!