by dmundhra on 2/13/24, 4:06 PM with 7 comments
So the problem statement is that if there is a board with many pieces on it, and I need to move a specific piece to a specific position, how can that be done? In my research so far, I have come across piezoelectric actuators and magnetic levitation but not sure if either of these or any other technology can help to create such an apparatus.
Looking for examples or pointers to technology that could help to accomplish something like this.
by OnACoffeeBreak on 2/13/24, 4:25 PM
I ran across a board that claims no moving parts for moving pieces, but couldn't find a description of how it accomplished that. I am guessing some sort of coil configuration under the board inducing a magnetic field to move the pieces, but I really don't know. [1]
0: https://hackaday.com/2021/06/10/automatic-chessboard-lets-on...
1: https://hackaday.io/page/20121-step-into-the-future-of-chess
by enhdless on 2/13/24, 10:02 PM
For the board: I just used a large magnetic whiteboard in a classroom.
For the pieces: I made alphabet letters, kinda like scrabble tiles but ~3x3 inches each, with magnets so that they could stick to the whiteboard.
For moving the pieces: I followed various online tutorials (I forgot which) to make an XY plotter, kinda like this:
https://www.instructables.com/XY-Plotter-Drawing-Robot-Ardui...
I used two stepper motors that were somehow attached to the whiteboard using suction cups.
However, instead of moving around a pen that would draw stuff, my XY plotter moved around an electromagnet. This was all controlled by an Arduino and keyboard. So the user could move the electromagnet, turn on the electromagnet to pick up a letter tile, move the letter, and turn off the electromagnet to disengage.
Of course, none of this worked perfectly, but I still learned a ton, and maybe gives you some inspiration!
by beardyw on 2/13/24, 4:50 PM
by h2odragon on 2/13/24, 4:29 PM