Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 997 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 997 Bytes

rcp_bmw_service_0x22

BMW OBD Servie 0x22 Script Copyright (c) 2024 The SECRET Ingredient! GNU General Public License v3.0

Lua script for use with RaceCapture motorsports telemetry systems. This script enables RaceCapture systems to perform OBDII Service 0x22 querries on BMW vehicles.

Additinal information available at: https://thesecretingredient.neocities.org

Environment Setup

Make sure that you have the node module dependancies installed:

npm install

or

yarn install

Personalization

Edit src/pid_list.lua to supply your specific PID list to query.

PID Maps for certain vehicles can be found here: https://thesecretingredient.neocities.org/bmw

Build Lua Script For Loading into RaceCapture Device

sh build.sh

if you are experiencing memory limit issues try the "tiny" option. It produces the smallest script possible, but can be very difficult to read and maintain once loaded into the RaceCapture device.

sh build.sh -t