Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bungogood/gambit

Gambit is a robotic chessboard that employs an under-the-board T-Bot design and electromagnet for moving pieces.
https://github.com/bungogood/gambit

arduino chess chess-robot esp32 platformio robotics

Last synced: about 21 hours ago
JSON representation

Gambit is a robotic chessboard that employs an under-the-board T-Bot design and electromagnet for moving pieces.

Awesome Lists containing this project

README

        

# Gambit
[![Build](../../actions/workflows/build.yml/badge.svg)](../../actions/workflows/build.yml)

Gambit is a robotic chess board that employs magnetism for piece movement and movement detection. It utilizes an electromagnet on an H-Bot mechanism for precise piece manipulation and a reed switch matrix to accurately track piece positions. The core of Gambit is powered by an Arduino Nano ESP32 and is primarily constructed using 3D printing.

The Arduino Nano ESP32 opens up possibilities for future enhancements, such as Bluetooth and Wi-Fi connectivity. These features enable connections to powerful chess engines and allow for game recording capabilities through a companion app.

Please check out the [Hackaday](https://hackaday.io/project/192559-gambit) project page for detailed project logs, updates, and demos.

![Gambit](https://github.com/bungogood/gambit-board/assets/49326541/d9cc9700-85d9-4ce3-9050-ed555c96e772)

## References
- [Hackaday Project](https://hackaday.io/project/192559-gambit)
- [nibble chess](https://github.com/maksimKorzh/nibble-chess) by [Maksim Korzh](https://www.chessprogramming.org/Maksim_Korzh)
- [micro max](https://www.chessprogramming.org/Micro-Max) by [Harm Geert Muller](https://www.chessprogramming.org/Harm_Geert_Muller)