2017-03-15 (W) Pi0 Laser Tag PiTagErrUs

Pins for the inputs and outputs, I/O, were decided upon. For the first version of the tagger, there will only be two inputs and five outputs, not including the infrared communication. The trigger and reload button were the two inputs and lights were all the outputs. One will be a laser but that’s a negligible difference at this point. The I/O was decided by looking at a pinout diagram for the Pi and choosing general purpose input output, GPIO, near one another.

Hardware requirements will likely change when the usable devices are installed. The usable devices, like the report emulator (red LED) and flashlight (white LED), will require more power than the GPIO pins can provide so transistors will have to be added to control the power. The RGB LED at the rear of the tagger may not require extra power. If a screen is added in the future the RGB LED would likely disappear anyway.

A Pi GPIO breakout kit was purchased and attached to a breadboard. Header pins were soldered to the Raspberry Pi so it could be connected to the breakout board. It was not necessarily intended to be used with a Pi 0 since it relied on header pins. Two switches and five lights, three of which were contained in an RGB LED, were connected to the breadboard. Coding can start but will probably need some forethought as pseudo code. Testing code for the I/O may even come before that.

Pi 0 connected to a breadboard

The rest of the posts for this project have been arranged by date.

First time here?

Completed projects from year 1.
Completed projects from year 2.
Completed projects from year 3.



This disclaimer must be intact and whole. This disclaimer must be included if a project is distributed.

All information in this blog, or linked by this blog, are not to be taken as advice or solicitation. Anyone attempting to replicate, in whole or in part, is responsible for the outcome and procedure. Any loss of functionality, money, property or similar, is the responsibility of those involved in the replication.

All digital communication regarding the email address 24hourengineer@gmail.com becomes the intellectual property of Brian McEvoy. Any information contained within these messages may be distributed or retained at the discretion of Brian McEvoy. Any email sent to this address, or any email account owned by Brian McEvoy, cannot be used to claim property or assets.

Comments to the blog may be utilized or erased at the discretion of the owner. No one posting may claim property or assets based on a post.

This blog, including pictures and text, is copyright to Brian McEvoy.


2017-02-28 (Tu)

Comments