I would like to connect an OV5640 camera to an Arduino Nano.
There's a lot of info out there, but it all starts at too high a level for me.
What I need is the absolute minimum: Which pins on the camera do I connect to which pins on the nano, plus the least exciting code i.e. initialise and take a single photo.
(Ultimately, I would like to take photos at a variable interval and save them to a microSD card)
I have read:
I think I have a slightly different mounting, with details here:
I have found the ArduCAM code on github:
If anyone can help get me started, I would be very grateful.