https://github.com/quantgeekdev/rs-power-controller
Allows connecting a gamepad to control the esp32 servo arm over local network
https://github.com/quantgeekdev/rs-power-controller
Last synced: 9 months ago
JSON representation
Allows connecting a gamepad to control the esp32 servo arm over local network
- Host: GitHub
- URL: https://github.com/quantgeekdev/rs-power-controller
- Owner: QuantGeekDev
- Created: 2024-10-16T19:05:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-16T19:11:48.000Z (over 1 year ago)
- Last Synced: 2025-06-24T13:47:52.435Z (9 months ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# RS Power Controller
Allows connecting a gamepad to [this ESP32 servo arm controller](https://github.com/QuantGeekDev/rs-power-trigger).
Has Force Feedback (vibration) for supported controllers on servo arm angle position
- Connects to rs-power-trigger servo arm over local network
- Press Left-Trigger to increment the servo angle from 0 to 180 degrees based on pressure
- Press controlPad up or down to change the indicator LED color
# Build
1. Run `cargo build`
2. Run `cargo run`