Board Support For DFRobot ESP32 S3 AI CAM in a future version release? #616
Testroadtech
started this conversation in
General
Replies: 2 comments
-
I'll look at updating camera_pins.h next week |
Beta Was this translation helpful? Give feedback.
0 replies
-
added CAMERA_MODEL_DFRobot_ESP32_S3_AI_CAM, but needs to be tested |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In a future version of the software, can you add board support for the DFRobot ESP32 S3 AI CAM board ? https://wiki.dfrobot.com/SKU_DFR1154_ESP32_S3_AI_CAM for pin definitions
I checked the pin definitions of the camera_pins.h file and none of the supported boards has a compatible pinout. In addition, this board has 6 IR illuminators on GPIO 47, an LTR-308 I2C ambient light sensor, and a MAX98357 I2S amplifier and speaker onboard. I could not find in the code where any supported boards had an I2S amplifier defined.
The code is working well on the 16 MB Freenove board, and seems to be right on the edge of what the XIAO boards can handle., as some work well and others crash. Is adding I2S speaker functionality just too much for the ESP32S3 16 MB version to handle? I read on the info page here that not all features can be used due to hardware limitations. I am currently only using the PIR input to trigger recording, no other features.
Beta Was this translation helpful? Give feedback.
All reactions