]> sigrok.org Git - sigrok-dumps.git/blame - i2c/trekstor_ebr30_a/README
I2C: Add trekstor_ebr30_a_i2c_30s.sr.
[sigrok-dumps.git] / i2c / trekstor_ebr30_a / README
CommitLineData
f9eb559c
UH
1-------------------------------------------------------------------------------
2TrekStor eBook Reader 3.0 I2C
3-------------------------------------------------------------------------------
4
d9146492
UH
5This is a set of example captures of the I2C traffic on a TrekStor eBook
6Reader 3.0 EBR30-a (Weltbild + Hugendubel Edition) device.
f9eb559c
UH
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
d9146492
UH
16trekstor_ebr30_a_i2c_0x15.sr
17----------------------------
f9eb559c 18
d9146492 19The logic analyzer used for capturing was a ChronoVu LA8:
f9eb559c
UH
20
21 Probe I2C pin
22 -------------------
23 1 (orange) SCL
24 7 (yellow) SDA
f9eb559c
UH
25
26The sigrok command line used was:
27
28 sigrok-cli -d 0:samplerate=4mhz --samples 8388608 \
29 -p '2=SCL,8=SDA' -o trekstor_ebr30_a_i2c_0x15.sr
30
d9146492
UH
31
32trekstor_ebr30_a_i2c_30s.sr
33---------------------------
34
35This is a 30 second dump of the I2C traffic while the device was attached
36to USB.
37
38The logic analyzer used for capturing was a Saleae Logic:
39
40 Probe I2C pin
41 -------------------
42 4 (orange) SCL
43 6 (green) SDA
44
45The sigrok command line used was:
46
47 sigrok-cli -d 0:samplerate=4mhz --time 120s
48 -p '4=SCL,6=SDA' -o trekstor_ebr30_a_i2c_30s.sr
49