To get started with compiling your project using the Arduino IDE, follow these steps carefully:

βœ… Required Software & Versions

πŸ—‚οΈ Open the Main File

  1. Launch the Arduino IDE.
  2. Click on File > Open... and navigate to the project folder.
  3. Inside the folder named ui, open the file called ui.ino.

πŸ“Œ This is the main entry point of the project β€” make sure you're editing and uploading this file.

πŸ“ Library Setup

  1. Open your Arduino libraries directory.

    On most systems, it’s located at:

  2. Copy all the contents from the provided libraries folder into your Arduino libraries folder.

  3. Make sure the copied libraries exactly match the required dependencies for your project.

βš™οΈ Board Configuration

In the Arduino IDE, go to Tools and set the following options:

  1. Board: ESP32S3 Dev Module
  2. Flash Size: 16MB
  3. Partition Scheme: Huge APP (3MB No OTA/1MB SPIFFS)
  4. PSRAM: OPI PSRAM

image.png