]> sigrok.org Git - sigrok-dumps.git/blame - i2c/trekstor_ebr30_a/README
DCF77: Add dcf77_480s_pon_interrupted.sr and more info.
[sigrok-dumps.git] / i2c / trekstor_ebr30_a / README
CommitLineData
f9eb559c
UH
1-------------------------------------------------------------------------------
2TrekStor eBook Reader 3.0 I2C
3-------------------------------------------------------------------------------
4
5This is an example capture of the I2C traffic on a TrekStor eBook Reader 3.0
6EBR30-a (Weltbild + Hugendubel Edition) device.
7
8For details on the device see:
9
10 http://randomprojects.org/wiki/TrekStor_eBook_Reader_3.0_EBR30-a_(Weltbild_%2B_Hugendubel_Edition)
11
12There are three chips which are connected to the main CPU's SCL/SDA pins.
13So far, it's unknown which device is responsible for which I2C output.
14
15
16Logic analyzer setup
17--------------------
18
19The logic analyzer used for capturing is a ChronoVu LA8 at a sample rate
20of 4MHz.
21
22The ChronoVu LA8 probes were connected to the I2C pins like this:
23
24 Probe I2C pin
25 -------------------
26 1 (orange) SCL
27 7 (yellow) SDA
28 GND GND
29
30
31Data
32----
33
34The sigrok command line used was:
35
36 sigrok-cli -d 0:samplerate=4mhz --samples 8388608 \
37 -p '2=SCL,8=SDA' -o trekstor_ebr30_a_i2c_0x15.sr
38