ACC Live Telemetry is a software project that extracts real-time telemetry data from Assetto Corsa Competizione.
It allows sending this data to external electronic devices, enabling the creation of dashboards, lap timers, or even complete racing simulators.
- Real-time telemetry extraction from Assetto Corsa Competizione.
- Data transmission to external hardware (microcontrollers, displays, etc.).
- Flexible usage: dashboards, lap timers, physical simulators, or custom projects.
- Easy-to-modify codebase for integration into different systems.
- Dynamic dashboards: Display speed, gear, RPM, and more on custom hardware.
- Lap timers: Extract live lap times for external displays.
- Simulators: Interact with actuators or other hardware to create a realistic racing experience.
- Clone the repository:
git clone https://github.com/easzyyyyy/acc-live-telemetry.git
- Open
ACCLiveTelemetry.vcxprojin Visual Studio. - Build the project (ensure proper dependencies and libraries are installed).
- Run the executable alongside Assetto Corsa Competizione.
- Launch Assetto Corsa Competizione.
- Start ACC Live Telemetry.
- Configure the output settings to send data to your desired device or system.
- Use the data in your custom application (e.g., dashboards, telemetry analyzers, simulators).
- Add prebuilt modules for popular microcontrollers (Arduino, ESP32).
- Web interface for live telemetry visualization.
- Support for multiple concurrent hardware targets.
This project is distributed under the MIT License.
Repository: https://github.com/easzyyyyy/acc-live-telemetry