This is my third post related to the laser tag project concept.
I have everything fleshed out in my head, except for one thing.
The receivers that the player wears use an array of TSOP38238 (or similar) IR receivers to take in the signal from the laser beam. The laser is slightly diffused before it hits the receiver array, providing more coverage.
The problem I'm facing is simple. How many of these receivers can I conceivably give a common output, ground, and power input before they stop working? They will be powered via the Arduino 5V pin. I've seen it done with up to four receivers online, but what about 20-30?
Each module has an internal 30k ohm pull up resistor.
Usually the answer I get on these sorts of things is "test it yourself" but I don't have 100 IR receivers or a PCB to mount them in yet.
By the way, if I did get my hands on a ton of receivers, what would be the testing process? Just line them up on a breadboard and see how many of them it takes to halt their output?
So kind of you to supply links to the other two. Do they contain more information than this one?
Your idea of connecting the outputs of these chips in parallel is an alarming hack, they were not designed to do this, hence there is no current capacity of the output transistor in the data sheet. If you wire lots in parallel then what happens is that you end up blowing up the output transistor in the one receiving the data until they are all blown.
Will you be using the recommended circuit of capacitor and resistor between the 5V supply and this chip? If not you will run into difficulties much sooner, even with one chip.
These chips are designed for a modulated light source sending data, are you sure this is what you want, I imagine you just want to detect a hit.
Would you not need each IR receiver output to have its own dedicated pin?
If a player were to be illuminated by 2 different "signals" from 2 different opposing players at the same time, then would the decoded signals not interfere with each other if all the outputs were commoned together? Or am I missing some detail....
I'm planning on putting a delay of a few seconds after a signal is received. If it were at the same time, yeah there would be interference, but I'm only intending to make two of these.