I would like to know how flexible the SDR equipment really is.
Could you do 915MHz LORA over SDR? Perhaps a Wireless Access Point?
What are some uses beyond human audio? Data transfers or a sensor net possible? Networking?
for me SDR is a means to demodulate and capture a signal that is being transmitted over the supported frequency band. an RX-only 'wireshark for RF'. so reverse-engineering of unknown digital signals sent by sensors would be one of the use cases. it's also perfect for debugging RF devices and protocols if one happens to create such software or hardware.
another use-case would be a spectrum analyzer - you can even get a nice
waterfall (signal strength over frequency over time) on a wide band.
I've seen examples where some use it to receive images from weather satellites - but I expect you need additional hardware to be able to do this.
or as you said, a simple radio to listen to.
if you have complex protocols (like LoRA which AFAIK is using frequency hopping) you should have a look at gnuradio and the large number of modules it can use - in this case google gr-lora - it seems to be able to demodulate LoRA signals and you can further feed that data into a logic
chain of other modules that can do filtering, conversions, etc. I'd expect that one would be able to capture LoRA signals, decode them and perform an action based on what was received.
be warned, if you also want to send out a signal via a similar chain you need a radio that has TX capability - which most of them do not have.
I'd love to know what others are using SDR for.