OpenCatESP32

April 7, 2026 ยท View on GitHub

OpenCatESP32 runs the OpenCat quadruped robotics framework on BiBoard โ€” an ESP32-based development board designed for multi-degree-of-freedom legged robots with up to 12 servos. Developed by Petoi, the maker of futuristic programmable robotic pets.

This is the codebase for current-generation Petoi hardware. If you're on the older NyBoard (ATmega328P), see the main OpenCat repo.

BittleESP32

BittleGap

Click either GIF to watch the demo.


Hardware

BiBoard is the control board for:

The older Bittle and Nybble (NyBoard) are discontinued. BiBoard is the current platform.


Why BiBoard Over NyBoard?

The ATmega328P (NyBoard) gets the job done for locomotion. BiBoard is for when your robotics programming needs more headroom:

  • ESP32 dual-core @ 240 MHz โ€” handle real-time servo coordination and a perception pipeline simultaneously
  • Wi-Fi + Bluetooth built in โ€” wireless control and data streaming without a dongle
  • Up to 12 servos โ€” full 12-DOF configurations
  • Arduino IDE compatible โ€” same workflow, more horsepower
  • Open source โ€” hardware and software both forkable

If you're building an open source robot dog for research, running ROS, deploying a vision model, or just want room to experiment โ€” BiBoard is the right foundation.


Board Configuration

Arduino IDE settings (ESP32 Dev Module):

SettingValue
Upload Speed921600
CPU Frequency240 MHz (WiFi/BT)
Flash Frequency80 MHz
Flash ModeQIO
Flash Size4 MB
Partition SchemeDefault 4MB with spiffs
Core Debug LevelNone
PSRAMDisabled

Full setup: Upload Sketch for BiBoard


What People Have Built

Academic and research use: Research Spotlight


Community & Discussion

  • r/OpenCat โ€” firmware code, framework hacking, extending and porting OpenCat
  • r/Petoi โ€” hardware Q&A, builds, quadruped coding, curriculum, 3D-printed parts, general discussion

Resources

Follow the project: YouTube ยท Twitter ยท Instagram ยท Facebook ยท LinkedIn