Skip to content

The Plant-N-Go is an automatic sensor system that detects soil moisture, light level, air humidity, and room temperature. This system can be activated when you leave your home and will water your plants as needed while you are away. It will also control room lighting as needed to maximize plant growth while minimizing energy consumption.

Notifications You must be signed in to change notification settings

sid12c/Plant-N-Go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UGA Hacks 8

Sidharth Chaudhary, Charles Lam, Noah Samples, Sarah Sileshi

Plant-N-Go Logo

The Plant-N-Go is an automatic sensor system that detects soil moisture, light level, air humidity and room temperature. This system can be activated when you leave your home and will water your plants as needed while you are away. It will also control room lighting as needed to maximize plant growth while minimizing energy consumption. The data is then sent to a website that can be viewed while traveling. This system uses an Arduino UNO, LCD, a humidity and temperature sensor, and a DC water pump.


Table of Contents

Hardware Required

About the Hardware

The Arduino Uno is a microcontroller that allows users to write code In c++ on their computer and upload it to a physical board. The Liquid Crystal Display(LCD) is a flat-panel display or other electronically modulated optical devices that uses liquid crystals' light-modulating properties combined with polarizers. This allows users to display information on a screen without using a computer. The DHT11 Temperature and Humidity Sensor is a capacitive humidity sensor that measures humidity using a metal oxide strip between two electrodes. As humidity increases, this changes the metal oxide's electrical capacity. To detect temperature, the DHT11 uses a thermistor which is a temperature-dependent resistor. The thermistor resistance decreases as the temperature increases. At low temperatures, the resistance of a thermistor is high, and little current can flow through. At high temperatures, the resistance of a thermistor is low, and more current can flow through. The Photoresistor is a sensor that changes its resistance when light shines on it. A high light intensity will cause a lower resistance, whereas a lower light intensity will cause higher resistance. The L9110H H-Bridge is an integrated circuit which powers the pump motor and controls the direction it spins.

Hardware Setup

Website Features

The website provides live plant vital information such as soil moisture, light levels, and temperature. The website can also graph the current vitals by pressing the update button.

Websitescreenshotscreenshot

Running the Web Server

To run the web server, the sensor system must be connected to communication port 3 using the USB 2.0 cable. In the terminal enter the following command from the Hackathon 2023 Project/js

node ./app.js

Then in a browser (preferably Google Chrome) open the following address:

localhost:300

Media

Plant-N-Go Video
demo: here
slides: here

Screenshot 2023-02-05 035713
Plant-N-Go planter system and website
Screenshot 2023-02-05 035739
Plant-N-Go planter
Screenshot 2023-02-05 035808
inside planter
Screenshot 2023-02-05 035826
Plant-N-Go planter with UV light engaged in the dark

About

The Plant-N-Go is an automatic sensor system that detects soil moisture, light level, air humidity, and room temperature. This system can be activated when you leave your home and will water your plants as needed while you are away. It will also control room lighting as needed to maximize plant growth while minimizing energy consumption.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •