Monday, March 2, 2020

Flying Laser Tag Gun



I've picked up a new project around laser tag.  A few years ago Flite Test showed off a prototype laser tag system that mounts on an RC airplane.  It generated alot of excitement about the concept but the system never came to market.



There was a little discussion and excitement on their forums over the last few years about how to do it.  At least one project got started and has some impressive demos.  It isn't for sale yet and isn't open source so you can't pick it up and build it yourself.  With a little time off this year I decided to see if I could get the most basic system up and working.  The goals are:
  • Easy to add to an existing plane
  • Works with existing LTX/LTTO taggers for ground-to-air and testing
  • As simple to build at home as possible

The code and build instructions are going up on github.


The basic setup is identical to a LTX tagger.  Two status LEDs give the health and ammo counters.  The FPV camera provides the pilot a view of the status LEDs on the wings and chasing planes should be able to at least see the whole strip flash red on hit to get feedback.


The wiring is pretty simple and the whole thing should easily fit on an Arduino shield.  It could be miniaturized with more work.



I've ordered a batch of PCBs to make an actual sheild which should be a little more robust for mounting.



I am also designing a number of 3d printed parts for mounting the IR LED, lens and a case for the Arduino.





Thursday, December 12, 2019

Another laser tag hosting station!

It looks like a developer in Australia picked up the code and created a different hosting software for Mobile.  Really cool.



They also made an alternative hosting station.  It looks like Lazer Swarm is not selling theirs anymore.  This one has a fancy screen!









Hosting Software: https://github.com/rmick/Combobulator
Relay: https://github.com/rmick/CombobulatorRelay

And you can buy it here:
http://www.bushandbeyond.com.au/combobulator.html

Monday, September 14, 2015

Scorched Earth

So I built a simulator ... of of objects loose inside of a spinning drum with no gravity.  I am thinking Scorched Earth, unless I hear a better suggestion.

Monday, February 2, 2015

Flying Cows


My newest game in action.  You can pick up cows and fly them around.  Who needs more gameplay then that?

github: https://github.com/afaucher/space-boat


Tuesday, June 3, 2014

Lazer Tag Spinoffs!

It looks like someone forked the LazerTagHost code and added glorious features!


They even sell the base station in a swanky case!

Thursday, February 7, 2013

Indie Lan


I was writing up a list of multiplayer indie games that look to be worth trying with a big group.  This is the list I came up with:

Known Good:
Looks Interesting:
Find more: http://www.pixelprospector.com/

Monday, May 28, 2012

PortWatch, a UPnP gateway monitor applet


I got tired of having wacky issues with UPnP port forwarding on my router with no ability to determine what is going on. I had used miniupnpc in TankTank and so was familar with the interface so I took it and feedindicator, mashed them together and came up with my own app to list current UPnP port mappings off the router and pop up notifications when the current routings change.

Yay for lazy holidays. The code is up on github as always. Under GPL3 due to feedindicator doing the same. The code itself isn't pretty, I still don't claim to know python.