Hi,
I'm stuck again while trying to access the SD card module by MEGA and UNO one by one.
Here, MEGA will write into SD CARD & then UNO will read the data.
Initially, I tried it just by connecting the connections(CS, SCK, MOSI&MISO) directly to the pins of the card module.
But there, an issue had formed in between the SCK or MISO pins of both controllers(I'm not sure, which pin is making the issue).
- Individually it is working fine.
Then I included a multiplexer as a switch in between two controller's out pins, to the card module.
At that time it works, but only for one controller.
...
to the
// I have tested the multiplexer IC (74HC157) by just giving 0s & 1s to the input pins. It was working well for every output.
Now, can you anyone guide me - where was my mistake?
- How can I access the SD card by both controllers?