What sensor should I use to detect object going through a hole?

I'd suggest some kind of light beam, get an interrupt when reception of the beam is blocked.
Might have to do several beams across the hole to have the washer block at least one beam.
Or have 1 beam redirected with mirrors
/\ /
/ /
so just 1 source and 1 receiver are needed.

Thank you very much. It is appreciated. Do you (or anyone) have an opinion on using a laser + a photocell or using infrared?

From doing research, it looks like a laser diode seems to be the way to go, with a simple photocell receiver. If I use mirrors and wrap the // area with a shield, I shouldn't have to worry about the one laser affecting those for the other two holes. If anyone else has any other input, that's great, but otherwise this seems straightforward enough.

Thanks again for the input!

Laser would be cool - probably good for outdoor use too.
Can get a really inexpensive battery powered LED/flashlight as a source:
http://www.mpja.com/Flashlight-8-White-LEDs-with-LASER-Pointer/productinfo/17475%20TL/

I bought 3 or 4 on sale for $1 each - one was missing a battery spring so it doesn't work.
Nice metal case, very sturdy feeling. Handy belt-case too. Don't know how long the included batteries will last.

Thanks again!

You could use IR light modulated at 38khz and an IR detector. Helps ignore IR "noise".

Would IR travel across a couple of reflectors as well as a laser would?
The 6" hole is like 4x the size of the washer, so I think 2 or 3 beams are needed to make sure the washer can't go thru undetected.

Maybe something looking for a reflected signal along with looking for broken beams. That's a pretty big hole, so maybe the LASER is the way to go by bouncing the signal back and forth several times across the opening at different angles making a star like pattern.

That's what I was thinking. I don't know if reflected is needed, if the beam is being reflected then surely the beam is broken to the receiver?

I was thinking that maybe with the IR, the beam might not be broken if the washer went thru, say, parallel to the ground or tilted on some plane that slides thru beam undetected. Another sensor picking up a reflected signal when normally it receives nothing kinda acts like a NO switch. The others being NC naturally. Too complicated though, the LASER is simpler and more precise. Though the extra precision from the narrow beam has its disadvantages too by making it harder to "cover" the hole. I suppose a "real engineer" would come up with something that worked 99% and cost 9 cents to implement. :wink:

Again, the LASER (diode) has the advantage that, though it's not the cheapest part in the world, you only need one if plan your "route" carefully. Mirrors are passive and tiny ones must surely be cheap in bulk.

Here comes the 9 cent solution, well closer anyway. Inductive pickup from hall sensor or something like a simple metal detector using coils of wire. When money is no object, then use RFID.

laser has the advantage that any object can be used for the game.
I could see reflectors being a little trickier to set up and keep maintained.
metal detector has the disadvantage of also detecting if the ring is just sitting above the coil and not actually going thru the hole.
So everything is a tradeoff.

I may have been wrong with the sizes. The hole diameter may be 4". I'll have to confirm this.

RFID is a very interesting option. It would allow me to identify which player's washer went through, which would be great. But I would need to rule out washers sitting on top of the board (that did not go in the hole). And I would worry about the constant throwing and hitting of the board wrecking the RFID chip.

IR phototransistors are much more responsive (report light changes more quickly) than photocells. If you try to catch a washer free-falling through the hole with a photocell I guarantee you'll have problems -- even using a laser as a light source. Using a real world example I can say that you can pretty lazily drop your arm through the laser and the photocell won't give enough voltage swing for accurate detection.

The simplest solution would be to put a funnel under the hole so the washer ultimately drops through a restricted space. I'd still recommend using an IR phototransistor and a red LED. An IR LED is not required and makes things more difficult because you can't see it. The other advantage of phototransistors is that you can use them with digital inputs and won't have the problems with the Arduino ADC mux.

LarryUllman:
I may have been wrong with the sizes. The hole diameter may be 4". I'll have to confirm this.

RFID is a very interesting option. It would allow me to identify which player's washer went through, which would be great. But I would need to rule out washers sitting on top of the board (that did not go in the hole). And I would worry about the constant throwing and hitting of the board wrecking the RFID chip.

I was just kidding about the RFID, but it seems to have the unique advantage that you could let several people throw at the same time and still keep track of it all. I have no idea how durable the tags are, but generally speaking if there is a demand, then there is a part that will work. You might want to switch away from metal washers to something a little less troublesome to RF, like plastic or rubber with the tag embedded inside.

@crossroads: I would only use the reflection sensors along with the direct beam sensors, sort of a backup way to catch anything trying to slip through the beams. All in all, a laser diode is probably the best bang for the buck solution so far and a little bit of water vapor or smoke combined with a visible red or green diode wouldn't hurt the wow factor any.

Thanks to everyone for their input. It's most appreciated. It's been made clear to me that I can't change the physical characteristics of the game itself, so changing the washer type or size, etc., isn't an option.

Another benefit of using an IR sensor is that I wouldn't have to worry about changing light conditions, correct? And do I need to do anything special to make an IR sensor work with a red LED?

Thanks again!

You go and buy a special IR Led, they are about 20 cents each

LarryUllman:
Another benefit of using an IR sensor is that I wouldn't have to worry about changing light conditions, correct? And do I need to do anything special to make an IR sensor work with a red LED?

IR phototransistors/diodes are still plenty sensitive to daylight. They have a pretty wide sensitivity.

Chagrin:

LarryUllman:
Another benefit of using an IR sensor is that I wouldn't have to worry about changing light conditions, correct? And do I need to do anything special to make an IR sensor work with a red LED?

IR phototransistors/diodes are still plenty sensitive to daylight. They have a pretty wide sensitivity.

This is why I suggest using a modulated IR source and a dedicated IR sensor such as those used in remote controls. They have nice signal processing circuitry built in that's pretty hard to duplicate on your own using just a phototransistor.