Showing posts with label Hydroponics. Show all posts
Showing posts with label Hydroponics. Show all posts

5/23/2016

Web dashboard for IKEA Krydda

Firmware sketch for ESP8266 with web dashboard on adafruit.io

Adafruit.io dashboard
Dashboard for my growth system
To monitor your cultivation unit from local/ everywhere I wrote a sketch to both send the actual light intensity values via the serial port and to adafruit.io which is a nice web service for displaying data in the internet (of things).

Currently only the light value is displayed and more sensors will be added in the future.

You can see the actual values of my Krydda system here.
 
More information on how to set up your own dashboard on adafruit.io can be found here

UPDATE 23-5-2016: Added temperature and humidity with the Sensirion SHT21 sensor.

5/22/2016

IKEA hydroponics - First sensor for ambient light

Sensor measures light intensity for the plants

Lights sensor BH1750FVI connected to a ESP8266
The first sensor for my IKEA hydroponics project is a ambient light sensor (BH1750FVI) which will measure the light intensity on the plant bed in both the seed and cultivation unit. It is currently connected to an ESP8266 - a DIY-friendly and hacker-famous microcontroller with WiFi on board. I wrote a library for the light sensor which works with both Arduinos and ESP8266. You can find it here.

Germinated seeds in cultivation unit
The example sketch in the repository currently measures only the actual value of the ambient light. In future versions this sensor will be responsible deciding if and how long the IKEA LEDs have to be switched on depending on the overall light which fell on the plants. There will also be an uplink to a web-service (like Thingspeak or adafruit.io) where all the values are monitored in real time on a nice looking dashboard and will be accessible from everywhere.

In the meantime the seeds that germinated changed their habitat to the cultivation unit.