Hello Fedi. Do you know a SDR-RTL / radio community?

boost welcome

@iacore I've been using SDRs for a long time, now; but I'm pretty much just doing it by myself. I've read several online forums, but I don't think I've ever interacted in realtime with someone else with/regarding SDRs. Is there particular/specific information you're looking for?
@eigen how to use programs like stl_433 . their man page are scarce -- contain little info as to how to use it . i would like to find a community.
@iacore sorry, did you mean Rtl_433? I use that all the time/have contributed code to it. If you have any questions about it, I can probably help; but not so much with connecting you to other people
@eigen so, how do i scan Lora signals in all ISM bands?

@iacore are you in the US, and looking to scan approximately 902-928 MHz ?

Ok, I'm gonna include the below instructions because I think you'll find them helpful, even though rtl_433 doesn't support LoRa (also look for references to other SDR software that does):
https://github.com/merbanan/rtl_433/issues/2745
https://github.com/merbanan/rtl_433/issues/1939
https://github.com/merbanan/rtl_433/issues/1657

(I'm assuming the SDR dongle has a 2Mhz bandwidth).

rtl_433 can be invoked in analysis mode (pass `-A -R 0` on the command line [`-R` is to specify a number of a known/recognized device)

Unfortunately, it only accepts center-frequencies as well, not entire ranges: so you'll have to tell it to search the middle of each band in the entire range: `-f 903M -f 905M -f 907M …`
To only scan each of those for a set amount of time (let's say 3 seconds), pass `-H 3`

so, the invocation will look something like,
`rtl_433 -A -R 0 _h 3 -f 903M -f 905M…`

Identifying lora singals · Issue #2745 · merbanan/rtl_433

Hey, A lot of meters were updated and most of them have Lora enabled and I heard that at least on of them should not be encrypted, so I ran rtl_433 -S unknown -f 868.1M with various other settings ...

GitHub

@eigen

seems like Lora is a giant waste of time compared to ASK/PSK/FSK (forget which is which)

This program is too old to be build by CMake on my machine.
https://github.com/hexameron/rtl-sdrangelove/tree/master/plugins/channel/lora

rtl-sdrangelove/plugins/channel/lora at master · hexameron/rtl-sdrangelove

GUI frontend for rtl-sdr. Contribute to hexameron/rtl-sdrangelove development by creating an account on GitHub.

GitHub
@iacore I’ve found the best way to find folk with common interests is to use hashtags. So try #sdr #sdrrtl and see what you find
@iacore
There are certainly radio people here, but as @WiteWulf says, use hashtags. #sdrrtl
@simon @WiteWulf my instance is not federated enough to see any results 😅
@iacore
Ah, a GTS user, same here. I boosted as I have a few radio mutuals so someone may have a better idea.
@WiteWulf

@iacore

the RTL-SDR weblog has a good steady stream of interesting posts, and a well indexed archive

https://www.rtl-sdr.com

also the "Signal Identification Wiki" can be helpful to pick out a signal by ear / by eye on the waterfall

https://www.sigidwiki.com/wiki/Signal_Identification_Guide

I will second @M0YNG recommendation of rtl_433 as an ISM band scanning tool, but the closer to know to what you're trying to find the easier it is to recommend a specific tool.

#rtlsdr

@w8emv @M0YNG
rtl_433 -A -f 923M returns a lot of signals. How do I see the CSS chirp thing Lora has in a graphical interface?

@iacore @M0YNG

It looks like bertrik from the Revspace hacker space documented how to do this, complete with data sheets, patents, and code:

https://revspace.nl/DecodingLora

Please note that LoRa itself has a lot of options, some of which require wider bandwidth than the RTL-SDR can decode.

There is a lot more info in this graduate-level class lab on LoRa Modulation

https://ecenetworking.byu.edu/626/labs/lab_07/

DecodingLora - RevSpace

@w8emv @M0YNG gray code + chirps. thanks! i've opened my eyes!

@iacore @M0YNG

great! the biggest question was how far down the rabbit hole to lead you before some of the mysteries became evident

looks like there's an even more recent writeup here with a Defcon talk and some slides + code from #allanrbo

https://github.com/allanrbo/meshtastic-talk

GitHub - allanrbo/meshtastic-talk: Slides and code for my Defcon talk: Meshtastic Under the Microscope - From Chirps to Chat

Slides and code for my Defcon talk: Meshtastic Under the Microscope - From Chirps to Chat - allanrbo/meshtastic-talk

GitHub
@w8emv @M0YNG we already invest in Reticulum a bit