Spring 2016 3DOT Goliath, Progression of Laser Tag components

 

By: Kevin Moran (Electronics and Control Engineer)

 

 

In this post we will explore the progression in the components explored throughout this project to make the Laser Tag game possible.

 

  • My first idea was to use a laser diode as the emitter and a Photo-resistor as the receiver.
    1. Pros:
      1. 15 meter range
      2. No Assembly required
  • Power dissipation of 75mW
  1. Cons:
    1. Dangerous to the human eye
    2. No circuit to build and learn from

 

Simplistic Laser Receiver build with Fritzing diagrams (Photo-resistor)

fritzing  danger

 

 

  • Since we are designing a 3DoT Rover that will be manufactured for children, the laser was discarded. My next idea was to use a simple LED alongside a collimator to simulate a safer laser beam.
    1. Pros:
      1. Safe to use
      2. 3 feet range
  • Power dissipation of 60mW
  1. Cons:
    1. Beam had a 3 inch diameter from 3 feet distance
    2. Did not meet the “cool” requirement

collimator

 

 

 

 

Red LED with collimator powered by a 4.5V power supply and       220ohm resistor

 

red with col

  • The third option to be able to satisfy our requirements for the laser tag game was to use a Photo-transistor as a receiver alongside an IR LED as the emitter
    1. Pros:
      1. Safe to use
      2. Will require PCB board to cancel our noise and filter signal
  • Analog voltage output can be manipulated
  1. Cons:
    1. Output contains noise.
    2. Range has to be worked on
  • Not visible to naked eye

 

Although the range is not as impressive as the laser, this is a safe device to use, as Infrared Light is not absorbed by the human eye. By using this device I will be able to satisfy the rubric for the PCB schematic design, as I will be adding on a Schmitt Trigger, which will be discussed in the following blog post.

 

Emmiter/ Receiver

emitter

 

 

 

 

 

Voltage output using Arduino Analog Pins

 

output

 

 

 

 

This circuit still needs to be filtered out and passed through an Inverting Schmitt Trigger. The Schmitt trigger will filtered out the noise and using voltage resistors there will be two voltage thresholds. Which will then be digitized and sent to the microcontroller for processing.