Maker Pro
Maker Pro

circuit design for a game

KUMARA SHP

Aug 1, 2014
122
Joined
Aug 1, 2014
Messages
122
Hi i need to design circuit that should indicate when ball hit concrete wall. Wall is painted with conductive material. Also ball has conductive material. But i have no idea how to indicate the touch
Check this image toogame-idea.jpg
 

Gryd3

Jun 25, 2014
4,098
Joined
Jun 25, 2014
Messages
4,098
It may be more practical to make your strip out of some kind of pressure sensitive material.
Have you looked at other alternatives?
 

BobK

Jan 5, 2010
7,682
Joined
Jan 5, 2010
Messages
7,682
Since the ball is not connected to anything, there is no practical way to detect that it has touched a line. If, however, you mad the line out of multiple parallel lines with alternate ones connected together, and the ball touched two adjacent lines, then you could detect that the circuit had closed between the two set of lines.

Something like this:

Code:
        |--------------------------------------------------------------------------------
        |   --------------------------------------------------------------------------------|
        |--------------------------------------------------------------------------------   |
        |    -------------------------------------------------------------------------------|
        |-------------------------------------------------------------------------------    |
        |   --------------------------------------------------------------------------------|
        |                                                                                   |
        A                                                                                   B

Continuity between A and B would indicate the ball hit the line.

Of course a player might cheat by wearing shoes with conductive sole and stepping on the line to signal an out-of-bound of the opponent's shot.

Bob
 
Top