-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make it work with ESP32S3 model #31
Comments
Do you have a link to that device? Schematic? |
Hi, I would also like to know if its possible to use the code on ESP32S3 CAM or any other ESP device? Should the code be change and which parts should be changed? Also new to programming. Thank you for your project so far! |
The error says that the Pin has not been initialized, at the beginning of the program, add |
https://github.com/espressif/arduino-esp32/tree/master/libraries/SD_MMC#pin-assignments-for-esp32-s3 That does not happened automatically with the correct arduino board library??? |
Hi, and thanks for sharing your project. I was able to make this sketch work on ESP32 CAM and it worked like a charm. However i would like to try to use this sketch on the ESP32S3 CAM.
Have you ever tryed to upload the code on the ESP32S3 CAM?
I just tryed to upload the same code i uploaded to the ESP32 CAM but, as i expected, i receive this error:
My guess is that the SD card PIN on ESP32S3 CAM are different from the pin used in the ESP32 CAM, do you think that this could be the problem? In that case, which are the PIN used for the SD card in your sketch?
Sorry for the dumb question but I am quite new to C programming.
The text was updated successfully, but these errors were encountered: