diff --git a/ESP32_PrusaConnectCam/module_XIAO_ESP32-S3-cam.h b/ESP32_PrusaConnectCam/module_XIAO_ESP32-S3-cam.h index ad6e1c5..63aa721 100644 --- a/ESP32_PrusaConnectCam/module_XIAO_ESP32-S3-cam.h +++ b/ESP32_PrusaConnectCam/module_XIAO_ESP32-S3-cam.h @@ -15,7 +15,7 @@ Board configuration in the arduino IDE 2.3.2 Tools -> Board -> ESP32 Arduino -> XIAO_ESP32S3 Tools -> USB CDC on BOOT -> Enabled - Tools -> CPU Frequency -> 240MHz (WiFi) + Tools -> CPU Frequency -> 160MHz (WiFi) Tools -> Core debug level -> None Tools -> USB DFU on BOOT -> Disable Tools -> Erase all Flash Before Sketch Upload -> Disable (first flash, new board = enable. otherwise = disable) diff --git a/doc/XIAO_ESP32S3/README.md b/doc/XIAO_ESP32S3/README.md index b9731e1..6706359 100644 --- a/doc/XIAO_ESP32S3/README.md +++ b/doc/XIAO_ESP32S3/README.md @@ -92,13 +92,7 @@ In the first step, you need to open the application **flash download tool**, and -Then, select the communication port. It's necessary to erase the FLASH using the **ERASE** button before the first firmware flash. - -Before erasing the FLASH memory, it is necessary to switch the board to bootloader mode. Hold down the BOOT button (red arrow), press the RESET button (green arrow), wait for 1 second, and release the BOOT button. Then, you can erase the FLASH memory using the ERASE button. After a successful erase, the status will change to FINISH. - - - -Then is possible upload FW to MCU. It is necessary again switch the board to bootloader mode. Hold down the BOOT button (red arrow), press the RESET button (green arrow), wait for 1 second, and release the BOOT button. Then, you can erase the FLASH memory using the ERASE button. +Then, select the communication port. It's necessary to erase the FLASH using the ERASE button before the first firmware flash. @@ -108,7 +102,7 @@ Then is possible upload FW to MCU. It is necessary again switch the board to boo Board configuration in the Arduino IDE 2.3.2 - Tools -> Board -> ESP32 Arduino -> XIAO_ESP32S3 - Tools -> USB CDC on BOOT -> Enabled -- Tools -> CPU Frequency -> 240MHz (WiFi) +- Tools -> CPU Frequency -> 160MHz (WiFi) - Tools -> Core debug level -> None - Tools -> USB DFU on BOOT -> Disable - Tools -> Erase all Flash Before Sketch Upload -> Disable **(first flash, new board = enable. otherwise = disable)** diff --git a/doc/XIAO_ESP32S3/flash.jpg b/doc/XIAO_ESP32S3/flash.jpg index dabfc6e..5244504 100644 Binary files a/doc/XIAO_ESP32S3/flash.jpg and b/doc/XIAO_ESP32S3/flash.jpg differ