Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README #67

Merged
merged 3 commits into from
Jan 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,14 @@ Then it is possible build and upload the firmware to the board. Each board requi
#define CAMERA_MODEL_ESP32_S3_CAM false
```

<a name="chrome_flash"></a>
## How to flash using Chrome
It is also possible to flash firmware using ESP Tool on a Chrome browser https://espressif.github.io/esptool-js/

Ensure that you set the correct baud rate from the documentation for the board you are using. Select the serial port your board is connected to. You can then click "Add File" and select each .bin file for your board. Make sure that you input the correct Flash Address from the documentation from your board. For the initial flash, click "Erase Flash", and when that is complete, click "Program." See below for a screenshot of how to configure ESP Tool for the Freenove Wrover board.

<img src="doc/ESPTool.png" width=50% height=50%>

<a name="prusa_connect"></a>
## How to connect camera board to Prusa Connect

Expand Down
Binary file added doc/ESPTool.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.