I’m trying to put together prototype that can play audio and display images transmitted via wifi from a mobile device.
Before I purchase a lot of modules that might not work together, I want to find out if anyone has tried to to use multiple shields that each have their own SD Card slots (for example, The Sparkfun MP3 Player Shield and the Serial Miniature LCD module), and stored data in those SD cards from another shield.
The specific use case would be this: the sketch receives an image over wifi, can it save it to SD card slot on the Serial Miniature LCD module, or does it have to save it to an SD card slot connected directly to the Arduino. Secondarily, if an audio clip was received over wifi and saved to the SD card slot on the Serial Miniature LCD module, could that audio clip be accessed directly by The Sparkfun MP3 Player Shield.
A last question would be, is there a better way to mix shields that require access to external storage?