Skip to content

Smart-Greenhouse of the Internship 2021 at the Alpen-Adria-Universität Klagenfurt

Notifications You must be signed in to change notification settings

Githubmaster9089/aau_smartgreenhouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Introduction

This repository was made for controlling a Smart-Greenhouse. It also includes a part list and a 3D-Model of the casing.

Warranty

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Hardware

Microcontroller: Esp32 NodeMCU

Sensors:

  • FC-37 (Rain Sensor)
  • Capacitive soil moisture sensor v1.2 (Soil moisture Sensor)
  • DS18B20 (Soil temperature Sensor)
  • BMP280 (Temperature, Pressure, Altitude Sensor)
  • UVM30A (UV Sensor)
  • ARD SEN LDR (Light intensity Sensor)

Actuators:

  • 2 x FUNGWAN MG 996R (Servo Motor)
  • 3-Wire Fan (Fan)
  • 3 x 5v Relays (Relay)
  • 230v Lamp (Lamp)

Dependencies

<ESP32Servo.h> <Adafruit_BMP280.h> <Adafruit_Sensor.h> <Wire.h> <OneWire.h> <DallasTemperature.h> <SPI.h> <BH1750.h> <EspMQTTClient.h>

Application Steps

  • Build the Greenhouse-Casing
  • Connect the sensor to the Micro-Controller (take a look at the datasheets to not overvolt one of the Sensors/Esp32; The pinout is in the code!)
  • Flash software onto the Esp32 with the Arduino IDE
  • Setup a Node-RED Server and import JSON

Appendix

ezgif com-gif-maker

ezgif com-gif-maker (3)

ezgif com-gif-maker (5)

ezgif com-gif-maker (7)

About

Smart-Greenhouse of the Internship 2021 at the Alpen-Adria-Universität Klagenfurt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages