SPI SDcard module question

I went to order an SPI SD card module and found the attached comment.

Does it make sense?

If you are not accustomed to using hot air guns on very small components I would advise against it as you can easiy destroy the board.
Find a board that is designed to work in a multi device SPI environment.

I need to know if the modification makes sense.

As far as technique, I got this.:rofl:

It does make sense.

The module is produced so it will send signals to MISO regardless if it is selected or not. So if you have 2 or more SPI components connected, it will destroy the communication for any other component.

(The usual - I have SPI SD card and SPI something and it does not work. Many Arduino beginers had this problem.)

This technique make the output of MISO pin HiZ if the SD Card is not selected.

I do something similar with my SD cards - I desoldered the chip, cut two traces, resoldered it and soldered wire to CS pin:

1 Like

Many thanks