Storm Trooper has issues - ESP Now with Audio Tools causes - Guru Meditation Error: Core 1 panic'ed (LoadProhibited) #1091
Replies: 3 comments
-
After five days, no end of reading, Googling and even using Chat GPT, I found the issue... A single line of code:
` The project continues! |
Beta Was this translation helpful? Give feedback.
-
Hi All, Unfortunately, this wasn't the fix I thought it was. Yes, it stopped the boot loop, but that is only while the USB lead is connected. The boot loop returns as soon as you remove the USB lead, with the same error which is, as soon as it gets to ESP_NOW_INIT, the ESP reboots. Before anyone says it’s a power problem, it isn't, as I have thoroughly discounted it. Any help once again appreciated. Regards, Christopher |
Beta Was this translation helpful? Give feedback.
-
I am closing this issue because it has nothing to do with my library. |
Beta Was this translation helpful? Give feedback.
-
Hi All,
(Phil, if you read this, apologies for emailing you directly.)
I'm, using an ESP32 WROOM 32 with the following interfaces:
This library is amazing as the functionality all works well. My test sketch allows me to play MP3 tracks or switch to the I2S microphone.
The project is an audio system for a Storm Trooper, please watch:
Storm.Trooper.MP4
As you will see/hear, the character chooses which audio track to play via a selection of methods:
The reason for explaining, is that the circuit which is worn under the wrist armour, transmits the chosen track INT to the receiving amplifier unit within the body armour and this is using ESP Now. My prototype system works flawlessly, but using a DF mini player and other pre-brought circuits. Once I have things in principle, I design and make my own circuits. Please see transmitter attached which is fully operational:
My problem occurs when I enabled ESP Now on the Receiving system. It causes a boot loop as follows:
Using the back trace feature (Im using Visual Studio with Visual Micro), the error list is as follows:
My test sketch is below, which works if I comment out the following section:
Complete Test Sketch:
This is beyond my ability presently to solve, so any assistance would be appreciated.
Regards,
Christopher
P.S. This is not the sketch which is driving the prototype system in the video, this is a test sketch as a design the circuit and accompanying components etc.
Beta Was this translation helpful? Give feedback.
All reactions