How to recieve 433 and 868 signals with one Reciever and rtl_433? #3069
-
Hi, i would like to decode my Bresser 7in1 Weather sensor (868M) and some different sensor from 433M. Temporaly i am using one rtl-sdr with a raspberry. Can i configure it to recieve the new Bresser sensor? BR kami |
Beta Was this translation helpful? Give feedback.
Replies: 17 comments 25 replies
-
as long, as you have no time critical sensors, aka alarms, you can hop frequencies:
this will hop every 5 minutes (600 seconds) to the other frequency. You might change or strip the decimal part to your needs. And you should test, how often the sensors sending data. Everything above 5 minutes makes it difficult. And, of course, you will loose all data on the frequency, which is not active in the interval. But for weather stations, that should be OK. |
Beta Was this translation helpful? Give feedback.
-
hi kami83, |
Beta Was this translation helpful? Give feedback.
-
hi kami, sry for the overhead. simply use "rtl_433 rtl_433 -f 433.92M -f 868.95M -H 25" if u dont need above. Boing |
Beta Was this translation helpful? Give feedback.
-
Hi k-str50,
Check your antenna and (or) cable.
Even a very simple dipol for 868 Mhz
gives very good results.
Which RTL device u use?, antenna?
Indoor or Outdoor use?
Check without -R 32 for 5 minutes
rtl_433 -f 868.6M > output.txt
Post output.txt here.
On Linux take Gqrx with 868M
Any Signal?
My Output with a 868 dipol
[102;92m[ [30mSDR [92m] [0m Using device 0: Realtek, RTL2838UHIDIR, SN:
00000001, "Terratec Cinergy T Stick RC (Rev.3)"
[103;93m[ [30mAuto Level [93m] [0m Estimated noise level is -18.1 dB,
adjusting minimum detection level to -15.1 dB
[103;93m[ [30mAuto Level [93m] [0m Estimated noise level is -20.8 dB,
adjusting minimum detection level to -17.8 dB
[103;93m[ [30mAuto Level [93m] [0m Estimated noise level is -23.0 dB,
adjusting minimum detection level to -20.0 dB
[103;93m[ [30mAuto Level [93m] [0m Estimated noise level is -25.0 dB,
adjusting minimum detection level to -22.0 dB
[103;93m[ [30mAuto Level [93m] [0m Estimated noise level is -26.7 dB,
adjusting minimum detection level to -23.7 dB
[103;93m[ [30mAuto Level [93m] [0m Estimated noise level is -28.3 dB,
adjusting minimum detection level to -25.3 dB
[103;93m[ [30mAuto Level [93m] [0m Estimated noise level is -29.5 dB,
adjusting minimum detection level to -26.5 dB
[103;93m[ [30mAuto Level [93m] [0m Current signal level -14.9 dB, estimated
noise -29.4 dB
[103;93m[ [30mAuto Level [93m] [0m Estimated noise level is -30.5 dB,
adjusting minimum detection level to -27.5 dB
[103;93m[ [30mAuto Level [93m] [0m Estimated noise level is -31.6 dB,
adjusting minimum detection level to -28.6 dB
[103;93m[ [30mAuto Level [93m] [0m Estimated noise level is -32.6 dB,
adjusting minimum detection level to -29.6 dB
[103;93m[ [30mAuto Level [93m] [0m Estimated noise level is -31.6 dB,
adjusting minimum detection level to -28.6 dB
[103;93m[ [30mAuto Level [93m] [0m Current noise level -32.1 dB, estimated
noise -31.4 dB
[103;93m[ [30mAuto Level [93m] [0m Estimated noise level is -30.6 dB,
adjusting minimum detection level to -27.6 dB
[103;93m[ [30mAuto Level [93m] [0m Estimated noise level is -31.7 dB,
adjusting minimum detection level to -28.7 dB
[103;93m[ [30mAuto Level [93m] [0m Estimated noise level is -32.9 dB,
adjusting minimum detection level to -29.9 dB
[103;93m[ [30mAuto Level [93m] [0m Current noise level -32.7 dB, estimated
noise -32.1 dB
Boing
k-str50 ***@***.***> schrieb am Sa., 19. Okt. 2024, 12:30:
… I sent this command :
rtl_433 -R 32 -f 868.6M -Y autolevel -M level -M noise
This is the result:
Auto Level] Current noise level -15.2 dB, estimated noise -15.2 dB
It's not really good.
—
Reply to this email directly, view it on GitHub
<#3069 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BJYMOYTJOAZPZBLPTKWLRF3Z4IYEBAVCNFSM6AAAAABP7AUJK6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAOJZGA2DANI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi, k-str50,
Your device RTL 2832U OEM is working.
The antenna is simple but useable.
The output shows 8x Smoke Detektor HAG and one -R 155 Fineoffset - WHx080 ,
all plausible
…-R 32 is 433.92M,
take -R 155 instead
On Debian or Ubuntu take the GUI Version of Gqrx, should be in APT repos.
Play with this tool, simple but
very usefull.
have fun
Boing
k-str50 ***@***.***> schrieb am Mo., 21. Okt. 2024, 13:15:
@AkaBoing <https://github.com/AkaBoing>
Thank you very much for your suggestion.
I have a dongle of the type Realtek
lsusb
Bus 001 Device 004: ID 0bda:2838 Realtek Semiconductor Corp. RTL2838 DVB-T
I have attached a picture of the antenna.
DSCN0019.JPG (view on web)
<https://github.com/user-attachments/assets/69c6e6a3-3285-45c8-b7ca-86caac656fea>
The command
rtl_433 -f 868.6M > output.txt
rtl_433 version 23.11-168-g322e04ff branch master at 202410160342 inputs file rtl_tcp RTL-SDR
New defaults active, use "-Y classic -s 250k" if you need the old defaults
Detached kernel driver
Found Fitipower FC0012 tuner
Exact sample rate is: 1000000.026491 Hz
Allocating 15 zero-copy buffers
results in this result.
output.txt <https://github.com/user-attachments/files/17459700/output.txt>
How should I use gqrx? There is a GUI or the cli version. Which one is
meant? And what exactly should I do?
Can you please write to me what I should continue to do?
Kurt
—
Reply to this email directly, view it on GitHub
<#3069 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BJYMOYT24VA2Z7TF3EUHDHDZ4TO4TAVCNFSM6AAAAABP7AUJK6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCMBQGQZDMOI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
moin k-str50
ELV sagt mir: Germany
Die Rauchmelder in deiner Nähe können dein -R 155 Sensorsignal massiv
stören. Also die Antenne möglichst weit weg davon aufstellen.
Gruß
Detlef.
Detlef Haasper ***@***.***> schrieb am Mo., 21. Okt. 2024,
13:56:
… Hi, k-str50,
Your device RTL 2832U OEM is working.
The antenna is simple but useable.
The output shows 8x Smoke Detektor HAG and one -R 155 Fineoffset - WHx080
, all plausible
-R 32 is 433.92M,
take -R 155 instead
On Debian or Ubuntu take the GUI Version of Gqrx, should be in APT repos.
Play with this tool, simple but
very usefull.
have fun
Boing
k-str50 ***@***.***> schrieb am Mo., 21. Okt. 2024, 13:15:
> @AkaBoing <https://github.com/AkaBoing>
> Thank you very much for your suggestion.
> I have a dongle of the type Realtek
>
>
> lsusb
> Bus 001 Device 004: ID 0bda:2838 Realtek Semiconductor Corp. RTL2838 DVB-T
>
> I have attached a picture of the antenna.
> DSCN0019.JPG (view on web)
> <https://github.com/user-attachments/assets/69c6e6a3-3285-45c8-b7ca-86caac656fea>
> The command
>
> rtl_433 -f 868.6M > output.txt
> rtl_433 version 23.11-168-g322e04ff branch master at 202410160342 inputs file rtl_tcp RTL-SDR
>
> New defaults active, use "-Y classic -s 250k" if you need the old defaults
>
> Detached kernel driver
> Found Fitipower FC0012 tuner
> Exact sample rate is: 1000000.026491 Hz
> Allocating 15 zero-copy buffers
>
>
> results in this result.
> output.txt
> <https://github.com/user-attachments/files/17459700/output.txt>
>
> How should I use gqrx? There is a GUI or the cli version. Which one is
> meant? And what exactly should I do?
>
> Can you please write to me what I should continue to do?
> Kurt
>
> —
> Reply to this email directly, view it on GitHub
> <#3069 (reply in thread)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/BJYMOYT24VA2Z7TF3EUHDHDZ4TO4TAVCNFSM6AAAAABP7AUJK6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCMBQGQZDMOI>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
|
Beta Was this translation helpful? Give feedback.
-
last attempt; |
Beta Was this translation helpful? Give feedback.
-
Hi, I ran this command |
Beta Was this translation helpful? Give feedback.
-
Hello |
Beta Was this translation helpful? Give feedback.
-
Hello, everything woks fine. But I would like to store my weather data on the Web. Does any have a Suggestion? Which one is the best? With low cost? |
Beta Was this translation helpful? Give feedback.
-
hi k-str50, |
Beta Was this translation helpful? Give feedback.
-
@AkaBoing , |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
@AkaBoing , @zuckschwerdt , |
Beta Was this translation helpful? Give feedback.
-
A simple example: Could be nearly any kind of Data but No Windows EXE ! |
Beta Was this translation helpful? Give feedback.
-
The JSON Output of rtl_433 (one of my Oregon Meter) |
Beta Was this translation helpful? Give feedback.
-
Hello, |
Beta Was this translation helpful? Give feedback.
as long, as you have no time critical sensors, aka alarms, you can hop frequencies:
rtl_433 -f 433.53M -f 686.02M -H 600
this will hop every 5 minutes (600 seconds) to the other frequency. You might change or strip the decimal part to your needs. And you should test, how often the sensors sending data. Everything above 5 minutes makes it difficult.
And, of course, you will loose all data on the frequency, which is not active in the interval. But for weather stations, that should be OK.