diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2019-08-23 13:15:58 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2019-08-23 13:15:58 +0200 |
commit | 4844307d3990129aa09ed2feebb7b0931b5f0e88 (patch) | |
tree | 4d5e4eda5d62b95eb1bf22fb6d9d545a31ee2148 /spi/mrf24j40/ecg/README | |
parent | aa111098816d92838c22a3b90e097f5c2daa0c60 (diff) | |
download | sigrok-dumps-4844307d3990129aa09ed2feebb7b0931b5f0e88.tar.gz sigrok-dumps-4844307d3990129aa09ed2feebb7b0931b5f0e88.zip |
mrf24j40: Add a few dumps from an MRF24J40MA based ECG.
Diffstat (limited to 'spi/mrf24j40/ecg/README')
-rw-r--r-- | spi/mrf24j40/ecg/README | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/spi/mrf24j40/ecg/README b/spi/mrf24j40/ecg/README new file mode 100644 index 0000000..94b4228 --- /dev/null +++ b/spi/mrf24j40/ecg/README @@ -0,0 +1,36 @@ +------------------------------------------------------------------------------- +Microchip MRF24J40MA +------------------------------------------------------------------------------- + +This is a set of captures of the communication of an ECG device using a +Microchip MRF24J40MA RF chip. + + +Logic analyzer setup +-------------------- + +The logic analyzer used was a Saleae Logic (at 12MHz). + + Probe MRF24J40MA + ----------------- + 0 CS# + 1 SDO (MISO) + 2 RESET# + 3 WAKE + 4 INT + 5 SDI (MOSI) + 6 SCK + 7 CONTROL2 (custom debug signal) + + +mrf24j40ma_no_txfails.sr +------------------------ + +This is a capture of a device where there aren't many TX fails (but some +occasional retries). + + +mrf24j40ma_many_txfails.sr +-------------------------- + +This is a capture of another device, where there are many TX fails and retries. |