Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 920 Bytes

readme.md

File metadata and controls

24 lines (17 loc) · 920 Bytes

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