Lighthouse-rs is a utility for managing VR Lighthouse Base Stations via Bluetooth. This tool makes it easy to power on and put your Lighthouse devices in standby mode with just a click!
- 🔎 Smart Device Detection: Automatically finds Lighthouse devices
- 💾 Device Caching: Stores discovered devices for future connections
- 🖱️ Simple GUI: Interface with "Power On" and "Standby" buttons
- Windows 10+
- Bluetooth adapter
- Download the latest release from the Releases page
- Extract the zip file to your preferred location
- Run
Lighthouse-rs.exe
Simply run the executable without any arguments to open the graphical interface:
Lighthouse-rs.exe
You'll see two buttons:
- Power On: Turn on your Lighthouse devices
- Standby: Put your Lighthouse devices in standby mode
For advanced users or automation, the following command line options are available:
| Command | Description |
|---|---|
--poweron |
Power on all detected Lighthouse devices |
--standby |
Put all detected Lighthouse devices in standby mode |
--scan |
Scan for devices and save them to cache without performing any other action |
Example:
Lighthouse-rs.exe --standby
- Ensure you have Rust and Cargo installed
- Clone this repository
- Run
cargo build --release - The executable will be available in
target/release/
This project is licensed under GNU GPLv3.
- Thanks to the btleplug library for Bluetooth functionality