summaryrefslogtreecommitdiff
path: root/i2c/rding_temper/README
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2012-06-24 16:01:15 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2012-06-24 16:01:15 +0200
commit4cc2b88e32b573d79d69ec1b7b31af93ce123d00 (patch)
treeb4a10622fb73236623d3dc38eb8fe3a9d7b4483f /i2c/rding_temper/README
parentf5c5518eb4b16f0ef45a993d873ba96ae0e077d8 (diff)
downloadsigrok-dumps-4cc2b88e32b573d79d69ec1b7b31af93ce123d00.tar.gz
sigrok-dumps-4cc2b88e32b573d79d69ec1b7b31af93ce123d00.zip
Add some RDing TEMPer (USB temperature logger) dumps.
Diffstat (limited to 'i2c/rding_temper/README')
-rw-r--r--i2c/rding_temper/README36
1 files changed, 36 insertions, 0 deletions
diff --git a/i2c/rding_temper/README b/i2c/rding_temper/README
new file mode 100644
index 0000000..f0fb8f3
--- /dev/null
+++ b/i2c/rding_temper/README
@@ -0,0 +1,36 @@
+-------------------------------------------------------------------------------
+RDing TEMPer USB-based temperature sensor
+-------------------------------------------------------------------------------
+
+This is a set of example captures of the I2C/USB/other traffic on an
+RDing TEMPer USB-based temperature sensor.
+
+The device consists of a Fairchild FM75 temperature sensor, an unknown
+I2C EEPROM, and an unknown "main chip" (20 pins) which does USB
+(low-speed, HID), among other things.
+
+Details:
+http://sigrok.org/wiki/RDing_TEMPer
+
+
+Data
+----
+
+The logic analyzer used was a CWAV USBee SX (at 12MHz):
+
+ Probe RDing TEMPer
+ ------------------------
+ 0 (black) I2C SDA (FM75)
+ 1 (brown) I2C SCL (FM75)
+ 2 (red) OS (FM75)
+ 3 (orange) USB DM (main chip)
+ 4 (yellow) USB DP (main chip)
+ 5 (green) LED (a pin on the main chip)
+
+The sigrok command line used was:
+
+ sigrok-cli -d 0:samplerate=12mhz --time <time> \
+ -p 1=SDA,2=SCL,3=OS,4=DM,5=DP,6=LED -o <file>
+
+(<time> and <file> vary)
+