Code Monkey home page Code Monkey logo

krishi-iot's Introduction

krishi-IoT

alt text

krishi IoT: An open-source, wireless IoT powered solution for agricultural applications

More info about krishi-IoT can be found here

This repo contains the krishi IoT mobile app source code. It is built using hybrid mobile app development approach - ionic.

You can install the mobile app

krishi IoT mobile app is not released yet in the Google Playstore. However, you can install the app at by downloading the App from this location. Follow the video demonstration explaining on how to install and usage of the app.

krishi IoT app is hardware/firmware agnostic. It is developed keeping in mind that it should work independent of the device platforms whether they are built from Raspberry Pi, ESP8266, TI Sensortags, etc. The app follows and defines a particular message structure.

krishi IoT Message Structure

{
	"project": "Krishi-IoT",                    //project identifier
	"deviceType": "Eye",                        //define deviceType - Weather, Switch, Earth, Eye, Bird
	"deviceId": "krishi_iot_2123",              //unique device id
	"sensor": {                                 //sensor payload JSON object
		"type": "periodic",                       //event type - periodic, event
		"temp": 32.45,                            //temperature sensor - Weather deviceType
		"humidity": 65.73,                        //humidity sensor - Weather deviceType
		"rainPresence": "no",                     //rain presence sensor - Weather deviceType
		"rain": "273",                            //rain in mm - Weather deviceType
		"outlet_status": "ON",                    //motor control - Switch deviceType
		"moisture": 484,                          //moisture sensor - Earth deviceType
		"moistureText": "moderate",               //moisture text analysis - Earth deviceType
		"imgURL": "<IMG_URL>",                    //image sensor - Eye deviceType
		"imgText": "farm",                        //image analysis for future - Eye deviceType
		"videoURI": "<VIDEO_URL>"                 //video sensor - Bird deviceType
	}
}

Sample krishi-IoT device simulator - Weather device

mosquitto_pub -h 'MQTT_BROKER' -p 'MQTT_PORT'-i <deviceId> -t 'krishiIoT/krishi_IoT/telemetry/:deviceId' -m '{"project":"Krishi-IoT","deviceType":"Weather","deviceId":"krishi_iot_2123","sensor":{"type":"periodic","temp":32.45,"humidity":65.73,"rainPresence":"no","rain":"273"}}'

LICENSE

krishi IoT is licensed under the MIT Open Source license. For more information, see the LICENSE file in this repository.

Donate

paypal

krishi-iot's People

Contributors

sivakatru avatar

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.