I have a question regarding the Grove interface above the card (SDA, SCL, 5V, GND) and the (RX,TX, 5V, GND).
Could please tell me where can I buy the cable connector that will be suitable for those two interfaces?
Can I read the data written in the SD card memory using the (SDA, SCL, 5V, GND) interface with another Arduino board than the one use to write in the SD card memory?
If Yes does anybody has an example code?
I am looking forward to hearing from you.
Kind Regards,
Thank you very much for your email.
I know how to get two Arduino to communicate with IIC.
My question was rather can two Arduino shares the same SD card Shield Memory?
One Arduino writing into the SD card shield memory using the SD card Chip Select with the SPI Interface.
The other Arduino reading from the SD card Memory using the Grove IIC interface?
In other words, can the SD card Shield be used as a FIFO between two Arduino UNO?
I saw that a file can be opened in read and write mode.