Skip to content
/ skyhack Public

Smart irrigation system using live weather data and ESP8266

Notifications You must be signed in to change notification settings

oz456/skyhack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Skyhack

A simple Node.js application that provides watering information for crops based on weather data. This application calculates the amount of water needed for different crop types based on land area, weather conditions, and evapotranspiration data.

Features

  • Accepts crop type, city, and land area as input.
  • Validates user input.
  • Gets weather data for the next 7 days.
  • Calculates daily water usage based on weather conditions and crop requirements.
  • Suggests optimal watering times based on temperature.

Installation

  1. Clone the repository
    git clone https://github.com/oz456/skyhack
    
  2. Start The Server
    node server.js
    
  3. "localhost:3000"

Additional Developments- Used esp32,capcitive soil moisture sensor to check the moisture level in the soil and sent it to the cloud.

About

Smart irrigation system using live weather data and ESP8266

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published