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!