I use an arduino nano 33 IOT or an arduino ESP8266 and these 2 devices have an output voltage of 3.3 V. I would like to use an SD drive but the one I have has a 5V -> 3V converter. It seems that this is why I can't communicate with it.
Thank you, I didn't understand. So if it works 3.3V to 3.3V it's my setup that's wrong.
I'll keep looking for the reason why it doesn't work and in case I ordered a new 3.3V drive. It is possible that there is a problem.
I don't believe the SD module you have will work. Its "Vcc" pin feeds into the 3.3V regulator on the module, so it's looking for 5V there. I don't think you can feed that pin with 3.3V. You would need to get your 3.3V power to the output of the regulator. You would have to modify the module to do that.