sandeepmistry / arduino-LoRa

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

Deep sleep current 77μA, can be less #444

Closed jbrepogmailcom closed 3 years ago

jbrepogmailcom commented 3 years ago

Hello. I use LoRa Radio Node V1.0. Cool thing, with following code it has 77μA in deep sleep. I wonder if anyone experienced lower deep sleep current and with what hardware.

    LoRa.end();
    LowPower.powerDown(SLEEP_8S,ADC_OFF, BOD_OFF);
IoTThinks commented 3 years ago

My custom board with esp32 reaches 13uA deepsleep. :D 77uA is quite good for standard board already.

jbrepogmailcom commented 3 years ago

13μA even with LoRa chip? That is good, could you share schematics please? Is it possible to buy the board?

IoTThinks commented 3 years ago

I off the power for the whole LoRa module to reach 13uA. With LoRa, 77uA is very good already.

Other people here can reach 35uA with LoRa. You can check for hints https://github.com/sandeepmistry/arduino-LoRa/issues/431#issuecomment-788961131