Welcome Guest,Register Now
Log In

ANT Forum

Welcome guest, please Login or Register

   

Parsing OBD2 data from BAFX OBDII Dongle connected to Garmin Virb

Rank

Total Posts: 1

Joined 2016-10-18

PM

Hi,

I am using a BAFX OBDII Dongle, connected to my Garmin VIRB to record OBD data. The OBD data, gps data along with other data are stored in the fit file by Garmin.

I am now looking at the obdii_data field in the fit file using the c++ decode program. It has 5 fields, amongst them are
timestamp, system_time, timestamp_ms, pid and raw_data.

I understand what timestamp and timestamp_ms mean. Could anyone explain to me what system_time, pid and raw_data are and how to interpret them? Raw_data has 30 values and seems to be bytes. Is there anywhere I can find out what it meant?

Thank you so much in advance,

Jimmy      
RankRankRank

Total Posts: 68

Joined 0

PM

Take a look at https://en.wikipedia.org/wiki/OBD-II_PIDs. There is a list of PIDs and the data associated with them there!