shariltumin / esp32-cam-micropython-2022

MicroPython esp32-cam firmware with camera support compiled with esp-idf-4.4.0. Python script files for live streaming
MIT License
174 stars 33 forks source link

Help with using the SD card on the Freenove ESP32-S3 Board #43

Closed ArevomEisvolk closed 5 months ago

ArevomEisvolk commented 6 months ago

I would like to build a wildlife camera with your firmware, not very complex but quite nice, in my opinion. Now I am facing the issue that something seems to be wrong with the SD card library 'SD MMC peripheral on ESP32-S3 #10598'. I had to recompile the firmware with the fix shown here. Unfortunately, this is not yet available. Would you please recompile the firmware with the fix?

SDcard Pin - From the C Tutorial PDF An SDcard slot is integrated on the back of the ESP32-S3-WROOM board. We can use GPIO38-GPIO40 of ESP32-S3-WROOM to drive SD card. The SDcard of ESP32-S3-WROOM uses SDMMC, a 1-bit bus driving method, which has been integrated in the Arduino IDE, and we can call the "SD_MMC.h" library to drive it. For details, see the SDcard chapter in this tutorial.

SDcard Pin - From the Python Tutorial PDF An SD card slot is integrated on the back of the ESP32-S3 WROOM board. We can use GPIO38-GPIO40 of ESP32-S3 WROOM to drive the SD card.

https://github.com/orgs/micropython/discussions/10598

shariltumin commented 6 months ago

Hello,

Sorry about that. Give me a few days to work on a new firmware with some bug fixes, and which will also include the onboard SD card drive.

Thanks for the tips, by the way.

ArevomEisvolk commented 5 months ago

Hallo, are there any updates, are you making progress?

shariltumin commented 5 months ago

Please find the new firmware here

ArevomEisvolk commented 5 months ago

Many thanks, it works perfectly.