Catalog neighborhood devices and analyze SNR #2118
hdtodd
started this conversation in
Show and tell
Replies: 2 comments 1 reply
-
Project link: https://github.com/hdtodd/rtl_snr Open list of ideas:
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Now that this is in LINKS, should this discussion be closed out? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In using my RTL_SDR dongle to collect temperature data from my Acurite remote sensor, I noticed that there are a number of other devices in my neighborhood sending signals on the 433MHz band. I wondered what else is out there and how well other thermometer readings correlated with mine. But first I had to know what was in the neighborhood.
So I wrote a pair of programs, snr (C) and SNR.py (Python), to analyze rtl_433 JSON logs and catalog and analyze signals (specifically the signal-to-noise ratio) from devices recorded in the logs. I was astounded at the number and variety of devices in our (rather small and isolated) neighborhood.
These programs might be useful to others. They're available on github:
Beta Was this translation helpful? Give feedback.
All reactions