shubhsheth / iot-moisture-sensor

IoT Soil Moisture Sensor that connects with Apple's HomeKit App.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HomeKit Soil Moisture Sensor

About

This project will create an accessory that detects moisture level in soil and sends the information to Apple's HomeKit app.

As of building this, HomeKit doesn't support a moisture sensor. Instead of that we'll use a humidity sensor to show the moisutre levels.

Installation

Components

  • NodeMCU
  • Breadboard Power Supply
  • Soil Moisture Sensor

Circuit Diagram

Image

Moisture Levels Details

Moisture Sensor sends data between 0 - 1024. 0 being maximum moisture and 1024 equals none. This is converted and sent to HomeKit as a percentage between 0 - 100. 0 will be no moisture, 100 will be maximum.

Thanks

About

IoT Soil Moisture Sensor that connects with Apple's HomeKit App.


Languages

Language:C 68.4%Language:C++ 31.6%