KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
SimPedals
★ 13
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
velox-testing
:
No description available.
investigation-data-broker-opt-out-pages
:
Data for The Markup and CalMatters story "We caught companies making it harder to delete your personal data online"
c3d
:
Cxmpute 3D Lab
2190513_DS-ICE_2025s1
:
No description available.
go-fetch
:
go-fetch: Graph Oriented Fast Edge Traversal Cache Hub (Graph AI Agent Memory for Dgraph and Neo4j)
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
SimPedals
?
Download (.md)
# Sim Pedal Configurator  An interactive GUI tool for configuring and calibrating sim racing pedals (clutch, throttle, brake) based on a microcontroller with EEPROM support. --- ## Features - **Calibration** of pedals directly in the GUI **Automatic detection of Min/Max values** - Real-time display of raw pedal values - Adjustment of Arduino pins, deadzone - Connection via Web Serial API - Graphical visualization of pedal values using Chart.js - Debug mode for displaying additional information --- ## Usage - Connect via COM Port - **Load** EEPROM - **Save** EEPROM - **Calibrate** After clicking on the button fully move your pedals a few times, klick again and save --- ## Hardware - Microcontroller: Arduino-compatible (e.g., Arduino Leonardo, Pro Micro) - Pedals: - Clutch - Throttle - Brake using **HX711** sensor (standard Version is locked to 10hz) - Connected via analog pins and HX711 pins --- ## Installation 1. **Clone the repository:** ```bash git clone https://github.com/deinusername/sim-pedal-configurator.git cd sim-pedal-configurator