How do you connect to a LoRa device without it being constantly in receive mode?
While LoRa is low-power, a battery-powered device constantly in receive mode will run out of energy in days, making such an approach infeasible.
I will describe one method which uses CAD (channel activity detection) to do this. This handshake/downlink/wakeup protocol, whatever you want to call it is similar to LoRaWAN class B but conceptually simpler and more power efficient on the node side.

