I actually was able to get the pin mapping and connected the relevant pins and tested the Simple Camera Capture
code and got successful image capture logs, though when I tried again after some time, I now am only getting capture failed due to timeout errors. Do you know what could be going wrong ...
Search found 6 matches
- Wed Oct 29, 2025 4:17 pm
- Forum: Showcase
- Topic: Parallel IO: ESP32-C5 image streaming with DVP Cameras (ESP32-C5-CAM)
- Replies: 10
- Views: 17330
- Wed Oct 29, 2025 9:10 am
- Forum: Showcase
- Topic: Parallel IO: ESP32-C5 image streaming with DVP Cameras (ESP32-C5-CAM)
- Replies: 10
- Views: 17330
Re: ESP32-C5 image streaming with a DVP camera.
Hey, I was trying to connect the camera and esp32c5 devkit. But I have a fundamental issue. I have an OV5640 camera with a ribbon cable(used in M5Stack esp32TimerCAM) and I got this camera breakout: https://roboticsdna.in/product/ffc-fpc-24-pin-adapter-board-0-5mm-to-2-54mm-soldered-connector ...
- Thu Oct 09, 2025 9:03 am
- Forum: Showcase
- Topic: Parallel IO: ESP32-C5 image streaming with DVP Cameras (ESP32-C5-CAM)
- Replies: 10
- Views: 17330
Re: ESP32-C5 image streaming with a DVP camera.
Hey, we are looking to connect our ov5640 camera to esp32 c5 dev board. I dont have much hardware experience. If you could help me out on how you managed to connect them wopuld be of great help! Thanks
- Fri Aug 29, 2025 7:39 am
- Forum: Hardware
- Topic: How to change channel for WiFi AP into ESP32
- Replies: 13
- Views: 37266
Re: How to change channel for WiFi AP into ESP32
Yes for AP+STA the channel will be the same and STA channel has to match the AP the station is connecting to.
why have they set a AP channel config if it is bound to pick it up from STA directly. Can someone help here? We are trying to use esp32c5 as a bridge between 5GHz router and a 2.4GHz ...
- Tue Aug 26, 2025 9:30 am
- Forum: ESP-IDF
- Topic: Detailed Documentation of "WIFI_BAND_MODE_AUTO"
- Replies: 3
- Views: 349
Re: Detailed Documentation of "WIFI_BAND_MODE_AUTO"
nopnop2002
did you manage to figure out where we can use different frequency bands simultaneously for SoftAP and STA mode? We actually want to connect our ESP32 chip to a 5GHz network and than want it to act as an AP and broadcast at 2.4GHz for our other ESP32 old chip to connect.
Any help would ...
did you manage to figure out where we can use different frequency bands simultaneously for SoftAP and STA mode? We actually want to connect our ESP32 chip to a 5GHz network and than want it to act as an AP and broadcast at 2.4GHz for our other ESP32 old chip to connect.
Any help would ...
- Tue Jul 15, 2025 7:49 am
- Forum: ESP-IDF
- Topic: Enabling Flash Encryption, NVS Encryption and Secure Boot remotely without having physical access
- Replies: 0
- Views: 45
Enabling Flash Encryption, NVS Encryption and Secure Boot remotely without having physical access
We have our esp32 chip deployed across various regions for some use case and we need to implement security features in them and hence need to enable Flash Encryption, NVS Encryption and Secure Boot V2 in our chip. I have tested these features in a test chip present with me. Is it possible to enable ...