DominikN/ESP32-MPU9250-web-view

ESP32s using web-view.ino occur error

Sketh opened this issue · 4 comments

Sketh commented

Hi when i upload example web-view sketch the serial monitor to print these below

[0;32mI (297) heap_init: Initializing. RAM available for dynamic allocation:�[0m
�[0;32mI (297) heap_init: At 3FFAE6E0 len 00011920 (70 KiB): DRAM�[0m
�[0;32mI (299) heap_init: At 3FFC9BD8 len 00016428 (89 KiB): DRAM�[0m
�[0;32mI (305) heap_init: At 3FFE0440 len 00003BC0 (14 KiB): D/IRAM�[0m
�[0;32mI (311) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM�[0m
�[0;32mI (318) heap_init: At 400919DC len 0000E624 (57 KiB): IRAM�[0m
assertion "false && "item should have been present in cache"" failed: file "/build/esp-idf/components/nvs_flash/src/nvs_item_hash_list.cpp", line 85, function: void nvs::HashList::erase(size_t)
abort() was called at PC 0x400e306b on core 0

Backtrace: 0x40087f9c:0x3ffb23d0 0x4008809b:0x3ffb23f0 0x400e306b:0x3ffb2410 0x400e8c4c:0x3ffb2440 0x400e8146:0x3ffb2460 0x400e8421:0x3ffb24a0 0x400e7780:0x3ffb24f0 0x400e737a:0x3ffb2540 0x400e7403:0x3ffb2560 0x400e742e:0x3ffb2580 0x400d79ec:0x3ffb25a0 0x40122d6f:0x3ffb25c0 0x400e5292:0x3ffb25f0

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:956
load:0x40078000,len:0
load:0x40078000,len:13076
entry 0x40078a58

how to do can solve this problem ?

Same issue , did u solve it @Sketh
@DominikN any views on how to overcome this error ?
Because i m not able to view my esp32 device in the elements section of the husarnet
I have followed each steps and verified it twice..

Hello, can anyone give some details about this error? Some said to FLASH esp32. If someone has solved then please let me know.

Thank you!

Hi, I have moved the project recently from Arduino IDE to Visual Studio Code + platformio. I did some fixes in the meantime. For me everything works fine. Please verify that guys, and let me know.

Hi, just added a GitHub actions workflow to make sure the project is building fine.