GithubHelp home page GithubHelp logo

abhijeetbyte / ndvi-go Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 0.0 3.6 MB

This repo contains source code and other resources for Normalized Difference Vegetation Index (NDVI) experiments

License: GNU General Public License v3.0

C++ 100.00%
arduino-programming arduino-project cpp-programming diy-electronics ndvi ndvi-index ndvi-sensor arduino-ndvi diy-ndvi-sensor ndvi-using-arduino

ndvi-go's Introduction

NDVI-GO

NDVI stands for "Normalized Difference Vegetation Index". It is a numerical indicator of the health of vegetation, based on the reflectance of light in the near-infrared and visible portions of the electromagnetic spectrum.

The project is designed to use an NDVI sensor module connected to an Arduino board to calculate and display NDVI values on an OLED screen. The schematic and wiring connections are provided below, along with a description of the components used. It also includes an explanation of the NDVI formula and a scale for interpreting NDVI values. The project will hopefully useful tool for those interested in measuring the health of vegetation using NDVI.

Getting Started

Upload this file to your arduino board, and open Serial monitor to see the result.

Wirring connection


NDVI sensor Module

  • IR Led -> D9 (digital Pin 9)
  • RED Led -> D10 (digital Pin 10)
  • IR Sensor -> A1 (analog Pin A1)
  • LDR Sensor -> A0 (analog pin A0)

OLED Screen

  • SDA -> A4 (analog Pin A4)
  • SCL -> A5 (analog Pin A5)

Make a comman GND and VCC/+5V

Note: IR & LDR module must have analog output


Schematics

img1


img1


Working Layout


img1


Comparison

img1


Expression


$$NDVI = { NIR - Red \over NIR + Red}$$


  • Reflectance of near-infrared (NIR) and red (RED)
  • NDVI value ranges from -1.0 to +1.0

NDVI is a mathematical function of the reflectance values of two wavelengths regions, near-infrared (NIR) and visable (commonly red).

Scale


img1


Reporting Issues & Contributions

Feel free to report issues and contribute to this repository


ndvi-go's People

Contributors

abhijeetbyte avatar harshrajput1234567 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ndvi-go's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.