Arduino icon indicating copy to clipboard operation
Arduino copied to clipboard

Please tell me how to make arduino nano camera with microSDcard module and arducam mini 2mp plus

Open atsu-nanocamera opened this issue 4 years ago • 1 comments

Hi! I am a student. I am beginner for using arduino. I want to make camera with arduino nano , microSDcard module and arducam mini 2mp plus. I want to capture movies with arducam and save it to microSDcard. Will you tell me how to connect with them. MicroSDcard module have cs, sck, mosi, miso ,Vcc, and GND pins.

atsu-nanocamera avatar Oct 09 '20 05:10 atsu-nanocamera

Hi, You only need to find the pin numbers of SPI and I2C in the nano library, and then connect the corresponding pins on the camera and SD card module. However, please note that some SD card module may occupy the SPI bus and not release due to non-standard design.

ArducamSupport avatar Oct 28 '20 00:10 ArducamSupport