Search found 4 matches
- Tue Mar 12, 2024 7:40 pm
- Forum: ESP32 Arduino
- Topic: ESP32S3 ov2640 as a slave device
- Replies: 3
- Views: 859
Re: ESP32S3 ov2640 as a slave device
Do I have to initiate the pwm square wave generator on pin CSI_MCLK or the esp_camera library takes care that for me?
- Tue Mar 12, 2024 5:24 pm
- Forum: ESP32 Arduino
- Topic: ESP32S3 ov2640 as a slave device
- Replies: 3
- Views: 859
Re: ESP32S3 ov2640 as a slave device
Your reply has nothing to do with the question asked.
- Sun Mar 10, 2024 9:10 pm
- Forum: ESP32 Arduino
- Topic: ESP32S3 ov2640 as a slave device
- Replies: 3
- Views: 859
ESP32S3 ov2640 as a slave device
I am working on a custom board that was designed by someone else. The board uses ESP32S3 without PSRAM. In the design there is a cst226se touch controller which is working perfectly. I am having trouble initializing the on2640 as I get camera: Camera probe failed with error 0x105(ESP_ERR_NOT_FOUND) ...
- Fri Dec 29, 2023 9:10 am
- Forum: General Discussion
- Topic: Newbie: Any benefits of migrating lvgl code from Arduino to IDF?
- Replies: 0
- Views: 6159
Newbie: Any benefits of migrating lvgl code from Arduino to IDF?
Greetings everyone. I am a newbie as ESP32. I am given this project running on ESP32S3 with 8MB of flash and 8MB of PSRAM. I have created a very simple design with only 3 screens on Squareline Studio. I flashed the code to my ESP32S3 using the Arduino framework. By default, this setup is using TFT_e...