Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 2.25 KB

flashing_esp32s3sense.md

File metadata and controls

59 lines (36 loc) · 2.25 KB

Flashing esp32s3sense

Flashing using online tool

alt text

  • Make sure addresses are filled corectly
  • Click [Program]

Flashing using Flash download tool

alt text

  • Connect esp32s3sense to USB
  • Add firmware files as shown on screenshot:

alt text

  • Make sure checkboxes are selected
  • Make sure addresses are filled corectly
  • Make sure files are selected in correct order
  • Select correct COM port
  • Click [Start]

Building and Flashing using PlatformIO

  • Download and install PlatformIO https://platformio.org/

  • Clone repository: git clone -b release --recursive https://github.com/RomanLut/esp32-cam-fpv

  • Open project: esp32-cam-fpv\air_firmware_esp32s3sense\esp32-cam-fpv-esp32s3sense.code-workspace (or other for ov5640)

  • Let PlatformIO install all components

  • Connect esp32s3sense to USB

  • Click [PlatformIO: Upload] on bottom toolbar.

Solving constant reboot problem (unbricking)

Sometimes after unsuccesfull flashing, esp32s2sense constantly reboots, and it is impossible to flash firmware because USB device disappears/appears in the system every two seconds.

To resolve this problem: