ArduCAM / Arduino

This is ArduCAM library for Arduino boards
MIT License
473 stars 349 forks source link

Wiring Arducam Mini to ESP32 NodeMCU #509

Open PsY4 opened 3 years ago

PsY4 commented 3 years ago

I have a working project using Arducam Mini and ESP8266, and I wanna switch to an ESP32.

So now, I wanna use an ArduCAM-Mini-2MP Rev.B with an AZDelivery ESP32 NodeMCU, but I can't find any clue on how to connect them !

AZDelivery ESP32 NodeMCU Pinout : https://codedocu.de/Daten/Images/3/Image_3091_4.jpg

The working version (on ESP8266) was made using this wiring and code : https://github.com/dmainmon/ArduCAM-mini-ESP8266-12E-Camera-Server/blob/master/ArduCam_ESP8266_FileCapture.ino

I hope to use ESP32 and ArduCam to make a RSTP streaming cam using Micro-RSTP library here!

Any help on wiring the cam to the new board will be greatly appreciated ! Thx guys !