Hello,
a battery driven data logger stores the data on an SD card. The access to the card occurs only once every few minutes, but even in idle the card consumes quite a few milliamps.
So I was wondering, if there is a way to "unplug" the card during those idle times using some logic level MOSFETs.
My initial thought was to use one of those on the Vcc of the card module. But on a second thought: If there is some other communication on the SPI going on, is there the potential for damaging the card? Because in that case V(MISO) / V(CLK) / V(MOSI) could all be greater than Vcc of the card which would be 0.
So I guess the general question would be: How to "unplug" a load that also has some bus communication lines?