Arduino
Arduino copied to clipboard
Please tell me how to make arduino nano camera with microSDcard module and arducam mini 2mp plus
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.
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.