> For the complete documentation index, see [llms.txt](https://docs-old.telematicssdk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-old.telematicssdk.com/product-description/dataset/dataset-decription/bluetooth-obd.md).

# Bluetooth OBD - Vehicle Dataset

## Vehicle Data format

```
VehicleIndicators:
{
  "EngineLoad": 0.0, 
  "RPM": 0.0, 
  "IntakeAirTemperature": 0.0,
  "VehicleSpeed": 0.0, 
  "AcceleratorPedalPosition": 0.0, 
  "EngineCoolantTemperature": 0.0, 
  "FuelLevel": 0.0, 
  "FuelType": 0.0, 
  "FuelConsumption": 0.0,
  "ReadTroubleCodes": "P1000,P0200,B0200,U0100"
  "VIN": "1HGCM82633A004352",
  "WorkProtocol": "A0", 
  "VehicleVoltage": 0.0, 
  "VehicleMileage": 0.0,
  "PIDs": "0100:BE1FA813,0120:00000000,0900:00000000"
}
```

Potentially, we can add other fields. Please, feel free to talk to our team for that.\
All available fields for OBD2 protocol you can find here: <https://en.wikipedia.org/wiki/OBD-II_PIDs>
