User Tools

Site Tools


howtos:sdr

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
howtos:sdr [2021/06/07 18:38]
admin
howtos:sdr [2021/06/07 18:43]
admin
Line 10: Line 10:
   * [[https://​github.com/​EliasOenal/​multimon-ng|multimon-ng]]   * [[https://​github.com/​EliasOenal/​multimon-ng|multimon-ng]]
   * [[https://​github.com/​merbanan/​rtl_433|RTL 433]]   * [[https://​github.com/​merbanan/​rtl_433|RTL 433]]
-  * Use rtl_power (part of the rtl-sdr debian package) and [[https://​github.com/​keenerd/​rtl-sdr-misc/​blob/​master/​heatmap/​heatmap.py|heatmap.py]] See also [[http://​kmkeen.com/​rtl-power/​|RTL Power]] 
  
 ===== Command Line ===== ===== Command Line =====
Line 19: Line 18:
 multimon-ng --timestamp -t raw -a POCSAG512 -a POCSAG1200 -a POCSAG2400 ​ -f alpha - multimon-ng --timestamp -t raw -a POCSAG512 -a POCSAG1200 -a POCSAG2400 ​ -f alpha -
 </​code>​ </​code>​
 +
 +To generate the heatmaps of what's happening in the radio spectrum in your area, use the ''​rtl_power''​ (in the rtl-sdr debian package) with  [[https://​github.com/​keenerd/​rtl-sdr-misc/​blob/​master/​heatmap/​heatmap.py|heatmap.py]]. ​ For more information see http://​kmkeen.com/​rtl-power/​
 +
 +Run this for 24 hours (you can also just try an hour or so and repeat to test different aerials):
 +<code bash>
 +rtl_power -f 24M:​1700M:​1M -i 100 -g 50 -e 24h data.csv
 +python heatmap.py data.csv
 +</​code>​
 +
 +
howtos/sdr.txt ยท Last modified: 2021/06/07 21:44 by admin