Posts

Showing posts with the label greenhouse

IOT Greenhouse project part 3 (Working prototype of IoT Greenhouse)

Image
   This is the promotional video which we have done to the Embedded systems project. Presentation slide   https://docs.google.com/presentation/d/1Ep9eNl-nSVVVAHae62GMqLgg84za-thUbyO-UmZ19PA/edit?usp=sharing  This project we are monitoring and controlling a Greenhouse. By analyzing monitored data and digital image System will control the Greenhouse. Here we have developed a working prototype with one plant. Here our main goals wer e Light and watering control, Temperature and humidity Controlling, Image processing to monitor leaves of the and infections, Automatic management and remote monitoring. The client can have the latest status of the greenhouse. Here we have used the MQTT protocol because it is a lightweight messaging protocol. Here each sensor has a topic. As an example humidity sensor has topic greenhouse/1/hum other sensors also have. So here Arduino UNO + WIFI shield is acting as an MQTT client and publish this sensor data to the related topics. Then

IOT Greenhouse project part 2

Image
here you can see how hardware has been connected and how Networking part is happpening  Here our main goals wer e Light and watering control,Temperature and humidity Controlling , Image processing to monitor leaves of the and infections , Automatic management and and remote monitoring. Client can have latest status of the greenhouse . Here we have used MQTT protocol because it is lightweight messaging protocol . Here each sensor has topic. As an example humidity sensor has topic greenhouse/1/hum other sensors also have. So here Arduino UNO + WIFI shield is acting as a MQTT client and publish this sensor data to the related topics . Then in Raspberry PI there is MQTT server and from the PI data will be put into a Graphical user interface .So any user with proper authentication can connect to the IP of the raspberry and get these data. So i think you have some idea about the hardware part. Next  we are planning to do the Controlling part and Image processing part to the Gre

IOT Greenhouse project part 1

Image
How to build Simple IOT Greenhouse (Part 1) This this project we are going to control a stable environment to the plant inside the greenhouse.  With using mqtt protocols and latest IOT suff. And also we can monitor plant conditions using digital image processing. So let's start this step by step. Part 1 is all about setting up the sensors and hardware part. So what do you need to this project ? Components 1.) Arduino Uno with wifi shield 2.) Raspberry PI 2 Board and wifi adapter. 3.) DHT 21 (AM2301) Temperature and humidity sensor 4.) Soil Moisture Sensor 5.) Light intensity sensor 6.) Water pump 7.) Raspberry PI Camera or web cam for image processing 8.) 16 in to 4 LCD display Don't be scared i'm going to explain bit by bit how to build this system. First of all you have to design the hardware part. plug the sensor to the arduino in correct way. Simple Arduino Code to get sensor data and display here this code is without the arduino w