Skip to content

Commit

Permalink
Update readme with links to the data files
Browse files Browse the repository at this point in the history
  • Loading branch information
synfinatic committed Jan 27, 2017
1 parent b72cb25 commit b3b5e57
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,15 @@ drop the 12V signal of the K-Line to something the
was able to process.

Using 50kHz sampling rate and setting a trigger to look for 0x80, I'm able to
capture the initial 25ms handshake between the SDT and ~12 seconds worth of data.
capture the initial 25ms handshake between the SDT and
[~12 seconds worth of data](https://github.com/synfinatic/sv650sds/blob/master/data/sds_tool_output.txt).

By using the UART Analyser built in to [OLS](http://ols.lxtreme.nl/), I was
able to generate a simple CSV file with all the communications. Next step is
to build a suite of tools to clean up the data (OLS puts some binary characters
in the CSV) and to do some basic decoding of the messages to figure out:
able to generate a
[simple CSV file](https://github.com/synfinatic/sv650sds/blob/master/data/001-basic.csv)
with all the communications. Next step is to build a suite of tools to clean up the
data (OLS puts some binary characters in the CSV) and to do some basic decoding of
the messages to figure out:

- Decode header to determine if sender is ECU or SDT
- Decode payload bytes
Expand Down

0 comments on commit b3b5e57

Please sign in to comment.