ESP32S3 custom board not working
Posted: Wed Mar 06, 2024 5:13 pm
Hi there,
I'm seeking assistance with my DIY smartwatch project. I've designed a custom board utilizing an ESP32S3 and carefully followed the hardware design guidelines,but it's my first time designing a custom board for ESP32. Upon assembly and testing, I've encountered issues with its functionality. Below is the serial log:
The first line corresponds to when I repeatedly press the reset button on the PCB. Subsequent lines occur when I short the EN pin with 3v3, resulting in a continuous repetition of "invalid header: 0xffffff7f". I've found a similar issue reported in this post: https://esp32.com/viewtopic.php?p=127694#p127694. However, despite having asked him, I haven't received a response yet.
Here's the schematic for reference:
This project marks my first serious endeavor, and I'm eager to see it through to completion. Any guidance or assistance provided would be highly appreciated.
Thank you kindly.
I'm seeking assistance with my DIY smartwatch project. I've designed a custom board utilizing an ESP32S3 and carefully followed the hardware design guidelines,but it's my first time designing a custom board for ESP32. Upon assembly and testing, I've encountered issues with its functionality. Below is the serial log:
Code: Select all
ESP-ROM:esp3ESP-ROM⸮ESP-ROM⸮ESP-ROM⸮ESP-⸮ESP-ROM:⸮ESP-R⸮ESP-ROM:ESP-ROM:e⸮ESP-ROM:e⸮ESP-ROM:⸮ESP-ROM:esp32s3-20210327
23:26:31.244 -> ESP-ROM:esp32s3-20210327
23:26:31.244 -> Build:Mar 27 2021
23:26:31.244 -> rst:0x1 (POWERON),b⸮ESP-ROM:esp32s3-20210327
23:26:31.291 -> Build:Mar 27 2021
23:26:31.291 -> rst:0x1 (POWERON),boot:0xa (SPI_FAST_FLASH_BOOT)
23:26:31.291 -> invalid header: 0xffffff7f
23:26:31.291 -> invalid header: 0xffffff7f
...
23:26:31.525 -> invalid header: 0xffffff7f
23:26:31.525 -> invalid header: 0xffffff7f
23:26:31.525 -> invalid header: 0xffffff7f
23:26:31.525 -> invalid header: 0xffffff7f
23:26:31.525 -> invalid header: 0xffffff7f
23:26:31.525 -> invalid header: 0xffffff7f
23:26:31.525 -> invalid header: 0xffffff7f
23:26:31.525 -> invalid header: 0xffffff7f
23:26:31.525 -> inva⸮ESP-ROM:esp32s3-2021⸮ESP-ROM:esp32s3-20210327
23:26:31.995 -> Build:Mar 27 2021
23:26:31.995 -> rst:0x1 (POWERON),boot:0xa (SPI_FAST_FLASH_BOOT)
23:26:31.995 -> invalid header: 0xffffff7f
23:26:31.995 -> invalid header: 0xffffff7f
23:26:31.995 -> invalid header: 0xffffff7f
23:26:31.995 -> invalid header: 0xffffff7f
23:26:31.995 -> invalid header: 0xffffff7f
...
Here's the schematic for reference:
This project marks my first serious endeavor, and I'm eager to see it through to completion. Any guidance or assistance provided would be highly appreciated.
Thank you kindly.