I am getting following error while flashing code. I have attach 10UF capacitor as explained in book.
rst:0x03 (SW_RESET) , boot: 0x13 (SPI_FAST_FLASH_BOOT)
Hi.
That’s usually not an error.
Do you get any more information besides that?
Regards,
Sara
I am not able to attach screenshot. I tried to attach image, but not getting it. Here is detail,
- 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
Hi.
You usually get those lines after uploading the code. It is not an error.
Unless you have additional messages.
To run the code, just press the on-board RST button.
If you are not able to run the code, paste a print screen of your error. You can use a link to google drive, dropbox, imgur or others.
Regards,
Sara
Hi again.
That means that the ESP board is constantly rebooting.
This usually happens on one of these scenarios:
- something is wrong with the code
- the ESP doesn’t have enough power
- there is some sort of hardware problem:
- like the board is faulty;
- there is a short circuit;
- there is a something connected to the ESP in the wrong way.
Can you tell me what code are you trying to upload and if you have something connected to your board?
What is exactly the board model that you are using?
Regards,
Sara
I am able to execute hello word code, but not simple code in which board is connected to Wi-Fi & button press then LED blinking code.
I am using below board
https://robu.in/product/esp-wroom-32-esp32-wifi-bt-ble-mcu-module/?gclid=CjwKCAiAsOmABhAwEiwAEBR0ZpwDtKks_B5_PrHdOFcgvIRxp06xL31atIZl3hhjyex7jTMCqzXcuhoCSXgQAvD_BwE
Hi.
Can you give more information? It is very difficult to find out what might be wrong without more information.
What “hello world” code are you talking about?
In your Arduino IDE, go to File > Examples > WiFi > WiFiScan. Test that example and see if it works.
Test other basic examples provided in the Arduino IDE and see if those work.
If the basic examples from there don’t work for your board, there is definitely something wrong with the hardware.
Regards,
Sara