Edzelf / ESP32-Radio

Internet radio based on ESP32, VS1053 and a TFT screen.
GNU General Public License v3.0
976 stars 229 forks source link

ESP32 radio crashes on start up #293

Closed rtgrandle closed 4 years ago

rtgrandle commented 4 years ago

I have 2 problems. 1) The system does not seem to be able to detect the VS1053 module even though it is connected as shown on the default configuration file. I get the message stating that the "the VS1053 is not properly installed". This sets the code to turn the DREQ lead high. Then 2) I get the debug message "connect to WIFI" followed by a crash and reboot. The first line of the error says "GURU Mediation error Core 1 panic" ed (load prohibited) Exception was unhandled." I tried to copy and move the start up log but the IDE will not let me copy the information. Thanks for any help that can be provided

rtgrandle commented 4 years ago

Solved my own problem. NVS was not initialized and therefore. values were not getting set ether net data and also for correct codec ports. System now starts correctly. Made a dumb mistake changed radio name in init file and not in radio file. It doesn't work if they are different.