Using 1 sd card module with 2 arduino uno's

Hii experts,

I'm designing a robot arm with stepper motors, optical rotary encoders, and Arduino. The process involves recording coordinates with an encoder, storing them on an SD card, and later playing them back. One Arduino handles recording and storing, while the other reads from the card and plays back. Rather than using SPI communication, can I connect both Arduinos to a single SD card module in parallel? This way, one Arduino records and writes to the card, and the other reads from it to control the stepper motor.
Thank you!

Post a schematic showing how that would be wired, One cannot connect outputs together.

Better to have one Arduino take care of the SD card and talk to the other Arduino as necessary,

1 Like

No. You need to divide the tasks between the two Arduino in a different way. Or use one arduino.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.