Muse Luxe constantly reboots in a loop

Muse Luxe constantly reboots in a loop with Base MAC address version error after long period of disuse.

I tried multiple different firmwares but error persists.

Hi it seems to be a comon issue on ESP32 with corrupted efuse sectors it should be fixable:

esptool.py --port COM3 erase_flash

replace COM3 with your actual port

It seems that ESP32 FLASH DOWNLOAD TOOL can also do an erase.

It also has a Read Efuse feature:
image

nope, erase_flash didn’t help. Problem seem to be in BLK0

E (561) system_api: Base MAC address from BLK0 of EFUSE CRC error, efuse_crc = 0x74; calc_crc = 0x2d
E (571) system_api: Error reading BASE MAC address

maybe you can read the EFUSE to understand what is happenning using

https://docs.espressif.com/projects/esp-test-tools/en/latest/esp32/production_stage/tools/flash_download_tool.html

then there is a command to write the efuse but it is risky