7. In-vehicle data

Basic dataset

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"
}

πŸ“˜

Extended dataset

Also, Telematics SDK supports the whole set of data from a vehicle. the full list is available HERE. In case if your project is required an extended dataset from vehicles, we would be happy to help you with that and extend a number of collected data from a car. Please don't hesitate to contact us


Next Steps