Wiring 64 reed switches to an arduino

Thread Starter

Brandon Liu

Joined Jul 19, 2017
1
I am creating an arduino checkerboard(board game) that is hooked up to an 8x8 led matrix that has a live feed of the checkers location. I decided on placing reed switches under every single square of a checkerboard (64) and attaching magnets to the base of checker pieces.

Theoretically, this could work... But, how in the world do I wire 64 reed switches and an 8x8 led matrix all to one arduino?

What inputs and outputs do I even use?
 

AnalogKid

Joined Aug 1, 2013
11,056
If you control the polarity of the magnets, such that (for example) north is up for all red pieces and down for all black pieces, and replace the reed switches with Hall Effect sensors, then you can electronically detect red, black, red king, and black king.

ak
 
Top