What is causing this error?
Guru Meditation Error: Core 1 panic'ed (Cache disabled but cached memory region accessed) Guru Meditation Error: Core 1 panic'ed (IllegalInstruction). Exception was unhandled. Memory dump at 0x40144d04: bad00bad bad00bad bad00bad Guru Meditation Error: Core 1 panic'ed (IllegalInstruction). Exception was unhandled. Memory dump at 0x40144d04: bad00bad bad00bad bad00bad Guru Meditation Error: Core 1 panic'ed (IllegalInstruction). Exception was unhandled. Memory dump at 0x40144d04: bad00bad bad00bad bad00bad Guru Meditation Error: Core 1 panic'ed (IllegalInstruction). Exception was unhandled. Memory dump at 0x40144d04: bad00bad bad00bad bad00bad
- Which board are you using?
- How are you powering your ESP board?
- Are you using my exact code?
- What’s the circuit that you have connected?
Thanks!
I need more information, can you answer my previous questions?
- Which board are you using?
- How are you powering your ESP board?
- Are you using my exact code?
- What’s the circuit that you have connected?
Connecting a load to a relay shouldn’t cause any error like that…
Are you using my exact code and schematics? Just because I can’t see exactly what you’re doing which makes it very hard to debug or help with your project.
Can you power your ESP with an external power supply?
Is powerbank okay
Iam using external power supply for relay and 3.3 v is connected to relay vcc and jd vcc and gnd are connected to adaptor
Relay is 5V
To be honest, I’m not sure why it’s not working for you. Based on that information, it seems that you are doing everything right…
To power the relay module? If the module operates at 5V, you should power it with 5V. However, to control the relay the 3.3V signal from the ESP should work just fine.
I’m having the same issue:
“Guru Meditation Error: Core 1 panic’ed (IllegalInstruction). Exception was unhandled.” and also
“Guru Meditation Error: Core 1 panic’ed (StoreProhibited). Exception was unhandled.”
and the ESP32 crashes every so often.
I’m using ESP32-CAM and all connections and exact code as in the tutorial. I also noticed that every so often the servos make erratic moves and react very sluggish to the button pressed command. The WiFi connection is ok with low and constant ping times. It looks more like the ESP32 is kind of overloaded … hanging for a moment. Then suddenly it crashes again.
An example:
14:53:50.780 -> Left
14:53:50.836 -> 0
14:53:50.836 -> Up
14:54:09.218 -> 30
14:54:09.218 -> Left
14:54:11.324 -> Guru Meditation Error: Core 1 panic’ed (IllegalInstruction). Exception was unhandled.
14:54:11.324 -> Memory dump at 0x400d399c: f27421fd 16000282 aa650028
14:54:11.324 -> Core 1 register dump:
14:54:11.324 -> PC : 0x400d39a3 PS : 0x00060730 A0 : 0x8008fe25 A1 : 0x3ffb1fb0
14:54:11.361 -> A2 : 0x3ffc2c30 A3 : 0x00000000 A4 : 0x00060023 A5 : 0x3ffbbc74
14:54:11.361 -> A6 : 0x00000000 A7 : 0x00000000 A8 : 0x00000000 A9 : 0x3ffb1f90
14:54:11.361 -> A10 : 0x3ffc2be8 A11 : 0x3ffc2aa0 A12 : 0x3f400b6b A13 : 0x3ffc292c
14:54:11.361 -> A14 : 0x00000003 A15 : 0x00060a23 SAR : 0x00000018 EXCCAUSE: 0x00000000
14:54:11.361 -> EXCVADDR: 0x00000000 LBEG : 0x4008cfc1 LEND : 0x4008cfe3 LCOUNT : 0xffffffff
14:54:11.395 ->
14:54:11.395 -> ELF file SHA256: 0000000000000000
14:54:11.395 ->
14:54:11.395 -> Backtrace: 0x400d39a3:0x3ffb1fb0 0x4008fe22:0x3ffb1fd0
14:54:11.395 ->
14:54:11.395 -> Rebooting…
Thanks, Hans
Hi Sara,
many thanks for coming back. I’m following your pan and tilt project with the ESP32 Cam. I’ve the standard ESP32 board using the suggested code and not altered. I wanted to do that later. I have another ESP32 module but it’s the same. All functions are working I’ve also tried the version with ESP32 cam as an AP. I’ve checked cables and also swapped the FTDI module … still the same, after a short period sometimes up to one minute either the servos start moving erratically or/and then the ESP crashes with above details on the serial monitor.
Hans
Hi.
That might be an issue related to the power supply.
Are you powering the motors from a different power source?
Regards,
Sara