Loading…
Creator · PetoiCamp
View original source ↗
Prompt
What it is: OpenCat is an open-source Arduino + Raspberry Pi quadruped robotics framework maintained by Petoi. Founder Rongzhong Li began developing it in a Wake Forest University dorm room in 2016, with the goal of making agile quadruped robots accessible to researchers, educators, and hobbyists. It now powers two product lines: the Bittle robot dog and the Nybble robot cat. Hardware list and approximate cost: The core component is the ATmega328P-based NyBoard controller, which can coordinate up to 12 servos for walking, running, jumping, and even backflips. Optional additions include a sensor pack, camera module, or a Raspberry Pi/Jetson Nano as an AI coprocessor. The complete robot is typically purchased as a Bittle or Nybble kit. Refer to the current prices on Petoi’s official website for the actual purchase price; this repository’s README does not provide a single standard price for a complete robot. Build overview: 1. Clone the repository and remove the -main/branch-name suffix from the folder name 2. Open OpenCat.ino and select the robot model (BITTLE/NYBBLE) and board version (NyBoard_V1_0, etc.) 3. Comment out MAIN_SKETCH to enter configuration mode, then upload the firmware 4. Set the Serial Monitor to no line ending and 115200 baud, then follow the prompts to zero the joints and calibrate the IMU, with the body placed flat on a table 5. After calibration, uncomment MAIN_SKETCH, switch back to main program mode, and upload again 6. Control the robot using the infrared remote, Petoi App, Python, or serial commands Getting-started advice: This repository is for the older NyBoard hardware based on the ATmega328P. For the newer ESP32/BiBoard hardware, use the OpenCatESP32 repository. The code will not match if you buy the wrong board. Note: The cost tier is an editorial estimate; no official total price for the complete robot has been published.
Models & stability
Recommended models
Keep exploring

A low-cost mobile robotic arm combining a three-wheel omnidirectional base with a SO-ARM101 robotic arm. It works with the LeRobot library for teleoperation and data collection, costing approximately $482 for the complete 12V version and $499 for the 5V version.
Prompt
What it is: LeKiwi is a low-cost mobile manipulation platform created by the SIGRobotics club at the University of Illinois Urbana-Champaign. It combines a three-wheel omnidirectional Kiwi drive base with a SO-ARM101 robotic arm and later b

An AI assistant running on a $5 ESP32-S3 chip. It uses pure C with no Linux or Node.js, communicates through Telegram, calls Claude or GPT to complete tasks, and remembers history across restarts.
Prompt
What it is: MimiClaw packs a complete set of AI agent capabilities—reasoning, tool use, and reading and writing memory—into an ESP32-S3 chip that does not run Linux. It is implemented in pure C, sends and receives messages through Telegram,
A desktop-sized replica of Disney’s BDX robot, standing 42 cm tall. Its reinforcement-learning gait has already been transferred from simulation to the real robot, and the official BOM cost is listed at under approximately $400.
Prompt
What it is: Open Duck Mini v2 is a miniature replica of Disney’s BDX droid. The biped stands 42 cm tall. The author describes the repository as “a work in progress”; many scripts are undocumented, and the repository will continue to be orga