]> sigrok.org Git - sigrok-dumps.git/blame - onewire/ds2408/README
avr_isp: add dump for ATmega328/P
[sigrok-dumps.git] / onewire / ds2408 / README
CommitLineData
3ccaa316
MB
1-------------------------------------------------------------------------------
2Maxim DS2408 1-Wire 8-Channel Addressable Switch
3-------------------------------------------------------------------------------
4
5This is a set of example captures of the 1-Wire traffic from a Maxim Integrated
6(previously Dallas Semiconductor) DS2408 1-Wire Addressable Switch.
7
8Details:
9https://datasheets.maximintegrated.com/en/ds/DS2408.pdf
10
11
12Logic analyzer setup
13--------------------
14
15The waveform data was acquired using Rigol DS1074Z oscilloscope.
16
17Because of the currently unresolved libsigrok bug #1364 it can't be acquired
18directly using rigol-ds, so it was obtained using external tool and then
19loaded into PulseView with "Import Raw analog data without header".
20
21This method is described here:
22https://skyboo.net/2019/03/using-rigol-ds1074z-oscilloscope-under-linux-and-pulseview/
23
24
25disable-test-mode.sr
26--------------------
27
28This is the special "Disable Test Mode" command which should be issued on the
29power-on, for reference read "Power-up timing", page 38 of the datasheet.
30
31
32channel-access-write.sr
33-----------------------
34
35A successful command for setting PIO outputs (channel access write).
36
37
38channel-access-write-fail.sr
39----------------------------
40
41Same command as above but the device is responding with 'Fail New State' (0xff)
42which informs about the error.
43
44
45read-pio-registers.sr
46---------------------
47
48A function for reading device registers (where a target address is given).
49In this example the address 0x89 is read (PIO output-latch state register).