Hi I’m Running the sample Camera Web server Code found in the arduino IDE.
I have an ESP-35cam from diymore.cc The chip on the back of the board is an FCCID-SAHMR-ESP32S.
Also using a USB to TTLFT232RL.
Have tried several USB cables including several that came with external hard drives, and the standard Blue Arduino cable. Some give Brownout errors, this cable does not.
I have defined the cameral model as #define CAMERA_MODEL_AI_THINKER
I am running in windows 10, arduino fresh install. with updates libraries. I followed the DroneBot workshop tutorial, found on Youtube.
I get an error massage in serial monitor.
I am getting the following error:
Guru Meditation Error: Core 1 panic’ed (LoadProhibited). Exception was unhandled.
Core 1 register dump:
PC : 0x400d76e1 PS : 0x00060033 A0 : 0x800d8277 A1 : 0x3ffe7d40
A2 : 0x400829c4 A3 : 0x00000001 A4 : 0x3ffe40c8 A5 : 0x00000000
A6 : 0xffffffff A7 : 0x00060020 A8 : 0x0000041f A9 : 0x00000000
A10 : 0x3ffc1f6c A11 : 0x3ffba264 A12 : 0x00000001 A13 : 0x00000001
A14 : 0x00060020 A15 : 0x00000000 SAR : 0x00000000 EXCCAUSE: 0x0000001c
EXCVADDR: 0x0000041f LBEG : 0x4000c2e0 LEND : 0x4000c2f6 LCOUNT : 0x00000000
Backtrace: 0x400d76e1:0x3ffe7d40 0x400d8274:0x3ffe7d60 0x400821d1:0x3ffe7d80 0x40082235:0x3ffe7da0 0x40007c31:0x3ffe7dc0 0x4000073d:0x3ffe7e30
Rebooting…
ets Jun 8 2016 00:22:57
rst:0xc (SW_CPU_RESET),boot:0x12 (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:9720
ho 0 tail 12 room 4
load:0x40080400,len:6352
entry 0x400806b8
Unhandled interrupt 18 on cpu 0!
Unhandled interrupt 18 on cpu 0!
Unhandled interrupt 18 on cpu 0!
Unhandled interrupt 18 on cpu 0!
Unhandled interrupt 18 on cpu 0!
Unhandled interrupt 18 on cpu 0!
Unhandled interrupt 18 on cpu 0!
This last line (Unhandled interrupt 18 on cpu 0!) appears about 1000 times then the entire error message repeats. Then I moved the espcam across (while still plugged in) the desk and the error message changed to:
rst:0x7 (TG0WDT_SYS_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:192
ho 0 tail 12 room 4
load:0x725f4074,len:879886452
1162 mmu set 00010000, pos 00010000
1162 mmu set 00020000, pos 00020000
1162 mmu set 00030000, pos 00030000
1162 mmu set 00040000, pos 00040000
1162 mmu set 00050000, pos 00050000
1162 mmu set 00060000, pos 00060000
1162 mmu set 00070000, pos 00070000
1162 mmu set 00080000, pos 00080000
1162 mmu set 00090000, pos 00090000
1162 mmu set 000a0000, pos 000a0000
1162 mmu set 000b0000, pos 000b0000
1162 mmu set 000c0000, pos 000c0000
1162 mmu set 000d0000, pos 000d0000
1162 mmu set 000e0000, pos 000e0000
1162 mmu set 000f0000, pos 000f0000
1162 mmu set 00100000, pos 00100000
1162 mmu set 00110000, pos 00110000
1162 mmu set 00120000, pos 00120000
1162 mmu set 00130000, pos 00130000
1162 mmu set 00140000, pos 00140000
1162 mmu set 00150000, pos 00150000
1162 mmu set 00160000, pos 00160000
1162 mmu set 00170000, pos 00170000
1162 mmu set 00180000, pos 00180000
1162 mmu set 00190000, pos 00190000
1162 mmu set 001a0000, pos 001a0000
1162 mmu set 001b0000, pos 001b0000
1162 mmu set 001c0000, pos 001c0000
1162 mmu set 001d0000, pos 001d0000
1162 mmu set 001e0000, pos 001e0000
1162 mmu set 001f0000, pos 001f0000
ets Jun 8 2016 00:22:57
Does someone have an idea of what I ought to do?
Reassign GPIOs in the code?
thanks