Phaser-to-laser Mod Puts Out 465mW

Here’s another Star Trek phaser toy with a laser added. [Jay] started with a 1994 Star Trek phaser and added a 12X Blu-Ray diode. The sound effects of the toy still work, a nice touch that you can check out in the video after the break. That video shows him popping balloons with the laser, a feat made possible by the 465 mW that it puts out when the diode is driven at 320 mA of current. He’s made a nice carrying case for the weapon but we didn’t see a spot in there for protective glasses like we’ve seen with other phaser hacks. He did make one safety consideration by adding a safety switch and indicator LED to signal when the laser diode is armed.

Continue reading “Phaser-to-laser Mod Puts Out 465mW”

194 Transistor Clock Will Blow Your Mind

It’s nice to have tip put on our desks that we think everyone, yes everyone can enjoy. The Transistor Clock is just as its name implies, A clock that doesn’t rely on ICs. 194 Transistors, 400 resistors, 566 diodes, and 87 capacitors are all that makes this clock tick – no programing, and most importantly no Arduino. The clock is offered as a kit, but there is a complete parts list and manual (including debugging help) so anyone can build (and fix) their own. The Transistor Clock might even beat out the VFD Clock and the Word Clock on the ‘pure awesome’ scale, tell us your favorite in the comments.

[Thanks Hoopstar]

Set Phasers To “blind”

enterprise-phaser-pistol

[Directive0] added a 200mW laser to his Enterprise Phase Pistol toy. This joins the ranks of hand-held laser hacks that we’ve seen around here lately. His build makes use of the stun and kill settings of the toy to switch between different modes. The built-in 9 volt battery holder is tapped into for power. When set to stun, the stun LED indicator is illuminated and a trigger pull sends current limited electricity to the laser diode. When the kill (or blind) setting is selected, the appropriate LED is illuminated and the trigger sends the full current from the battery to the laser diode. Power regulation is managed by the driver circuit for the laser.

This build preserves the unmodded look of the toy gun. [Directive0’s] inclusion of protective glass should fend off the warnings we usually see in the comments of these types of hacks.

Laser Raygun Boasts 300mW, Hunts Klingons

Phasers come with two settings: stun and kill. [Luke] took this seriously when he put two Blu-ray lasers into a toy raygun. He picked up the toy from Amazon for about twenty bucks and set to work.

The laser diodes are both pulled out of a 6x BD-R burner, which we think is a pretty expensive source to scavenge from. [Luke] removed the toy circuitry, reusing the trigger, top switch, and battery pack. The two diodes are mounted on a swiveling carriage which is turned 180 degrees to switch between the two diodes. A boost driver converts the 3v from the batteries up to 7v for the diodes.

This is a skillful conversion and [Luke] should be proud. Don’t miss the video after the break and if you’re thirsty for more take a look at the last hand held laser we featured.

Continue reading “Laser Raygun Boasts 300mW, Hunts Klingons”

Firework Ignitors And Controllers Roundup

fireworks ignitor

With the 4th of July around the corner, we thought it would be a good idea to give a controller wrap up and show you how to make some ignitors. Last year we covered a microcontroller based fireworks launcher. If you like the idea of a controller but don’t want to run all the wire, we have the wireless fireworks controller. Adding a little twist to the wireless scene are cell phone triggered fireworks. Maybe controllers are not your cup of tea, you could try to microwave your fireworks. After the break we show you how to make ignitors from a diode and a match.

Continue reading “Firework Ignitors And Controllers Roundup”

Make Your Own LEDs

diyled

Ever wanted to make your own LED? You might be tempted to after reading how easy it is. No, this won’t really be a practical LED that you would use to light a project, but it is very cool anyway. [Michael] picked up a box of Moissanite, or Silicon Carbide, on eBay for roughly $1. Making the LED is as easy as putting your positive lead to the crystal and touching it with a sewing needle attached to a negative lead. He has tips on how to get the best results as well as a little bit of history of LEDs on the site.

[thanks Andreas]

Working With Relays

relay

SparkFun’s latest tutorial shows you how to work with relays. A relay is an electrically operated switch. In this case, they’re using it to switch a 120V AC outlet. The article carries the standard warnings about how not to kill yourself with AC (plus some non sequitor linking throughout). As an extra precaution, they chose a GFI outlet. You probably know how a relay works, but it’s worth seeing how they implemented it. They use a transistor to prevent overloading the microcontroller’s GPIO pin. The control pin is pulled to ground to keep the relay off. A diode is placed across the relay coil to manage the power flow when it discharges. An indicator LED is included to show when the relay closes. This is a great foundation for an automation project, or maybe you just want to terrorize your cat.