This repository contains the firmware for the wordclock project.
This project is designed for the A1-SLWF-03; user manual.
-
Install Visual Studio Code
-
Install the PlatformIO extension in VS Code:
-
Clone this repository to your local machine.
-
Open the project folder in VS Code.
- Open
src/secrets.h. - Replace
YOUR_WIFI_SSID_HEREandYOUR_WIFI_PASSWORD_HEREwith your actual Wi-Fi SSID and password.
- Open this project folder in VS Code.
- In the PlatformIO sidebar (left), click
PROJECT TASKS/esp32dev/General/Build - Connect your A1-SLWF-03 via a data-capable USB-C cable. Ensure the correct serial/port is selected in the bottom bar or in the PlatformIO configuration.
- Click
PROJECT TASKS/esp32dev/General/Uploadto flash the device.
Doxygen Documentation can be generated by following these steps:
- Install doxygen and graphviz on your system.
- From the root of the project, run:
doxygen Doxyfile
- The generated documentation will be in the
doc/htmlfolder. Openindex.htmlin a web browser to view it.