Skip to content
Marc Juul edited this page Oct 10, 2017 · 3 revisions

Transmission time calculation

Someone put together a nice google sheet calculator for airtime / time-on-air / transmission time.

Modulation scheme details

The LoRa modulation scheme is closed and patented. I'm really hoping to have DisasterRadio v2 hardware using low bandwidth SDR instead of these chips. I know @papazoga is keen on working that. However, since no affordable transmit-capable SDR systems exist, for now these chips are our best bet at getting to prototype and v1.

The good news is that LoRa has been reverse-engineered and implemented as a GNU Radio module:

The other good news is that transmit-capable SDR is expensive mostly because all of the existing SDR systems are extremely precise high-bandwidth systems capable of transmitting on 2+ GHz. We should be able to make a cheap send/receive SDR for low-bandwidth sub-Ghz operation (though it might be somewhat challenging to keep the power consumption low enough) but it's going to be a bunch more work than using an existing off-the-shelf LoRa chip.

Clone this wiki locally