Schlagwort: Hydroponics

  • Monitor the pH levels of a hydroponic plant’s water supply with Arduino and tinyML

    Monitor the pH levels of a hydroponic plant’s water supply with Arduino and tinyML

    Reading Time: 2 minutes

    Monitor the pH levels of a hydroponic plant’s water supply with Arduino and tinyML

    Arduino TeamSeptember 2nd, 2021

    Many plants are notorious for how picky they are about their environmental conditions. Having the wrong temperature, humidity, soil type, and even elevation can produce devastating effects. But none are perhaps as important and overlooked as water/soil pH, which is a measure of how acidic and/or alkaline the growing medium is. In hydroponics, maintaining optimal growing conditions is how high yields can be ensured without becoming too wasteful. Janet N on Hackster had the idea of harnessing the powers of embedded machine learning to let her know when the water had become unacceptable for her plants. 

    The device uses an Arduino Nano 33 BLE Sense to continuously monitor the pH of the hydroponics water supply with a simple probe. This data was initially loaded into Edge Impulse’s Studio where it was split into features and then sent to both a Keras classification model and an anomaly detection model for training. After she was satisfied with the performance of both, they were deployed back onto the Arduino.

    As the system checks the pH of the water, it aggregates the data and places it into a buffer for classification. If the value is higher than 7, the soil is too basic, and a yellow LED is turned on. If the soil is too acidic (below 4), a red LED is activated. And finally, a green LED lights up when the optimal pH of around 5 has been reached. 

    You can read more about the process of creating this project here on Hackster.io.

    Website: LINK

  • Automate your hydroponic garden with HydroBot

    Automate your hydroponic garden with HydroBot

    Reading Time: 2 minutes

    Automate your hydroponic garden with HydroBot

    Arduino TeamSeptember 5th, 2019

    Hydroponics seems like a great way to get fresh vegetables at a cheap price, but as Scott Paterson and Max Knight found out, doing this type of gardening well can take a lot of work. To help take the guesswork and hassle out of the process, the duo has created HydroBot — an automated garden minder that uses an Arduino Leonardo along with a Raspberry Pi Zero for control.

    HydroBot allows you to remotely monitor your setup, and automate tasks using wireless switching for lights and fans, as well as two pumps built into the apparatus’ housing to add nutrients to your grow-water. 

    [youtube https://www.youtube.com/watch?v=EBn9UbtcsIE?feature=oembed&w=500&h=281]

    The device is currently available on Kickstarter, and is also open source project, so you’ll be able to fix any bugs or even modify its behavior as needed!

    Website: LINK

  • Smart hydroponic assembly made with Arduino Mega

    Smart hydroponic assembly made with Arduino Mega

    Reading Time: 2 minutes

    Smart hydroponic assembly made with Arduino Mega

    Arduino TeamJuly 23rd, 2018

    If you love electronics as well as plants, what better way to combine the two than with a smart hydroponic system? Students at the Juan de Lanuza School decided to do just that, creating a portable hydroponic assembly that’s automatically controlled with the help of an Arduino Mega.

    The system uses six lengths of PVC pipe to house plants and pass a nutrient rich liquid solution through their roots. The control assembly measures elements such as temperature, humidity, and pH, then adjusts the lighting, water pump, and nutrient feeder to accommodate for conditions. 

    The device transmits data to ThinkSpeak for human monitoring, and also features a smartphone app for visualization. Build details are available here in English, or you can see a video of the setup in Spanish below.

    [youtube https://www.youtube.com/watch?v=FWkw4pRXUVg?feature=oembed&w=500&h=281]

    Website: LINK