Hi!
I am trying to reduce the power consumption of the board when inactive. Using the ArduinoLowPower library it is quite easy to reduce the current draw of the SAMD, but when I try to set the radio to sleep (with the MKRWAN library sleep() function), it just returns false.
The lowest current draw I could achieve so far is 2 mA, but for battery operated applications it would be nice to get lower. Any ideas?