Billy Feng
Billy Feng
@igrr I add GPIOs interrupt to the project and find that GPIO can't go to the isr after getting a frame.Before getting a frame ,GPIOs can go to the isr.I...
@igrr @Oitzu I fix the bug that ov2640 reset errror. The reg(0xff) of the sensor must be programmed 0x01 after reset the camera. ` gpio_set_level(config->pin_reset, 0); delay(10); gpio_set_level(config->pin_reset, 1); delay(10);...
Please check out the introduction.
Please check whether the camera connect to the board well.
You should use ESP32 module with psram
I didn't try that program,you can take issues to that program
Yes,if you want to flash it ,you must set IO and press the reset button manually.We will design the new camera board in March.
We will send you our audio boards to test our codec ,We hope to merge the code to esp-adf.Please tell me how to contact to your engineer. 
OK,it can work.But I found another problem. ` (78999) web_radio: RAM left 4468 I (79049) mad_decoder: decoder stopped I (79049) mad_decoder: MAD decoder stack: 504 I (79069) http_client: DNS lookup...
**Eh,I found that Can not play the next song after finish playing the a song. I try to press the button.But it's no use.I check the header of the response.It...