Arduino Smart Garden System
  • Intro
  • BOM (Bill Of Materials)
    • Arduino Board
    • Sensor Shield V5
    • Soil Moisture Sensor
    • DHT11
    • LCD 16x2 (I2C)
    • Relay Module:
    • Water Pump
  • Arduino IDE
  • Codes
    • Reading Soil Moisture Sensor in Serial
      • Auto-Mapping
    • Connecting and Displaying Messages on LCD
    • Reading Temperature and Humidity with DHT Sensor
    • Displaying DHT Sensor Values on LCD
    • Controlling Water Pump with Soil Moisture Threshold
    • Smart Garden Automation with Arduino
Powered by GitBook
On this page

Arduino IDE

PreviousWater PumpNextCodes

Last updated 1 year ago

For this specific project, you will need to install the Arduino IDE software in order to code the WIO Terminal, the DHT library to read the DHT11 sensors, and the LCD screen library.

To install the Arduino IDE click on the link below to open the web page with the installer.

  • Select the version of Arduino IDE based on the operating system of your computer.

  • Decide if you want to donate, or click on "Just Download"

  • After downloading the installer, execute it and follow the instructions.

Software
Logo