Thứ Ba, 11 tháng 12, 2018

Advance Automated Plant Watering System - Hệ thống tưới cây tự động tiên tiến

Introduction

Monitoring plant health is very important for their fast growth. In this busy world, people usually forget to water their plants which leads to bad growth and health of their plants. For ensuring complete development of plants it is necessary to develop proper surrounding conditions in which plants grow.
Not everyone has enough time to take care of their plant in the most efficient way. Thus in the project, you will automate the plant watering system made in the previous project. Your evive will monitor the moisture of the soil using moisture sensor. Whenever the water shortage in the soil is detected, evive will start the pump until the soil has enough moisture in the soil.

Components Required

Building Guide

Step 1: LDR sensor

LDR  (wikipedia)  are light sensitive devices most often used to indicate the presence or absence of light or to measure the light intensity. An LDR can be applied in light-sensitive detector circuits and light-activated and dark-activated switching circuits.
How does LDR sensor work?
The resistance of a photoresistor decreases with increasing incident light intensity. In other words, it exhibits photoconductivity. A photoresistor is made of a high resistance semiconductor. In the dark, a photoresistor can have a resistance as high as several megohms (MΩ), while in the light, a photoresistor can have a resistance as low as a few hundred ohms.

Step 2: Setting up the circuit for LDR sensor

The circuit of LDR sensor is explained below
  • One end of LDR is connected through jumper wire(red wire ) to the 5V power supply in the evive board.
  • Another end of LDR is soldered with 10K resistor. Through the common junction of LDR and 10K resistor, a jumper wire is taken and hooked into the analog input(here we have used A1 pin number in the evive board) of the evive board.
  • The free end of the resistor is grounded with the help jumper wire(to make it more attractive the circuit can be placed inside the straw).
      

Step 3: Soil Moisture sensor

Soil moisture sensors (Wikipedia) measure the volumetric water content in the soil. The two probes of moisture sensor are connected to LM293 comparator. This sensor uses the two probes to pass current through the soil, and then it reads that resistance to get the moisture level.
How does soil moisture sensor work?
The Soil Moisture Sensor uses capacitance to measure the water content of soil (by measuring the dielectric permittivity of the soil, which is a function of the water content).M393 IC do the voltage comparing here, a reference voltage (UR) is set by the adjustable potentiometer, when the analog output value over this value, the LM393 comparator  will output a digital value to indicate this sensor is triggered by reaching this setup threshold.For more visit soil-moisture-sensor-interfacing-evive

Step 4: Setting up the circuit for soil moisture sensor

The circuit of soil moisture sensor is explained below:
  • + pin of the comparator is connected to the 5V pin of the evive board.
  • – pin of the comparator is connected to GND pin of the evive board.
  • Out of AO(Analog output) and DO(digital output) AO pin is connected to the analog pin(here in our code we have used A0 pin) of the evive board.

Step 5: Humidity and temperature sensor

DHT11 is a temperature and humidity sensor which uses a capacitive humidity sensor and a thermistor to measure the surrounding air and spits out a digital signal on the data pin (no analog input pins needed).
How does Humidity and temperature sensor work?
The DHT11 Humidity and Temperature Sensor consists of 3 main components. A resistive type humidity sensor, an NTC (negative temperature coefficient) thermistor (to measure the temperature) and an 8-bit microcontroller, which converts the analog signals from both the sensors and send out single digital signal.
 

Step 6: Setting up the circuit for humidity and temperature sensor

The connections between humidity and temperature  sensor are explained below
  • + Pin is connected with the female jumper wire and the male end to the 5V power supply on evive board. 
  • – Pin is connected with the female jumper wire and the male end to the ground on evive board.
  • OUT Pin is connected with the female jumper wire and the male end to the digital pin.

Step 7: 12 V,3W Water Pump

A water pump is a device that moves fluids by mechanical action. Water pump consumes electrical energy to perform mechanical by moving the fluid. 

Step 8: Setting up the circuit for water pump

  1. First of all, a 3W-12V water pump is interfaced with evive.
  2. The end wire of the pump containing male connector is connected to female DC connector as shown in GIF.                                                                                                                                                                                                                         
  3. The male end of jumper wires(2 wires) are connected to female DC connector.
  4. The female end of jumper cables is connected to evive motor M1 slot as shown in the figure.                                                         
    evive Motor Driver output channel                 
  5. Dip the water pump in the water reservoir.   
  6. Finally, a 12V,2A power adapter powers the evive.

Step 9: Upload the code

The following Arduino code will control the water pump interfaced with evive from the analog value of the soil moisture sensor. If the value of the soil moisture sensor goes below 30% the water pump will automatically run till the soil moisture becomes 60%.

Circuit Diagram

DESCRIPTIONCIRCUIT DIAGRAM
The sensors are connected as shown in the circuit diagram. Moisture sensor and LDR sensor are connected to analog pin A0 and A1 respectively whereas Humidity Temperature sensor is connected to digital pin 2.

Code

DESCRIPTIONDOWNLOAD CODE
Arduino Code Automated Plant Monitoring System and required LibrariesDownload
evive LibraryDownload

DIY Automatic Plant Lighting System - Chiếu sáng tự động nhà máy

Introduction

If you’re trying to grow some plants indoors, you’ll find that some rooms of your house are low in natural light. Sunlight is the perfect balance of wavelengths necessary for plant growth and blooming, but plants at different growth stages have special requirements of light.
To provide the proper amount of lighting to plants and to carry out projects like indoor gardening a plant lighting system is required, which you will make in this project. LDR sensors will be used to keep track of the amount and the power LEDs are turned ON and the brightness is tuned accordingly.

Components Required

IMAGECOMPONENTQUANTITYAVAILABLE IN KIT
evive1
USB A-B Cable1
Male to Male Jumper Cable 20cm5
Male to Female Jumper Cable 20cm2
evive1
10 kOhm Resistor1
Soldering Iron1
  • None
Glue Gun and Glue Sticks1
  • None
3W Red Power LED1
  • None

Building Guide

Step 1: Which color light is best for plant growth?

Plants respond favorably to specific wavelengths of the light spectrum. In contrast, led’s have the ability to produce wavelength specific light. This is the biggest advantage of led in the indoor growing market. Each led emits a specific wavelength. Greenlight is the least effective for plants growth because of their green pigment Chlorophyll present on them.Different color light helps plants achieve different goals as well. Blue light, for example, helps encourage vegetative leaf growth. Red light, when combined with blue, allows plants to flower.

Step 2: Light Dependent Resistor

LDR  (wikipedia)  are light sensitive devices most often used to indicate the presence or absence of light or to measure the light intensity. An LDR can be applied in light-sensitive detector circuits and light-activated and dark-activated switching circuits.LDR
How does LDR sensor work?
The resistance of a photoresistor decreases with increasing incident light intensity. In other words, it exhibits photoconductivity. A photoresistor is made of a high resistance semiconductor. In the dark, a photoresistor can have a resistance as high as several megohms (MΩ), while in the light, a photoresistor can have a resistance as low as a few hundred ohms.

Step 3: Setting up the circuit for LDR sensor

The circuit of LDR sensor is explained below
  • One end of LDR is connected through jumper wire(red wire ) to the 5V power supply in the evive board.
  • Another end of LDR is soldered with 10K resistor. Through the common junction of LDR and 10K resistor, a jumper wire is taken and hooked into the analog input(here we have used A1 pin number in the evive board) of the evive board.
  • The free end of the resistor is grounded with the help of jumper wire(to make it more attractive the circuit can be placed inside the straw).
photo resistor circuit

Step 4: 3W Led

The High Power LED is comparable in brightness to the standard incandescent and halogen light bulbs. This makes the High Power LED perfect for automotive, industrial, home and hobby applications. Not only are they bright, they also consume a fraction of power of an incandescent bulb making them extremely energy efficient
The High Power LED incorporates an aluminum heat sink to dissipate heat. Simply connect the large + and – pads on the PCB to a current limited power source to enable the LED.Red Power LED

Step 5: Setting up the circuit for 3W led

Before making circuit connections, we need to know following things regarding Blue and red power Led:
  • For high power red led the working voltage: 2.0v-2.5v Typical: 2.1vCurrent: 650-700mA.
  • For high power blue led the working voltage: 3.0v-3.5v Typical: 3.3 vCurrent: 650-700mA.
The connections of the power led are explained below :
  • Connect the female end of the jumper wire to the motor pin.
  • Solder the 3 W power led. Make sure you remember the positive and negative end of the power led. For safety you can use a red wire for positive an black wire for negative.
  • Now , connect the positive end of the motor pin to the positive end of the led.
  • We have set the pwm pin to 35 (by trial) and 2.0 V. At this condition red led il work fine.
  • Make sure you don’t apply the voltage more than 2 V.

Step 6: Arduino Code

The following Arduino code controls the 3W power led using the LDR sensor. If the value of the LDR sensor is less than 500 then Power led will turn on otherwise it will be off.

Step 7: Output

The power led provide lightning to the plants as shown in the figure.
Plant Light Red power led

Circuit Diagram

DESCRIPTIONCIRCUIT DIAGRAM
The following circuit diagram shows the LDR sensor and red power interfaced with evive. The power led works on low voltage hence it is controlled using the evive motor pin.

Code

DESCRIPTIONDOWNLOAD CODE
Plant Lightning SystemDownload

Bài đăng mới nhất

ALEPH-M CLASS A ANFİ DEVRESİ N KANAL MOSFET

Aleph-M çıkış gücü yaplaşık olarak 35w Class A sınıfı anfi için oldukca iyi bir değer çıkış modfetleri n kanal 2 adet irfp240 kullanılmış be...

Bài đăng phổ biến