Rst error esp32

Before adding the control feature with joyistick (with the acceleration sensor), there was no problem, I was just sending the camera to the actual wi-fi, but now I am getting an error in the setuppinmodes section (rst:)

Hi,
without knowing what error you are having, it is impossible to help you.

I believe you did not read the initial recommendations when registering on the forum.

Please post the full error message, using code tags when you do

Has this anything to do with all your other posts about an ESP32 remote car?

1 Like

.....
Coneccted
Starting web server on port: '80'
Starting stream⸮ets Jul 29 2019 12:21:46

rst:0x8 (TG1WDT_SYS_RESET),boot:0x17 (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:0x3fff0030,len:1240
load:0x40078000,len:13012
load:0x40080400,len:3648
entry 0x400805f8

no,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,

Interestingly, it worked when I deleted only the pinmode part of the setuppinmodes section, but the presence of these external things caused the camera to receive the message "camera capture failed", actually I can say that the only problem is that I cannot meet the analogWrite command.

On an ESP32 cam, getting the ADC to work is problematic, especially if WiFi is being used.

I am getting rst error even though I use only adc

how can i fix?

If you are not using WiFi you can use ADC2 of the ESP32CAM.

but i dont use adc2

Now I understand you. By using ledcsetup and similar commands instead of analogwrite, I am actually using analogwrite, that is, new adc. So if the first esp32 acceleration sensor is sent to the second esp32 as string data, how many seconds will the delay time be when the acceleration sensor transmits, even if it is the second esp32 in dc motors? (assuming the distance is 3-4 cm)

less than a second.

Actually, my card is not exactly esp32cam, it's a copy from esp32cam, but as a difference, it has an acceleration sensor and a microphone sensor. I wanted to evaluate the acceleration sensor, but I gave up on pushing my luck.

Although the problem could not be solved completely, what I did using 2esp32s 1 esp32cam was solved automatically when I put the communication between 2 esp32s

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.