sandeepmistry / arduino-LoRa

An Arduino library for sending and receiving data using LoRa radios.
MIT License
1.61k stars 620 forks source link

How to wake up the Lora Module #473

Closed hkarthik97 closed 3 years ago

hkarthik97 commented 3 years ago

The library provides option for putting lora to sleep. How do i wake up?

RubiRubsn commented 3 years ago

via pulling down the reset pin

IoTThinks commented 3 years ago

How do you make LoRa module to sleep? Via LoRa.end() or LoRa.sleep()?

RubiRubsn commented 3 years ago

@hkarthik97 I looked in the code, with LoRa.begin() you wake the module.

@IoTThinks in wich mode do the LoRa module consume less energy?

IoTThinks commented 3 years ago

LoRa.end() will consume less energy than LoRa.sleep().