Boopster/reachy_mini_metronome
12
Reachy Mini Metronome
A visual and audible metronome for Reachy Mini that uses both antennas as a pendulum (mirror motion) while producing synthesized click sounds.
Features
- ๐ต BPM control (40-208) with tempo presets
- ๐ผ Time signatures (2/4, 3/4, 4/4, 5/4, 6/8)
- ๐ Accented downbeats (higher pitch on beat 1)
- ๐ค Mirror antenna motion (both swing in opposite directions)
Installation
cd reachy_mini_metronome
python -m venv venv
source venv/bin/activate
pip install -e .
pip install "reachy-mini[mujoco]" # For simulator supportRunning the App
1. Start the daemon
Simulator (macOS):
source venv/bin/activate
mjpython -m reachy_mini.daemon.app.main --simReal Robot:
reachy-mini-daemonNote: On macOS, you must use mjpython to enable the MuJoCo 3D viewer.2. Open the dashboard
Go to http://localhost:8000 in your browser.
3. Start the app
Your app will appear in the Applications section. Toggle On to start it.
4. Open the app UI
Click the โ๏ธ icon on the running app tile, or go directly to http://localhost:8042 to control BPM, time signature, and start/stop.
