• If you need help identifying a pepper, disease, or plant issue, please post in Identification.

working on my Arduino automatisation

Im thinking of doing one myself sorta a diy aerogarden that will check ph and ec, water temps, turn light and fans and off i got mechanics of it all but the coding will be a issue for me 
 
kccellall said:
Im thinking of doing one myself sorta a diy aerogarden that will check ph and ec, water temps, turn light and fans and off i got mechanics of it all but the coding will be a issue for me 
here, I find the project which is very well documented.
Unfortunately it's in Italian but google translate will help.
for programming it's very good to start with codes that have a lot of comments
 
http://www.mauroalfieri.it/?s=Orto+idroponico+verticale+
 
Thinking on doing something like that with arduino or raspberry pi and upload all info to a web dashboard like this  to put my raised bed data..
 
planning on having:
Ambient temperature
Ambient Humidity
Ambient Pressure
Light 
 
soil temperature
soil humidity
 
is there a way to get the PH? i havent found a sensor for it
 
 
 
 
2cc7d5c437710b9def0da9331797fe27.png
 
buton said:
Thinking on doing something like that with arduino or raspberry pi and upload all info to a web dashboard like this  to put my raised bed data..
 
planning on having:
Ambient temperature
Ambient Humidity
Ambient Pressure
Light 
 
soil temperature
soil humidity
 
is there a way to get the PH? i havent found a sensor for it
 
 
 
 
 
 
 
hello, welcome to thp forum, just read this post and you will find answer to your question
 
floricole said:
 
 
hello, welcome to thp forum, just read this post and you will find answer to your question
 
 
Sorry but that is for water ph, isnt it?
 
will it be any difference on measure SOIL ph?
 
soil pH is longer to correct than liquids. I think it's not worth it. 
otherwise the sensors for liquids work if you dilute half with distilled water.
I didn't saw any on Arduino but sure it can be connect to it
 
 
 
here is a list of some soil probes
HALO® Wireless Soil pH Meter https://hannainst.com/halo-ph-electrode-for-direct-soil-measurement-hi12922.html
 
Bluelab Soil pH Meter https://bluelab-staging.azurewebsites.net/products/type/replacement-probes/soil-ph-probe
on amazon https://www.amazon.com/Bluelab-Soil-pH-Probe-Meter/dp/B00598CAE2
 
 
HANNA HI 1292D Spare pH Electrode https://www.nisupply.com/products/hanna-hi1292d-replacement-electrode-for-use-with-hi-99121-ph-meter?variant=17086629382
 
 
eWkeU7G.png

 
 
 
 
https://jsfiddle.net/vLtfr8eo/1/show/
here is a small utility to make special characters for LCD display
click on a glyph from the buttom lcd to upload in the pixel box and modify it or grt the code
 

for the moment there is only copy output that works
if you want to copy the lcd at the bottom click right button and copy
for the pixel array click once on a pixel and right click on the same to select copy
will update link soon when all thing work well
 
very simple to create animate screen icon
example for when the mist is on                      and battery charging
rczA1ae.gif
                                        
VvYbeU1.gif
 
Homemade hillbilly greenhouse flat filler potting soil (no arduino)
next project -->  semi-automated Potting Machine
https://www.youtube.com/watch?v=B8q-xjk3cRQ
 
That is pretty cool. I'm trying to learn how to program. Still a beginner but I've created a raspberry pi python program that automates an aeroponic setup based on weather. you can see the code here
 
It uses a compressor made for airbrushes, a water container, an air atomizing nozzle and some 12v solenoids which are hooked up to the raspberry pi with a relay board and operated by the GPIO pins.
 
 
 
vclb7IM.jpg
 
From testing I have found soil humidity sensor are not working really well and are not precise.

I use time based irrigation instead.

This is my problem with arduino components as general.. They do the job, but doesnt give the accuracy im looking for. 


My current arudino setup in the greenhouse is

2x  dht22 (1 indoor, 1 outdoor)
1x cytron shield for 2a motor ( I use linear actuator for window)
2x relay for heater and fan


Also got the raspberry pi listening for the web interface. 
 
 
charlesquik said:
From testing I have found soil humidity sensor are not working really well and are not precise.

I use time based irrigation instead.

This is my problem with arduino components as general.. They do the job, but doesnt give the accuracy im looking for. 


My current arudino setup in the greenhouse is

2x  dht22 (1 indoor, 1 outdoor)
1x cytron shield for 2a motor ( I use linear actuator for window)
2x relay for heater and fan


Also got the raspberry pi listening for the web interface. 
 
 
if you use the cheap humidity sensor
 
61apCT1SoJL._SX425_.jpg

you have to stop the power to the sensor when it is not used.
http://www.homautomation.org/2014/06/20/measure-soil-moisture-with-arduino-gardening/
 
 
 
there are more accurate sensors on the market, but I'm too poor to buy them
 
Decagon%20Devices_5Te%20Soil%20Moisture%20Sensor.jpg

http://www.hoskin.ca/catalog/index.php?main_page=product_info&products_id=285
 
This is all very interesting!  Can anyone recommend a beginner's guide to coding for Arduino?  I know nothing about it.  I mean, NOTHING.  Years ago, in another life, I was a UNIX IT admin, but have lost most of that.   Next summer, I'm hoping to have a small garden along side my home, and would like to dabble in automated hydroponics, along with the container gardening..
 
Back
Top