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

https://github.com/icmddev/hanoibot

A Hanoi-solving robot arm, powered by a Raspberry Pi Pico and 4 MGR996R servos.
https://github.com/icmddev/hanoibot

Last synced: about 1 year ago
JSON representation

A Hanoi-solving robot arm, powered by a Raspberry Pi Pico and 4 MGR996R servos.

Awesome Lists containing this project

README

          

# HanoiBot
HanoiBot is a robot that can solve Hanoi Puzzles. It is a robot arm powered by four MG996R servos, driven by a Raspberry Pi Pico H.
The robot's code was written in MicroPython, and the Inverse Kinematics interface was maden using Processing. Communication between the robot and the Inverse Kinematics interface (running on a computer) is made using the serial ports (USB).

Designed during [InfoEducatie Open 2022](https://infoeducatie.ro), a national Olympiad.