Hallo,
i hope some one can help me with a little problem.
I’am trying to minimize my nodes power consumption. At the moment i use the Low-Power Rocketscream library to put the controller to sleep with
LowPower.powerDown(SLEEP_8S, ADC_OFF, BOD_OFF);
This is working fine for me.
Now i want to put the RFM95 to sleep. I tried with LMIC.shutdown(); but then my node stops sending for ever. So has anyone an easy example for me?
Regards,
Bjoern