Skip to content
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

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

Open
cpcpcpcpcpc opened this issue Mar 9, 2019 · 2 comments
Open

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

cpcpcpcpcpc opened this issue Mar 9, 2019 · 2 comments

Comments

@cpcpcpcpcpc
Copy link

cpcpcpcpcpc commented Mar 9, 2019

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
Copy link

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
Copy link

s0-er-eN commented Apr 4, 2019

+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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants