-
Notifications
You must be signed in to change notification settings - Fork 1
Dome Drive Roam A Dome
Jessica Janiuk edited this page Jun 25, 2026
·
1 revision
The Roam-a-dome integration uses an RDH serial position sensor to track dome angle. Unlike the RoboClaw encoder drive, it doesn't require an encoder motor — the position sensor reads dome angle directly.
- Roam-a-dome (or compatible RDH serial) position sensor
- Connect to the serial header configured for
RDH_SERIALindrive_config.h
Enable in drive_config.h:
#define RDH_SERIAL Serial2Dome commands (home, random, go-to-angle) are passed through to the RDH device via serial.
- Home positioning
- Random seek mode
- Absolute angle targeting
Position feedback comes from the RDH sensor rather than encoder ticks.