diff options
author | Andrew Soknacki <asoknacki@gmail.com> | 2015-10-16 12:45:41 -0400 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2015-10-16 19:18:25 +0200 |
commit | 4ff70f2b1c39c38f177db62048326a1e40ac4933 (patch) | |
tree | 870a3bfcddbb05c6be4aeb622aa641720b8076fa /qi/gpmq8005a-nexus5 | |
parent | d3d48bb0945eeeebe23e4b167277007f75df442b (diff) | |
download | sigrok-dumps-4ff70f2b1c39c38f177db62048326a1e40ac4933.tar.gz sigrok-dumps-4ff70f2b1c39c38f177db62048326a1e40ac4933.zip |
qi: Add dump for GPMQ8005A transmitter.
Diffstat (limited to 'qi/gpmq8005a-nexus5')
-rw-r--r-- | qi/gpmq8005a-nexus5/README | 31 | ||||
-rw-r--r-- | qi/gpmq8005a-nexus5/gpmq8005a-nexus5.sr | bin | 0 -> 20911 bytes |
2 files changed, 31 insertions, 0 deletions
diff --git a/qi/gpmq8005a-nexus5/README b/qi/gpmq8005a-nexus5/README new file mode 100644 index 0000000..a64a278 --- /dev/null +++ b/qi/gpmq8005a-nexus5/README @@ -0,0 +1,31 @@ +------------------------------------------------------------------------------- +Qi charger protocol +------------------------------------------------------------------------------- + +This directory contains captures of data communication from Qi receivers to +Qi transmitters. + +Details: +http://www.wirelesspowerconsortium.com/developers/specification.html + + +Logic analyzer setup +-------------------- + +The logic analyzer used was a Saleae Logic16 clone (at 1MHz): + + Probe Signal + ----------------- + 0 (black) Qi demodulated data signal + + +Data +---- + +Captured from a Generalplus GPMQ8005A, communicating with a Nexus 5. + +The sigrok command line used was: + + sigrok-cli --time 4s -d saleae-logic16 --config samplerate=1M \ + --channels 0 -o gpmq8005a-nexus5.sr + diff --git a/qi/gpmq8005a-nexus5/gpmq8005a-nexus5.sr b/qi/gpmq8005a-nexus5/gpmq8005a-nexus5.sr Binary files differnew file mode 100644 index 0000000..7eb7555 --- /dev/null +++ b/qi/gpmq8005a-nexus5/gpmq8005a-nexus5.sr |