As [Brad] over at the LVL1 hackerspace watched his friend build a Laser tag/tazer mashup for Makerfaire Detroit 2012, he noticed these new laser tag guns were really cool. These Light Strike guns have an impressive array of electronics for a $30 toy, but there was still much to be desired. [Brad] decided to reverse engineer these guns and work on a drop-in replacement for the game’s electronics so people like his friend can hurt themselves more easily.
The Wowwee Light Strike guns operate with IR LEDs, so the obvious solution for decoding the laser tag protocol would be the Arduino IR remote library. [Brad] had a bit of trouble getting his Teensy to read the IR data correctly, but after connecting everything up to a logic analyzer he had the data format figured out.
Now [Brad] has the Light Strike data format figured out and is theoretically able to make his own guns that are compatible with the off-the-shelf laser tag system. It’s also possible for [Brad] to extend the capabilities of this laser tag system by using the ‘health’ function to create a medi gun, or build a gun with a larger magazine for a laser tag mini gun.
If you’d like to build your own version of laser tag compatible with the Wowwee Light Strike, you can grab all the code on [Brad]’s git.