RAK15002 & RAK19007 + RAK4631

Hi, I’m trying to build a logger using the RAK15002, RAK19007, and RAK4631, with the Arduino API and the SD library.

The problem I’m having is related to the consistently high power consumption when I initialize the SD module; the current rises to 15–20 mA continuously, not just during read/write operations. I’m not sure what I might be doing wrong, but I wouldn’t expect this level of power consumption while the card isn’t in use.

Do you have any idea what this might be? I started with the example at:

Regards,
Julio.

I improved the current consumption changing the SD library to greiman/SdFat library that allows you to de-initialize the SD from the SPI.

Thanks for sharing the solution.