-
Notifications
You must be signed in to change notification settings - Fork 7.6k
ESP32-WROOM32: Issue with hardware or software? #1638
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
As mentioned at the very top of the issue report, please run EspExceptionDecoder to determine what is throwing the exception in your code. If an example sketch like WiFiClient throws this same error, then wipe your device by running |
Thanks, Ibernstone. I'll try that this evening! |
Is this in combination with the DeepSleep-Mode? I had issues with that in combination with the Serial.println function. |
Nope, @thetotalwimmer , in my case it was after installing/adding "SmartConfig" a few days ago, 'though I am not saying that there is a "cause-effect" relationship. |
Hi I buy new ESP32 from Ali express and after first program of blink , it is continuously showing the sw_reset issue on serial port. i also try python esptool.py erase_flash but it does not work and also following error rst:0x3 (SW_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) |
these two commands help me for erase flash. -p with COM4 where ESP32 is connected is required from windows device manager view. after erase of flash following is error. Please advise How it can be fixed to use this eSP32 module. below is continuous error and I was not able to fix it. rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) |
First of all, it is not a good practice to high-jack an issue with something unrelated. You should open a new issue if you cannot find an issue that addresses I had the exact same issue today with a cheap Chinese ESP32 Wrover board. Problem with After supplying from a 2.1A USB power supply the error went away and the ESP32 works as expected. Try a big capacitor on GND and +5V pin of the ESP32 modules or look for a powered USB hub that gives enough power on USB. |
thank for response please suggest capacitor value. Even I connect new power supply with good reading but I have to upload program which is also not happening |
Try 470uF or larger. What could help as well is to try a different USB cable. For me 2 out of 5 USB cable have problems to supply the ESP32 when connected to the PC. If you are on Windows, check the settings for the USB ports. Mine was set to "Allow to shutdown USB device for power saving". Disabling that helped as well. |
remarks from are valuable and it looks that it solved the problem. |
[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
[STALE_DEL] This stale issue has been automatically closed. Thank you for your contributions. |
Same thing on me! I was programmed ESP32-CAM in my office with my laptop and I left it while it's properly working. After that, I came home and I started to connect it again. Only one thing happened as extraordinary, I've connected directly +5v and board had been warmed a lot, and then I realized it and I plugged it to 3.3V. After that, I started to get this script on the serial port. Did anyone fix it yet? rst:0x7 (TG0WDT_SYS_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) |
Set Partition scheme to Minimal SPIFFS |
It seem still same. Brownout detector was triggered ets Jun 8 2016 00:22:57 rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) |
And the answer is still the same. Poor power source or bad quality USB cable. |
You are right, thanks. It worked! |
ets Jun 8 2016 00:22:57 rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) code is getting upoaded but i am getting above error plz if anyone reply it will be helpfull thank you |
I had an ESP32cam working for a few days then started getting that message at boot up. Reloaded the program and still no camera.:disappointed: Error:
Camera label:HW-297 In program:
Board selection:ESP32 Wrover Module At the time of working |
Brownout means not enough power/amperage at peaks. Check that your power
source is sufficient and power/usb cable is good.
Le jeu. 30 janv. 2020 8 h 48 a.m., e-lab innovations <
[email protected]> a écrit :
… I had an ESP32cam working for a few days then started getting that message
at boot up. Reloaded the program and still no camera.😞
Error:
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:2
load:0x3fff0018,len:4
load:0x3fff001c,len:1216
ho 0 tail 12 room 4
load:0x40078000,len:9720
ho 0 tail 12 room 4
load:0x40080400,len:6364
entry 0x400806b8
Brownout detector was triggered
[image: image]
<https://user-images.githubusercontent.com/33958126/73452945-ff8cf180-4390-11ea-9ec9-352af1b4c2b8.png>
Camera label:
HW-297
OV2640
In program:
#define CAMERA_MODEL_AI_THINKER
Board selection:
ESP32 Wrover Module
[image: image]
<https://user-images.githubusercontent.com/33958126/73454449-213ba800-4394-11ea-98f2-808d3d10979c.png>
------------------------------
At the time of working
[image: At the time of working]
<https://camo.githubusercontent.com/19c1e7fcbe24f25267916194264d4bdcd5b3eaba/68747470733a2f2f646f63732e676f6f676c652e636f6d2f75633f69643d314678705242437061327563774936525762454d616146353247373562576d516a266578706f72743d76696577>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1638?email_source=notifications&email_token=AHBFDCW6D3Q4YMSFQUX4UH3RALLBBA5CNFSM4FJ4YPZKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKLBIPI#issuecomment-580260925>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHBFDCR5CPUGJW72J5JHAKDRALLBBANCNFSM4FJ4YPZA>
.
|
thank you
…On Thu, Jan 30, 2020 at 8:27 PM Steve Olmstead ***@***.***> wrote:
Brownout means not enough power/amperage at peaks. Check that your power
source is sufficient and power/usb cable is good.
Le jeu. 30 janv. 2020 8 h 48 a.m., e-lab innovations <
***@***.***> a écrit :
> I had an ESP32cam working for a few days then started getting that
message
> at boot up. Reloaded the program and still no camera.😞
> Error:
>
> 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:2
>
> load:0x3fff0018,len:4
>
> load:0x3fff001c,len:1216
>
> ho 0 tail 12 room 4
>
> load:0x40078000,len:9720
>
> ho 0 tail 12 room 4
>
> load:0x40080400,len:6364
>
> entry 0x400806b8
>
>
>
>
>
> Brownout detector was triggered
>
>
>
>
> [image: image]
> <
https://user-images.githubusercontent.com/33958126/73452945-ff8cf180-4390-11ea-9ec9-352af1b4c2b8.png
>
> Camera label:
>
> HW-297
> OV2640
> In program:
>
> #define CAMERA_MODEL_AI_THINKER
>
>
> Board selection:
>
> ESP32 Wrover Module
>
> [image: image]
> <
https://user-images.githubusercontent.com/33958126/73454449-213ba800-4394-11ea-98f2-808d3d10979c.png
>
> ------------------------------
> At the time of working
>
> [image: At the time of working]
> <
https://camo.githubusercontent.com/19c1e7fcbe24f25267916194264d4bdcd5b3eaba/68747470733a2f2f646f63732e676f6f676c652e636f6d2f75633f69643d314678705242437061327563774936525762454d616146353247373562576d516a266578706f72743d76696577
>
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <
#1638?email_source=notifications&email_token=AHBFDCW6D3Q4YMSFQUX4UH3RALLBBA5CNFSM4FJ4YPZKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKLBIPI#issuecomment-580260925
>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AHBFDCR5CPUGJW72J5JHAKDRALLBBANCNFSM4FJ4YPZA
>
> .
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1638?email_source=notifications&email_token=AL57RJ2MG2CBMMFWFWX67CLRALTEPA5CNFSM4FJ4YPZKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKLI3NA#issuecomment-580292020>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AL57RJY6ER3V3RWPYDZVMTDRALTEPANCNFSM4FJ4YPZA>
.
|
change the board to DOIT ESP32 DEVKIT V1. It worked for me for the bluetooth program. Hope this will help some one. |
this happened using an i2c sensor and not initializing correctly mysensor.begin(); |
work for me, thanks. plus i change Wire.begin(12,13); -> Wire.begin(14,15); |
rst:0x3 (SW_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) This error is appearing, even though code gets uploaded on board. |
Hi! I have an Adafruit Huzzah feather ESP32 board, it was working for me, and now I'm receiving the following error: ets Jun 8 2016 00:22:57 rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) |
Did you run into similar issue on ESP32-WRROM32D? |
The error:load:0x40080400,len:6364
|
I solved the problem by placing 3 220uF capacitors between GND and 5v |
This worked for mee too!! Thank you so much. I mounted 2 100uF capacitors between GND and 5v and it worked! |
Can Someone tell me whats wrong with my ESP32 Cam? After uploading this is what it shows in the serial monitor. rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) ............................................................................................................................................................................................................................. And this dots goes forever it doesnt show any IP just endless dots. |
各位好,我是esp32的新手。 rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) |
I had the same issue and it was caused by insufficient power. I changed
the power supply and it worked
Il Dom 12 Giu 2022, 17:56 dragon1933 ***@***.***> ha scritto:
… 各位好,我是esp32的新手。
我遇到一個奇特的問題,我是用esp 32
devkitc的開發板,接tftlcd(自帶sd卡),我想要讓它能同時讀sd卡、觸控及顯示。一開始可以,但後來出現這個錯誤後,我就無法再連到sd卡了。我找了很久,仍找不出錯誤在哪,請各位朋友幫忙解決問題。
出現的訊息:
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:1216
ho 0 tail 12 room 4
load:0x40078000,len:10944
load:0x40080400,len:6388
entry 0x400806b4
Card Mount Failed
[image: 接腳可行接法]
<https://user-images.githubusercontent.com/98292113/173241841-9785672a-eb83-4014-9d1c-bf3755bc3c52.jpg>
這是我的接法
—
Reply to this email directly, view it on GitHub
<#1638 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABHRIOAREB4A3VG64EC6UVDVOYCB5ANCNFSM4FJ4YPZA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Good night, antimix~
Thank you for the information, it is very valuable to me.
Out of curiosity, the replacement of the power supply refers to the
addition of capacitors. Or any other way?
Sorry, my English is not good, I use google web page translation
software, please forgive me if it caused your misunderstanding.
antimix ***@***.***> 於 2022年6月13日 週一 下午7:39寫道:
… I had the same issue and it was caused by insufficient power. I changed
the power supply and it worked
Il Dom 12 Giu 2022, 17:56 dragon1933 ***@***.***> ha scritto:
> 各位好,我是esp32的新手。
> 我遇到一個奇特的問題,我是用esp 32
>
devkitc的開發板,接tftlcd(自帶sd卡),我想要讓它能同時讀sd卡、觸控及顯示。一開始可以,但後來出現這個錯誤後,我就無法再連到sd卡了。我找了很久,仍找不出錯誤在哪,請各位朋友幫忙解決問題。
> 出現的訊息:
> 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:1216
> ho 0 tail 12 room 4
> load:0x40078000,len:10944
> load:0x40080400,len:6388
> entry 0x400806b4
> Card Mount Failed
>
> [image: 接腳可行接法]
> <
https://user-images.githubusercontent.com/98292113/173241841-9785672a-eb83-4014-9d1c-bf3755bc3c52.jpg>
> 這是我的接法
>
> —
> Reply to this email directly, view it on GitHub
> <
#1638 (comment)>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/ABHRIOAREB4A3VG64EC6UVDVOYCB5ANCNFSM4FJ4YPZA>
> .
> You are receiving this because you commented.Message ID:
> ***@***.***>
>
—
Reply to this email directly, view it on GitHub
<#1638 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXN5DEI7SJ6QTE4U242NDDDVO4MXBANCNFSM4FJ4YPZA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Hello,
no I was using somethink like this
*https://elektronicavoorjou.nl/en/product/breadboard-power-supply/*
<https://elektronicavoorjou.nl/en/product/breadboard-power-supply/>
But id did not work well, especially with my ESP32 CAM, probably because
the technical specification are not the real one, and the ESP32 has several
peak consumptions (may reach 900mA) and the power supply could give enough
power.
I replaced it with something like this
https://www.bol.com/nl/nl/p/5v-2-5a-power-supply-voedingsadapter-2500ma-micro-usb-met-eu-stekker-voor-o-a-raspberry-pi-3-en-3b/9200000080763810/
and with 2A it works very well.
regards
…On Mon, 13 Jun 2022 at 14:22, dragon1933 ***@***.***> wrote:
Good night, antimix~
Thank you for the information, it is very valuable to me.
Out of curiosity, the replacement of the power supply refers to the
addition of capacitors. Or any other way?
Sorry, my English is not good, I use google web page translation
software, please forgive me if it caused your misunderstanding.
antimix ***@***.***> 於 2022年6月13日 週一 下午7:39寫道:
> I had the same issue and it was caused by insufficient power. I changed
> the power supply and it worked
>
>
> Il Dom 12 Giu 2022, 17:56 dragon1933 ***@***.***> ha scritto:
>
> > 各位好,我是esp32的新手。
> > 我遇到一個奇特的問題,我是用esp 32
> >
>
devkitc的開發板,接tftlcd(自帶sd卡),我想要讓它能同時讀sd卡、觸控及顯示。一開始可以,但後來出現這個錯誤後,我就無法再連到sd卡了。我找了很久,仍找不出錯誤在哪,請各位朋友幫忙解決問題。
>
> > 出現的訊息:
> > 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:1216
> > ho 0 tail 12 room 4
> > load:0x40078000,len:10944
> > load:0x40080400,len:6388
> > entry 0x400806b4
> > Card Mount Failed
> >
> > [image: 接腳可行接法]
> > <
>
https://user-images.githubusercontent.com/98292113/173241841-9785672a-eb83-4014-9d1c-bf3755bc3c52.jpg
>
>
> > 這是我的接法
> >
> > —
> > Reply to this email directly, view it on GitHub
> > <
>
#1638 (comment)
>,
>
> > or unsubscribe
> > <
>
https://github.com/notifications/unsubscribe-auth/ABHRIOAREB4A3VG64EC6UVDVOYCB5ANCNFSM4FJ4YPZA
>
>
> > .
> > You are receiving this because you commented.Message ID:
> > ***@***.***>
> >
>
> —
> Reply to this email directly, view it on GitHub
> <
#1638 (comment)
>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AXN5DEI7SJ6QTE4U242NDDDVO4MXBANCNFSM4FJ4YPZA
>
> .
> You are receiving this because you commented.Message ID:
> ***@***.***>
>
—
Reply to this email directly, view it on GitHub
<#1638 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABHRIOGV66HCS734AFACLLTVO4RZDANCNFSM4FJ4YPZA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Thank you Mr. Dafang for sharing, I will buy more equipment to try.
antimix ***@***.***> 於 2022年6月14日 週二 晚上10:59寫道:
… Hello,
no I was using somethink like this
*https://elektronicavoorjou.nl/en/product/breadboard-power-supply/*
<https://elektronicavoorjou.nl/en/product/breadboard-power-supply/>
But id did not work well, especially with my ESP32 CAM, probably because
the technical specification are not the real one, and the ESP32 has several
peak consumptions (may reach 900mA) and the power supply could give enough
power.
I replaced it with something like this
https://www.bol.com/nl/nl/p/5v-2-5a-power-supply-voedingsadapter-2500ma-micro-usb-met-eu-stekker-voor-o-a-raspberry-pi-3-en-3b/9200000080763810/
and with 2A it works very well.
regards
On Mon, 13 Jun 2022 at 14:22, dragon1933 ***@***.***> wrote:
> Good night, antimix~
> Thank you for the information, it is very valuable to me.
> Out of curiosity, the replacement of the power supply refers to the
> addition of capacitors. Or any other way?
>
> Sorry, my English is not good, I use google web page translation
> software, please forgive me if it caused your misunderstanding.
>
>
> antimix ***@***.***> 於 2022年6月13日 週一 下午7:39寫道:
>
> > I had the same issue and it was caused by insufficient power. I changed
> > the power supply and it worked
> >
> >
> > Il Dom 12 Giu 2022, 17:56 dragon1933 ***@***.***> ha scritto:
> >
> > > 各位好,我是esp32的新手。
> > > 我遇到一個奇特的問題,我是用esp 32
> > >
> >
>
devkitc的開發板,接tftlcd(自帶sd卡),我想要讓它能同時讀sd卡、觸控及顯示。一開始可以,但後來出現這個錯誤後,我就無法再連到sd卡了。我找了很久,仍找不出錯誤在哪,請各位朋友幫忙解決問題。
> >
> > > 出現的訊息:
> > > 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:1216
> > > ho 0 tail 12 room 4
> > > load:0x40078000,len:10944
> > > load:0x40080400,len:6388
> > > entry 0x400806b4
> > > Card Mount Failed
> > >
> > > [image: 接腳可行接法]
> > > <
> >
>
https://user-images.githubusercontent.com/98292113/173241841-9785672a-eb83-4014-9d1c-bf3755bc3c52.jpg
> >
> >
> > > 這是我的接法
> > >
> > > —
> > > Reply to this email directly, view it on GitHub
> > > <
> >
>
#1638 (comment)
> >,
> >
> > > or unsubscribe
> > > <
> >
>
https://github.com/notifications/unsubscribe-auth/ABHRIOAREB4A3VG64EC6UVDVOYCB5ANCNFSM4FJ4YPZA
> >
> >
> > > .
> > > You are receiving this because you commented.Message ID:
> > > ***@***.***>
> > >
> >
> > —
> > Reply to this email directly, view it on GitHub
> > <
>
#1638 (comment)
> >,
> > or unsubscribe
> > <
>
https://github.com/notifications/unsubscribe-auth/AXN5DEI7SJ6QTE4U242NDDDVO4MXBANCNFSM4FJ4YPZA
> >
> > .
> > You are receiving this because you commented.Message ID:
> > ***@***.***>
> >
>
> —
> Reply to this email directly, view it on GitHub
> <
#1638 (comment)
>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/ABHRIOGV66HCS734AFACLLTVO4RZDANCNFSM4FJ4YPZA
>
> .
> You are receiving this because you commented.Message ID:
> ***@***.***>
>
—
Reply to this email directly, view it on GitHub
<#1638 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXN5DEOL7NYIUPSCNB62IH3VPCM4BANCNFSM4FJ4YPZA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I switched the PS. Little bit off topic but I had to change the |
I had the same error but it was my code. I had a for without variable initialization for (int i; i < 8 ; i++) { I initialized i=0 and the problem was solved. Maybe this is not the case, but It can be helpful for some one. for (int i=0; i < 8 ; i++) { It works for a teensy but when I migrated the code to ESP32 It crashes |
Please fill the info fields, it helps to get you faster support ;)
If you have a Guru Meditation Error, please decode it:
https://github.com/me-no-dev/EspExceptionDecoder
----------------------------- Remove above -----------------------------
Hardware:
Board: esp32wroom32 - Arduino ESP32 Dev Module, yes.
Core Installation/update date: latest, fresh install
IDE name: Arduino IDE 1.8.5, fresh install
Flash Frequency: 40Mhz?
Upload Speed: 115200
Description:
I don't know how this happened but I got a problem with 2 esp32 units -one with the below indicated issue, plus, another one I've just tried after having problems with the first ESP32 unit-.
I can compile any example or my own sketches but, once the sketch is loaded, it doesn't work and, through the serial monitor I can only get same message, which makes me think if both units have same problem (same day?) because of soft or hardware reasons (?) as "core 0" is continuously mentioned:
Rebooting...
ets Jun 8 2016 00:22:57
rst:0xc (SW_CPU_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:952
load:0x40078000,len:6084
load:0x40080000,len:7936
entry 0x40080310
assertion "index >= 0 && index < Nitems" failed: file "/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/nvs_flash/src/compressed_enum_table.hpp", line 38, function: Tenum CompressedEnumTable<Tenum, Nbits, Nitems>::get(size_t) const [with Tenum = nvs::Page::EntryState; unsigned int Nbits = 2u; unsigned int Nitems = 126u; size_t = unsigned int]
abort() was called at PC 0x400d33ab on core 0
Backtrace: 0x400883f8:0x3ffc6fd0 0x400885fb:0x3ffc6ff0 0x400d33ab:0x3ffc7010 0x400d6292:0x3ffc7040 0x400d69b1:0x3ffc7090 0x400d6c37:0x3ffc7100 0x400d6ea5:0x3ffc7160 0x400d5bb6:0x3ffc71c0 0x400d5a11:0x3ffc7210 0x400d5acb:0x3ffc7230 0x400d5b16:0x3ffc7250 0x400d0a24:0x3ffc7270 0x400e569f:0x3ffc7290 0x400d430e:0x3ffc72c0
..............................................................................................................................................
Just in case:
I have re-installed Arduino IDE and also charged the last latest ESP32 library version (https://github.com/espressif/arduino-esp32).
I have pushed the "Boot" & "En" buttons for long times... doesn't matter: the sketch is compiled, and uploaded but... the ESP32 shows always same issue/message.
...............................................................................................................................................
I'm totally newbie with Arduino and programming (0 knowledge!) but I have been able to connect some sensors to both ESP32 units and connect them to a couple of IoT platforms and get those sensor values on the account I opened. However, since yesterday both units show same problem.
Sketch:
It doesn´t matter the sketch: the unit simply seems to reboot all time... (!)
Debug Messages:
Can anyone help me to fix this?
Thank you very much in advance for any help!
Victor
P.s.: remember I am totally newbie on this subjects ('though I always try my best :-) )
The text was updated successfully, but these errors were encountered: