simapi

Racing Simulator Telemetry Mapping


Project maintained by Spacefreak18 Hosted on GitHub Pages — Theme by mattgraham

Moza R5

The MozaR5 will track rpms with it’s leds.

Use this config (or add relevant block to an existing config):

configs =
({
   sim = "default";
   car = "default";
   devices = ( {
                    device       = "Serial";
                    type         = "Wheel";
                    subtype      = "MozaR5";
                    devpath      = "/dev/ttyACM0";
                    baud         = 115200;
                }
            );
});