raspberry pi weed control/monitoring

IvAx

Member

941mick

Well-Known Member
have you ever experimented with raspberry pi for remote monitoring?

I have a friend developing this interface and I wonder if the quick splash with the green / yellow / red dots is useful for remote check...

These are the boards compatible with raspberry pi and arduino:
https://www.dropbox.com/s/xukrbg3ao1b4to5/Screenshot 2014-07-29 11.40.12.png
https://www.dropbox.com/s/hjbf5k1n12amga5/Screenshot 2014-07-29 11.59.20.png

Have you experiment with arduino/raspberry pi?
It never got introduced into my room, because of expensive machine work needed. But I had an engineer friend develop a very unique automatic nutrient dosser program using raspberry pi for EC and pH monitoring.
 

jijiandfarmgang

Well-Known Member
Hello,

I have an ardiuno sitting around somewhere. I planned on writing a program to control some hvac things. Never got around to it, but like the prospects.

you have more info on those boards?

- Jiji
 

OKLP

Well-Known Member
I bought a mountain of Arduino parts, started on programming but no time to get it running in my room so far. I'm using Arduino for now, and will add a Pi when I want to incorporate video.
 

IvAx

Member
This is the latest version of the board compatible with Arduino and raspberry pi.
Every sensor is i2c so its pretty straight forward to read them. It has:

+Temperature and humidity
+Leaf temperature (infrared temperature)
+ CO2 (mg811) to Analog Digital converter
+ Microphone to estimate air movement to Analog digital converter
+ PAR sensor​

The i2c bus is connected using a phone cable (RJ11) so its ready to be expanded in series with soil/water sensors and relays.

The price should be under 90 EUR but I can ask my friend if he is interested in sending it

Good
 

Attachments

Last edited:

IvAx

Member
this is the pcb fully populated and ready to be connected and read in raspi/arduino. Im thinking about painting it with some smart polymer for water proofing
 

Attachments

ngrd

Active Member
how is this board working? I developed my own Pi/Arduino sensor solution, and wrote a java app to control it and display stats and record history so I could view trends.
 

gucio19

Member
I use raspberry with cheap dh11 sensor to monitor temp and humidity. I also made 1-wire interface. I'm planing multiple temp sensor ds18b20 sensor, some 0-5v water level monitor. But now, only one dh11 sensor is working. I check temp and hum by ssh terminal.
 
Top