Search found 6 matches

by Kevintan1998
Mon Jun 08, 2020 2:37 am
Forum: ESP32 Arduino
Topic: ESP32 unable to execute uploaded program
Replies: 10
Views: 12483

Re: ESP32 unable to execute uploaded program

*the damage
by Kevintan1998
Mon Jun 08, 2020 2:37 am
Forum: ESP32 Arduino
Topic: ESP32 unable to execute uploaded program
Replies: 10
Views: 12483

Re: ESP32 unable to execute uploaded program

I try to upload any program to the board, but it still produces the same response. I assume to damage of the board is beyond repair?
by Kevintan1998
Thu Jun 04, 2020 2:09 am
Forum: ESP32 Arduino
Topic: ESP32 unable to execute uploaded program
Replies: 10
Views: 12483

Re: ESP32 unable to execute uploaded program

I tried lbernstone method. By forcing it into the download mode, I proceed to erase the flash. Now I am getting a new error response: rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) flash read err, 1000 ets_main.c 371 ets Jun 8 2016 00:22:57 Just what is the meaning of this new error mes...
by Kevintan1998
Wed Jun 03, 2020 2:10 am
Forum: ESP32 Arduino
Topic: ESP32 unable to execute uploaded program
Replies: 10
Views: 12483

Re: ESP32 unable to execute uploaded program

I tried both pipi61 and chegewara recommendation, but it seems the device is still in the same condition. I even try to erase the flash memory but the method is not working. Since the module is returning responses, I assume it can still be fixed?
by Kevintan1998
Tue Jun 02, 2020 2:14 am
Forum: ESP32 Arduino
Topic: ESP32 unable to execute uploaded program
Replies: 10
Views: 12483

Re: ESP32 unable to execute uploaded program

The model that I use is ESP32 Node32S and this is the code I am currently using it to test my module: #define ONBOARD_LED 2 //const int led2Pin = 19; void setup() { Serial.begin(115200); pinMode(ONBOARD_LED,OUTPUT); } void loop() { digitalWrite(ONBOARD_LED,HIGH); } It is a simple code used to blink ...
by Kevintan1998
Mon Jun 01, 2020 2:44 am
Forum: ESP32 Arduino
Topic: ESP32 unable to execute uploaded program
Replies: 10
Views: 12483

ESP32 unable to execute uploaded program

Hello, I have been working on a project using the ESP32 module for a while, but recently I discover my module is behaving abnormally. Whenever I upload codes to the module, it would not execute the program but only display the below message in the serial monitor: rst:0x10 (RTCWDT_RTC_RESET),boot:0x1...