bitluni / ESP32CameraI2S

169 stars 61 forks source link

Leaving... Hard resetting via RTS pin... #13

Open cpcpcpcpcpc opened 5 years ago

cpcpcpcpcpc commented 5 years ago

Hi, I used to be able to make the camera work, but since few week, some updates on my Arduino or Hardware library ESP32 generated the following message after compiling and uploading to the ESP32 Lolin32 board in the Arduino IDE bottom window:

Leaving... Hard resetting via RTS pin...

Have you guys experienced the same thing? The main problem being that now the camera does not work anymore and I also get in the serial monitor the following message: load:0x40078000,len:10312 load:0x40080400,len:6460 entry 0x400806áets Jun 8 2016 00:22:57

rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:1 load:0x3fff0018,len:4 load:0x3fff001c,len:1100 load:0x40078000,len:10312 load:0x40080400,len:6460 entry 0x400806a4 Connecting Wifi...

WiFi connected IP address: 192.168.0.12 E (2690) ledc: ledc_set_duty_with_hpoint(383): hpoint argument is invalid

Some people suggested to add in XClk,cpp the following: ch_conf.hpoint = 0; This helps removing the issue "E (2690) ledc: ledc_set_duty_with_hpoint(383): hpoint argument is invalid" but the camera is still not working, instead, it has lines travelling showing no pictures making sense.

Can you please help?

thanks

shikharuniyal commented 5 years ago

when i use ch_conf.hpoint = 0; then it shows like this -->

ets Jun 8 2016 00:22:57

rst:0x1 (POWERON_RESET),boot:0x3 (DOWNLOAD_BOOT(UART0/UART1/SDIO_REI_REO_V2)) waiting for download

can anyone give me suggestions.

s0-er-eN commented 5 years ago

+1

I'm having the same issue. I also set hpoint to 0 before calling ledc_channel_config() in XClk.cpp but the image shown on my tft display is the following: TFT_vertical_lines

anyone had a similar issue so far and is willing to help?