-
Notifications
You must be signed in to change notification settings - Fork 7.6k
ESP32 keeps reboot #3036
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
Comments
Open a command prompt and run: |
@lbernstone it works, thank you very much. There must be some difference bettween two boards. |
I was unable to find chip_ID using commands. Secondly how and where to use this command on windows command prompt i.e esp32 dev module. please let me guide further on . Connecting..... |
DO NOT HIJACK THREADS!!!! |
@lbernstone Following #3129 I run on windows 10. I have searched but i dont found ESPtool. |
@lbernstone Now I do it follow you but it still have same poblem. |
have you solved the problem? |
could you tell me how to slove the problem like this ? |
go into tools and select PSRAM: "Disabled" for your ESP board |
This actually helped me to solve the problem with continuous reboot. In Arduino IDE: click Tools, Board, Board Manager. Try this before you go for 160MHz CPU frequency, 40MHz flash, DIO flash mode, PSRAM disabled etc. |
rst:0x10 (RTCWDT_RTC_RESET),boot:0x1f (SPI_FAST_FLASH_BOOT) I am getting this error in my esp32 devkit v1 |
i remove esp32 library and download version other . |
@quytran01 can you provide which version you are using? and which board you are using? |
@Kashyapkoshti i am using esp32 version 1.0.3, it works but i think maybe the error is due to your hardware |
@Kashyapkoshti Please try with other esp32 to be sure the fault is due hardware or software |
In my case reinstalling esp32 hardware library helped |
(esp-idf) yap i tried in a different board it worked, but ESP32 seems to be power hungry in its full resolution of camera ... :D |
I have two ESP32 DEVKIT V1. One has been runnig well since I purchased it. The second one, that I just got in the mail, keeps rebooting even if I load the same code and all the same. Even with empty code, keeps rebooting.
Here a copy of the serial interface:
rst:0x3 (SW_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:9232
load:0x40080400,len:6400
entry 0x400806a8
ets Jun 8 2016 00:22:57
It repeats forever. I'm programming with Arduino IDE. I do the same in both ESP32's, one runs fine, the other continuously resets.
On my second purchase, I bought 5 esp32. When first plugged, they list all parameters on the Serial interface, and no rebooting. Once I load a program with the Arduino IDE, they enter the continuous reboot regardless of the code uploaded. All the ones from the second purchase do the same.
Your help will be much appreciated.
The text was updated successfully, but these errors were encountered: