I am new to the Arduino community. Just started my first ever Electronics project and code writing. What I want to do is store logged data for a UNO R3 board to a 32GB microSD card. I have been using chatGPT for help and it has advised to use a voltage level board/circuit to go between the UNO and the SD card.
So I have gone out and bought a board which came with no instructions so I have back annotated the board and redrawn it. I am sure there should be a ground connection but it didnt seem to go anywhere but it might be a link option. I have attached the schematic hope fully you can see it.
The only reason I am using a 32G microSD card was the smaller cards are harder to get hold of now even though I have just found one on the internet. So will try and get hold of one of those and I am thinking that the smaller cards work a 5 Volts anyway?
The circuit you posted a schematic to appears to adapt a 3.3V Arduino to a 5V, 3-pin SPI device.
An SD card adapter is a 3.3V, 4-pin device, I think. But as I said, many SD card adapters already have 5V to 3.3V converter circuits. And your Arduino is a 5V device, so if your adapter has those circuits, you should not need to add any more circuits, just find a <=2GB capacity card.