Close

3D Modeling and Mechanical Design PART I : First design

A project log for MatAir - A Robotic Spherical Chessboard

A spherical chessboard where a robotic arm plays moves from an online game.

nasserNasser 03/08/2025 at 16:560 Comments

Once we finished the online game and server, and could send data to the ESP32 (the brain of the chessboard), we started designing the physical board. After brainstorming, we landed on this design:

Design Specs

How it Works We treat the sphere like a flat plane. Rotating the sphere moves through the files, and moving the cart along the rail moves through the ranks.

Executing a Move

  1. Aligning: The cart moves along the rail and the sphere rotates to line up the gripper with the piece.
  2. Grabbing: The linear actuator extends, the gripper closes on the piece, and the actuator retracts.
  3. Transport: The cart and sphere move to the target square.
  4. Placing: The actuator extends, and the gripper opens to release the piece.

Handling Captures The cart moves to a fixed spot over the capture zone : a rotating disc at the bottom. The actuator rotates and extends to place the piece in a slot. The zone then rotates to clear space for the next piece.

Discussions