Skip to content

Read telemetry from Assetto Corsa UDP port, send it through serial port to an Arduino

Notifications You must be signed in to change notification settings

ottonello/AssettoCorsaTelemetry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AssettoCorsaTelemetry

Includes a Java program to read data from Assetto Corsa's UDP interface, and send speed data to a serial port, and the Arduino program to receive data from the serial port and display a speed into an 8-segment display.

The Java program uses RXTX to connect to the Arduino's serial interface. It connects to Assetto Corsa on port 9999, and uses Guava's LittleEndianDataInputStream to read data from the UDP stream as C structs.

About

Read telemetry from Assetto Corsa UDP port, send it through serial port to an Arduino

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages