Arduino

5. Projects

Things to note before starting the projects

Note on Software Environment: If you have not yet configured the Arduino IDE for the ESP32 board (driver installation, library import, and board type selection), please refer back to the [2. Configure the Arduino] chapter before proceeding to upload any project code.

Arduino’s memory can store a project at a time; updating the code erases the previous code.

Let’s learn how this smart farm works step by step through projects of different difficulty levels.