Project

# Title Team Members TA Documents Sponsor
13 Smart Health System for Plants
Rohan Prasad
Tilak Patel
Yash Parikh
Hojoon Ryu design_document1.pdf
design_document2.pdf
final_paper1.pdf
presentation1.pdf
proposal1.pdf
video
# Smart Health System for Plants

Team Members:
- Tilak Patel (tpatel80)
- Rohan Prasad (rprasad3)
- Yash Parikh (yparikh2)

# Problem

There are many families in this world that - for a variety of reasons - are away from home and have plants sitting at home waiting for them to come back and provide water and sunlight. Further, many families love to have plants but don't have time to watch over them due to jobs and busy schedules. In these times, many plants can die out causing the owners to either purchase a new plant or throw out the old one completely. This is not only a problem of neglect, but also sustainability on a broader scope.

# Solution

To solve this problem and have plant owners save money by not having to buy new plants, we would create a Smart Health System for Plants with a Phone UI for the owner. We would create a plant potter which is built in with our Smart Health System and provides connectivity to the owner through a UI. In our system, we would use different sensors to measure values like humidity, soil moisture and sunlight provided to determine exactly how much water/sunlight the plant will need. We then pump in water from our water reservoir straight to the roots and provide light when needed. Further, through the UI, the owner would also be able to provide manual water and artificial light when they want to and see critical values from the sensor module. Overall, this Smart Health System for Plants will provide plants with the most ideal conditions they need to grow and survive and owners will never have to worry about dead plants due to their busy schedules and family vacations. Further, this system will consist of a sensor module, microcontroller, watering system, artificial sunlight system and a phone UI.

# Solution Components

## Sensor Module

In this system, we would use the sensors listed below to provide values to our microcontroller to be used in our algorithm to determine when the plant will need water and light. These sensor values will also be reflected in our Phone UI where the owner will be able to see all the critical values around their plant.

- Soil Moisture Sensor (Waveshare Moisture Detection Sensor Module)-https://electropeak.com/waveshare-moisture-sensor
- Humidity and Temperature Sensor (DHT22 Temperature Sensor)-https://www.sparkfun.com/products/18364
- Light Sensor (Grove-Sunlight Sensor or Photoresistor)-https://wiki.seeedstudio.com/Grove-Sunlight_Sensor/

## Microcontroller

In this system, we will connect all of our sensors, watering system, artificial light system and phone UI to control different parts of our Smart System. We will take values from our sensors and turn on/off the watering system and artificial light system. Further, we will also use the commands from the Phone UI to control the watering system and light system.

- Arduino (https://store-usa.arduino.cc/products/arduino-mkr1000-wifi?selectedStore=us)

## Watering System

In this system, we will use a water reservoir which will be controlled by a pump connected to our microcontroller. When we determine the plant needs water, we will run the pump for a specific amount of time which will be determined by our algorithm and controlled by our Arduino microcontroller. We will also use a water level sensor to notify the owner when the water is running low and needs a refill

- Water Pump (12 V pump)- https://www.amazon.com/Peristaltic-Liquid-Dosing-Silicone-Tubing/dp/B075VN1QZM
- Water Level Sensor- https://electropeak.com/liquid-level-sensor-waveshare

## Artificial Light Module

In this system, we will connect an overhead light system to help provide light to the plant when our algorithm determines the plant needs some light. We will connect this module to our microcontroller to help control turn on and off the light when we need to. This can also be controlled by our Phone UI on a manual basics when the owner needs it

- Light Ring Module- https://www.amazon.com/DIYmall-WS2812-WS2812B-Arduino-Raspberry/dp/B0774JNSCF

## Phone UI

In this system, we will create a UI for the owner which will interact with our microcontroller and provide graphs for the sensor values and ability to water the plant manually. We will also provide a way the owner can select their plant from our created plant library or create their own plant and enter specific values we need to make sure their plant gets enough water to stay healthy and survive.

- Software Code

# Criterion For Success

With the time given to us in ECE445 to complete this project, we want to be able to see our watering system run automatically using the sensor values and the microcontroller. Further, we at least want to see our Phone UI be able to provide water to the plants on a manual basis. Further, at minimum we want our system to have a few coded algorithms for plants which can be run on its own to water the plants automatically.

- Automatically use sensor values and provide water/sunlight throughout the day
- Use the phone UI to see sensor values and manually provide the plant water
- Use the phone UI manually provide the plant artificial sunlight

Cypress Robot Kit

Todd Nguyen, Byung Joo Park, Alvin Wu

Cypress Robot Kit

Featured Project

Cypress is looking to develop a robotic kit with the purpose of interesting the maker community in the PSOC and its potential. We will be developing a shield that will attach to a PSoC board that will interface to our motors and sensors. To make the shield, we will design our own PCB that will mount on the PSoC directly. The end product will be a remote controlled rover-like robot (through bluetooth) with sensors to achieve line following and obstacle avoidance.

The modules that we will implement:

- Motor Control: H-bridge and PWM control

- Bluetooth Control: Serial communication with PSoC BLE Module, and phone application

- Line Following System: IR sensors

- Obstacle Avoidance System: Ultrasonic sensor

Cypress wishes to use as many off-the-shelf products as possible in order to achieve a “kit-able” design for hobbyists. Building the robot will be a plug-and-play experience so that users can focus on exploring the capabilities of the PSoC.

Our robot will offer three modes which can be toggled through the app: a line following mode, an obstacle-avoiding mode, and a manual-control mode. In the manual-control mode, one will be able to control the motors with the app. In autonomous modes, the robot will be controlled based off of the input from the sensors.