I would like to use for a project several arduino boards with an sd card reader. I have been using for this purpouse Arduino nano + SD card reader as seen in the picture.
I am wondering if there is an Arduino board or similar which already has an SD card reader incorporated.
Ideas?
As background information, I am using these boards to control led strips in a project. The programs are stoared in a bmp file on the sd card.
There's a Arduino MKR ZERO that has an on-board SD card socket.
Note that the MKR boards run at 3.3V, not 5V that the UNO & NANO normally do. You would need to take that into account in your project.
There was also the Goldilocks board but I think that is out of production. I see that the design files (in Eagle format) are still available at the bottom of the web page.
I seem to recall another board in an Arduino UNO footprint but I can't find it now.
EDIT: There is a Nano Data Logger Shield if you've not seen it. That has an RTC (Real Time Clock) as well. Note that the SD card holder is on the underside of the board - just in case you see images of the top of the board.