Key Takeaways
- Sabine Wren’s makeover transforms a standard Imperial Mouse Droid (IM‑D2) into a portable rave‑ready unit.
- The upgraded droid weighs ≈1.2 kg, runs on a 5 V, 2 A Li‑Po pack, and can operate continuously for ≈2 h at full light‑show mode.
- Core upgrades include a Raspberry Pi Zero 2 W, WS2812B addressable LED strip (300 LEDs), a mini‑PA speaker (3 W), and a custom PCB that integrates all controls.
- The system is controlled via a wireless 2.4 GHz NRF24L01+ module and a mobile app that lets users trigger strobe, color cycles, and sound effects on‑the‑fly.
- Compared with the stock droid, the “Rave Mouse” delivers 15× brighter illumination, 3× louder audio, and twice the battery life while preserving the original chassis and mobility.
From Imperial Patrol to Rebel Party‑Starter
Original Imperial Mouse Droid (IM‑D2)
The IM‑D2 is a compact, four‑wheel scout used by the Galactic Empire for perimeter monitoring. Its factory specifications are modest:
| Spec | Stock IM‑D2 |
|---|---|
| Dimensions | 12 cm × 8 cm × 6 cm |
| Weight | 0.8 kg |
| Power | 3 V AA battery pack (≈4 h runtime) |
| Sensors | Infrared proximity, basic line‑following |
| Output | Single red LED indicator, 0.5 W speaker for beeps |
Designed for stealth, the droid’s visual and audio output is intentionally low‑key.
Sabine Wren’s Rebel Remix
Sabine Wren, a renowned Mandalorian artist and former rebel operative, saw the droid’s potential as a mobile light‑show platform. Her retrofit adds:
| Feature | Rave‑Ready Mouse Droid |
|---|---|
| Control Board | Raspberry Pi Zero 2 W (1 GHz, 512 MB RAM) |
| Lighting | WS2812B strip, 300 LEDs, 5 V, 30 W total |
| Audio | 3 W mini‑PA, 8 Ω, 85 dB SPL |
| Power | 2‑cell 7.4 V Li‑Po (2000 mAh) with step‑down regulator |
| Wireless | NRF24L01+ 2.4 GHz transceiver + custom Android/iOS app |
| Software | Python‑based “Rave‑Droid” firmware, supports DMX‑like color scripting |
| Runtime | ≈2 h at full illumination, ≈3 h in low‑mode |
| Weight | 1.2 kg (still under the 2 kg mobility threshold) |
The upgraded chassis retains the original wheel drive and sensor suite, allowing the droid to navigate obstacles while delivering a synchronized audiovisual performance.
How the Upgrade Works
Power Management
Sabine replaced the three AA cells with a 7.4 V Li‑Po pack, then used a buck‑converter (5 V, 3 A) to feed the LED strip and microcontroller. A dual‑MOSFET driver isolates the high‑current LED load from the Pi, preventing voltage sag during peak bursts.
Lighting Architecture
The WS2812B LEDs are arranged in a spiral cassette that wraps around the droid’s central column. Each LED is individually addressable, enabling complex patterns such as rainbow gradients, strobe bursts, and beat‑synchronized flashes. The total luminous flux reaches ≈4,500 lumens, roughly fifteen times brighter than the stock red indicator.
Audio Integration
A compact mini‑PA module replaces the original speaker. It is driven by a Class‑D amplifier that receives PCM audio over the Pi’s I²S bus. The firmware maps audio peaks to lighting intensity, creating a classic “lights‑on‑the‑beat” effect.
Remote Control & Software
The NRF24L01+ radio links the droid to a handheld controller or smartphone. The companion app provides:
- Preset libraries (e.g., “Galactic Pulse”, “Mandalorian Beat”)
- Live color wheel for on‑the‑fly adjustments
- Sound upload (up to 30 s clips) stored on the Pi’s micro‑SD card
The open‑source firmware is hosted on GitHub (https://github.com/sabine‑rave‑droid) and can be customized with additional sensor triggers (e.g., proximity‑based flash).
Comparison at a Glance
| Attribute | Stock Imperial Mouse Droid | Rebel Rave Mouse Droid |
|---|---|---|
| Weight | 0.8 kg | 1.2 kg |
| Power Source | 3 V AA (≈4 h) | 7.4 V Li‑Po (2000 mAh) |
| LED Output | Single red LED (≈10 lumens) | 300 WS2812B LEDs (≈4,500 lumens) |
| Audio Power | 0.5 W beeper | 3 W mini‑PA (85 dB) |
| Control Interface | On‑board button | Wireless app + NRF24L01+ |
| Runtime (full load) | 4 h (low draw) | 2 h (max lights/audio) |
| Cost (DIY parts) | $15 (stock) | ≈$85 (Pi, LEDs, battery, speaker) |
| Mobility | 0.2 m/s max | 0.3 m/s max (unchanged) |
Bottom Line
Sabine Wren’s transformation of the Imperial Mouse Droid showcases how a modest scouting robot can be repurposed into a mobile rave platform without sacrificing its original mobility. By integrating a Raspberry Pi Zero 2