blob: 6d9042c6b7f49c7d2baf7bea5044bd653190d7db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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 Saelae Logic clone (at 250kHz):
Probe Signal
-----------------
0 (black) Qi demodulated data signal
Data
----
Captured from a noname Qi receiver for Samsung 5.
The sigrok command line used was:
sigrok-cli --time 4s -d fx2lafw --config samplerate=250k \
--channels 0 -o noname-samsung5.sr
|