Skip to content

Commit e37c0d7

Browse files
committed
docs: Change iqs to pdv
1 parent e04da9c commit e37c0d7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/ANALYZE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## TL;DR
44

55
Capture sample data with `-S unknown`. Note down the expected measurement values from a read-out or head unit.
6-
Check the spectrogram by dropping samples on https://triq.org/iqs/ (it should [look "busy" like this](https://triq.org/iqs/#/honeywell/2Gig-DW10/g001_344.975M_250k.cu8))
6+
Check the spectrogram by dropping samples on https://triq.org/pdv/ (it should [look "busy" like this](https://triq.org/pdv/#/honeywell/2Gig-DW10/g001_344.975M_250k.cu8))
77
Try analyzing each sample with `rtl_433 -A gfile.cu8` to see if there is some real data.
88
Use the analyzer hints to create a plausible `-X` decoder and demod the data codes.
99
Then upload some zipped samples to an issue and post a description and tabled codes and values per sample file.
@@ -31,7 +31,7 @@ Do not plug the receiver directly in a USB port, avoid noise and use a short USB
3131

3232
Note the frequency, pick a frequency a little off, e.g 50k above or below.
3333
Then grab the signal with rtl_433, e.g. `rtl_433 -f 433.92M -S unknown`
34-
Visually verify the samples in https://triq.org/iqs
34+
Visually verify the samples in https://triq.org/pdv
3535

3636
::: tip
3737
The modes for the sample grabber are
@@ -77,7 +77,7 @@ Use the suggestion or make a guess based on the analyzed pulse data on the codin
7777

7878
The last stage is the protocol decoding from the bit data.
7979
Build a table of codes and the expected sensor values to identify where the bytes are and what is contained.
80-
Preferably put the codes and annotations in a [BitBench](https://triq.net/bitbench).
80+
Preferably put the codes and annotations in a [BitBench](https://triq.org/bitbench).
8181

8282
## Example commands
8383

docs/LINKS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
- [SigRok](https://sigrok.org/) [PulseView](https://sigrok.org/wiki/PulseView)
1111
- [Audacity](https://www.audacityteam.org/)
12-
- [iqSpectrogram](http://triq.org/iqs) to visualize sample files
13-
- [BitBench](http://triq.net/bitbench) to analyze data formats
12+
- [Spectrogram](http://triq.org/pdv) to visualize sample files
13+
- [BitBench](http://triq.org/bitbench) to analyze data formats
1414

1515
# Related projects
1616

src/devices/tfa_drop_30.3233.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ KKKK
6464
- K: Unknown. Either b1011 or b0111.
6565
- Distribution: 50:50.
6666
67-
[Bitbench](http://triq.net/bitbench) string:
67+
[Bitbench](http://triq.org/bitbench) string:
6868
6969
```
7070
ID:hh ID:hh ID:hh BAT_LOW:b RESET:b UNKNOWN:bb XMIT_COUNTER:h RAIN_A:d

0 commit comments

Comments
 (0)