Skip to content

Create a hydroponics system made up of IoT components

License

Notifications You must be signed in to change notification settings

Pranav941/be-hydroponics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BE Hydroponics

Set your house ambience with respect to the ambient temperature using a temperature sensor and WS281B Addressable LEDs in 5 steps

Pre-requisites

  • Hardware

    • Arduino Uno or any other equivalent board
    • NodeMCU ESP8266
    • 5v Power supply
    • 3 Male-to-female Jumper Cables
    • DHT11 or newer temperature sensor
    • Breadboard (Optional)
  • Software

    • Arduino IDE
    • Library : FastLED (not by AdaFruit) & Unified Sensor by AdaFruit howTo & DHT

Usage

Step 1 : Open main.ino on your Arduino IDE
Step 2 : Install FastLED & Unified Sensors by AdaFruit
Step 3 : Enter the number of LEDs on your strip on the 4th line (Change data pins according to your prefrence if needed)
Step 4 : Select the right Com port via Tools
Step 5 : Make the right connections (Check figure below)
Step 5 : Hit Upload

Note : Disconnect the power supply jumper cable to LED & Sensor to avoid any unwanted issues

Connections

About

Create a hydroponics system made up of IoT components

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages