Search found 1 match
- Tue Jul 02, 2024 1:37 pm
- Forum: Hardware
- Topic: Connecting ESP32 Cam with ESP32 Dev Module
- Replies: 0
- Views: 1475
Connecting ESP32 Cam with ESP32 Dev Module
Hello everyone, I'm having trouble connecting my modules together. What should I consider when connecting these modules? Are the camera settings correct? #include "esp_camera.h" #include "soc/soc.h" #include "soc/rtc_cntl_reg.h" #include "quirc.h" #include <Wire.h> #include <RTClib.h> RTC_DS3231 rtc...