Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bungogood/gambit
- Owner: bungogood
- License: mit
- Created: 2023-04-11T22:14:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T16:26:12.000Z (5 months ago)
- Last Synced: 2024-09-16T20:05:29.644Z (5 months ago)
- Topics: arduino, chess, chess-robot, esp32, platformio, robotics
- Language: C++
- Homepage: https://hackaday.io/project/192559-gambit
- Size: 133 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)