AA0100000101000001 / Omnitrix

Replica of the Omnitrix from the Ben 10 Classic series using esp32
MIT License
4 stars 0 forks source link

Add Support for ESP32-S3 Dev Board #18

Open AA0100000101000001 opened 5 months ago

AA0100000101000001 commented 5 months ago

To test the chip in order to eventually make a custom board

AA0100000101000001 commented 2 months ago

Having some issues with ESP32-S3-DEV-KIT-N8R8. When deep sleep starts then the USB connection is interrupted and it wakes up again continuing the program. Serial monitor shows rst:0x5 (DSLEEP),boot:0x8 (SPI_FAST_FLASH_BOOT) and pro cpu reset by JTAG in wakeup and also found that the wakeup cause is EXT1 something that is not currently used in the program. The USB connection is also interrupted in this board when the code is uploaded something that doesn't happen in other boards I own. Need to learn how to configure it correctly.

AA0100000101000001 commented 2 months ago

I think I will get another ESP32-S3 Dev Board that has the ESP32-S3R2 chip that the ESP32-S3 LCD 1.28 board has. This one

AA0100000101000001 commented 1 month ago

Both boards needed the CH343 driver so the COM5 port can appear. USB still makes the disconnected sound but at least the deep sleep example works.

AA0100000101000001 commented 1 month ago

The reason the MCU was waking up was because I had set the ext0 wakeup to GPIO pin 5 with GPIO_NUM_5. Need to add settings to configure the wakeup pin.

AA0100000101000001 commented 1 month ago

Will close this issue when the change to Esp32-S3-Pico with it's own features (buzzer, hall effect sensor rotary encoder) is done.