plntrAI / Arduino-Plant-Watering-Kit

IoT Smart Garden Setup with Nano RP2040 Connect to automatically monitor and water your plants from an app with offline support.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IoT Plant Communicator with Arduino Cloud

RyanLua opened this issue · comments

Create an IoT monitoring system using Arduino Cloud which can be accessed from the web and app with real-time data monitoring.

Specification

Data parameters

  • Moisture
  • Temperature
  • Light

Sensors

  • TMP36 temperature sensor
  • Phototransistor
  • Moisture sensor (unnamed)

Goals

Achieve real-time data monitoring from remote locations with an IoT plant communicator and cloud-based monitoring systems.

We will be using Arduino Cloud for IoT monitoring due to their free tier and easy integration with Arduino products which includes our board.

In addition, their cloud services offer machine learning tools which we can use to analyze and parse data into something more UX friendly.

Later on, we can implement support for Amazon Alexa through Arduino Cloud if we get things done early.

You can view Arduino Cloud documentation here.