I want to create an automated chessboard. At the moment, I'm making the project and deciding what technology to use to detect which piece is at what position and how to move them. I'm not so skilled in electronics so I'm reading online and trying to find an efficient and cost-friendly solution.
I read about reed switches, but these only detect if a piece is in a position, without telling which piece is it. The same goes for hall effect sensors. Then I thought about using computer vision, but placing a camera on top of everything would be bulky.
So a nice idea could be using rfid tags under every piece. Also magnets have to be placed to move the pieces and small leds to show the possible moves in the board. Magnetic field could be a problem.
I wanted to ask, if this idea could work from an electronic aspect, and if there are other technologies to be used.