Skip to content

An LED-based, Arduino controlled, artificial plant lighting system.

Notifications You must be signed in to change notification settings

jhrcook/ArtificalPlantLights-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Artifical Plant Lights

Arduino jhc twitter jhc website

This is the second version of my LED, artifical-lighting system for my plants. The current system is just a single set of 6 LEDs controlled by an Arduino. The new system will have three levels of varying lighting intensity for different types of plants.

When everything is built, there will be two posts on my website detailing the construction of the lights and a walk-through of the code.

Lighting

Parts

Level 1 (high-intensity):

  • 2 x 12" heatsink
  • 2 x 6 Cree XLamp XP-G2 cool white 6500K LEDs
  • LPC-60-1050 Mean Well driver (60 W, 1050 mA)

Level 2 (standard intensity):

  • 18" heatsink
  • 8 Cree XLamp XP-G2 cool white 6500K LEDs
  • LPC-60-1050 Mean Well driver (60 W, 1050 mA)

Level 3 (low intensity - seedlings):

  • 24" aluminium U-chanel heatsink
  • 4 Cree XLamp XP-G2 cool white 6500K LEDs
  • APC-25-1050 Mean Well driver (25 W, 1050 mA)

Miscellaneous:

  • thermal adhesive
  • wire
  • hanging machinary and wire
  • PVC pipe
  • electrical tape
  • barrel power connectors
  • electronics enclosure

Controller

Parts

  • Arduino Uno
  • Real Time Clock module
  • 3 x push buttons
  • breadboard wires

Features

  • Controls three sets of lights through a relay board.
  • Each set of lights has a separate override button.
  • A Real Time Clock (RTC) module accurately maintains the correct time, even if power goes out.

Status

All of the parts have been ordered, but need assembling.

The code is written and ready to go.

Releases

No releases published

Packages

No packages published

Languages