Skip to content

lulzzz/IoT-for-Modern-Agriculture

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

IoT-for-Modern-Agriculture

A nodeMCU embedded system for IoT of agriculture application

This is an environment monitoring project by using IoT technology, the monitoring object are temperature, humidity, brightness and rain density. This project is build for investigating how does IoT(Internet of Things) apply in modern agriculture, so it is named as its intend.

The Images sources in this repo are search by online for describe purpose


Overview

If you are doing self farming, sometime when you are out of home, or going to travel, there is no body take care your farm, so what to do when your farm need to be watering?

By applying IoT technology, you can know your farm condition in 24 hours at anywhere. Let say you found the rain density is too low, you can send a HTTP request from your server (or let it be automatic) to activate an watering machine, or turn on LED light when sun light is not sufficient.

For a perfect agriculture monitoring system, the soil moisture , nutrient and air quality data are necessary be monitoring too. Apologize that I could not get those sensors, so they are not implementing in this firmware. I will explain how to use and improve my project, you are welcome to take , modifiy and republish it.

Introduction

  1. IoT ( Internet of things)
  2. How does IoT involved in modern agriculture

Resources and Server

  1. The Components are used in this project for collect environment data and then upload to server.
  2. This Server is used for application monitor , analysis and action.

Procedure

  1. Build your device
  2. Setup your server
  3. Setup your Arduino
  4. Connect your device to PC
  5. Flash this embedded software

Regards

Appreciate to the developers produced [NodeMCU's arduino framework](https://github.com/esp8266/Arduino), it make my life simple. For NodeMCU learners, it is good that you start with arduino due its friendly developing environment, if you face any problem please look for help in their project repo, there is large number of members which can answer your question rapidly.

You can ask me question by creating an issue, I will reply you when I get my email reminded. If you are using LUA please go to ESP8266 Community Forum to look for help.

This project is welcome anyone to copy, modify and republish.
See the LICENSE file for license rights and limitations (MIT).

About

This is an agriculture monitoring system by using IoT technology, which monitoring environment data of humidity, temperature, brightness and rain density.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.5%
  • C 3.5%