|
|
|
|
|
by stevenpetryk
584 days ago
|
|
I’ve always wanted to try making a smart chess board (with no moving parts; merely detecting moves rather than making them). I’ve thought of: - RFID. Have 64 antennas and multiplex them to detect which piece is on which square (idk much about RF so this felt tough) - Vision with a fiduciary mark under each piece, and an acrylic board - Hall effect sensors, where instead of knowing which piece is which, it instead assumes the normal starting position and pays attention to which square was picked up from and which square was placed onto to infer which piece moved. I think with any of these approaches it’d be fun to make a tiny, single-PCB board. |
|
The professional-level boards by DGT use RFID and retail for about $500.
I looked into building a competitor some time ago. 64 RFID antennas alone would have eaten up that budget. I believe they do something smarter like having 8 antennas and arbitrating the signals. They have some patents in this area.
I've seen Hall effect and barcode-based systems too. They've always been a bit less reliable than DGT. Actually DGT is not all that reliable: if you are broadcasting a 20-player tournament you will need to manually update the broadcast around once per round. However I think the position detecting (hardware side) is solid and they could do with improving the move detection in software.
None of this is meant to deter you from building this as a hobby project! I think all the approaches would be fun to try.