Updated Build and install firmware (markdown)

Djuri Baars 2023-09-19 20:40:16 +02:00
parent a28dc22a11
commit 58ba30a61b

@ -2,6 +2,9 @@
**BETA**: You can now install the BTClock firmware directly from your browser (only Chrome/Chromium and Microsoft Edge for now) using https://dsbaars.github.io/btclock-esp-web/
The first time you have to put the S3 mini in to boot mode:
Press both buttons at the same time (RST/BOOT), then first release the RST button and then the boot button.
## Build and compile
To do this we need [Visual Studio Code](https://code.visualstudio.com/Download), [node.js](https://nodejs.org/en/download) and [yarn](https://classic.yarnpkg.com/lang/en/docs/install/#windows-stable).
@ -31,7 +34,7 @@ Then select "esp32wemos-s3-mini_BW (btclock_v2-1)" by "Switch PlatformIO Project
<img src="https://github.com/dsbaars/btclock_v2/blob/main/doc/VSC_6.png" width="500"/>
Now it's time to build the software. Expand the "General" and "Platform" menu and click on "Build" and "Build Filesystem image" (one at the time) After building is complete fist connect your Wemos S3 Mini by an USB-C data cable to you Macbook or PC and put it in to boot mode, to put it in to boot mode you have to push both buttons on the Wemos at the same time but when relaesing you have to relaese the reset button first. When the Wemos is in boot mode first upload the filesystem image by clicking "Upload Filesystem Image" after completing click under "General" "Upload". When complete your clock shut show you something like this
Now it's time to build the software. Expand the "General" and "Platform" menu and click on "Build" and "Build Filesystem image" (one at the time) After building is complete first connect your Wemos S3 Mini by an USB-C data cable to your MacBook or PC and put it in to boot mode, to put it in to boot mode you have to push both buttons on the S3 Mini at the same time but when releasing you have to release the reset button first. When the Wemos is in boot mode first upload the filesystem image by clicking "Upload Filesystem Image" after completing click under "General" "Upload". When complete your clock shut show you something like this
<img src="https://github.com/dsbaars/btclock_v2/blob/main/doc/IMG_2179.jpeg" width="500"/>