• Please visit and share your knowledge at our sister communities:
  • If you have not, please join our official Homebrewing Facebook Group!

    Homebrewing Facebook Group

Temp and moisture logging [MALTING]

Homebrew Talk

Help Support Homebrew Talk:

This site may earn a commission from merchant affiliate links, including eBay, Amazon, and others.

SHvanBommel

Well-Known Member
Joined
Nov 5, 2007
Messages
548
Reaction score
57
There wasn't anywhere else to post this. I'm looking to log temp and moisture. I've already got the temp logging figured out. using DS-18b20's i'm adding temps to a SQLite database. Now i'm having trouble logging moisture. they are analog so there's a good chance they need to go through an arduino in order to translate from analog to digital but i don't know how to get from the arduino into my sqlite db. any help would be greatly appreciated.
 
See this is what I don't know. I've seen various projects out there where people are serving up data to a raspi from an arduino but I don't know how to get the data to go to a database on the raspi
 
Yeah I found this already. I'm looking for something that will transfer the moisture sensor data over serial to a pi that is already connected to the network and already is storing the database and acting as Web server. This is a good approach but is neither cost effective or efficient.
 
What do you mean by "moisture"?

If you mean humidity, there are combined humidity and temperature 1-wire sensors, DHT-22 or DHT-11, easily available. Adafruit has example codoe for talking to them from Arduino, and they'll happily talk to a Pi as well. Unfortunately they aren't Dallas 1-wire compatible, so they need to live on their own circuit.

If you mean something like soil moisture, then there are analog sensors out there, but they'll need an ADC to talk to. e.g. http://www.instructables.com/id/Soil-Moisture-Sensor-1/
 
As far as the coplanar capacitor I was planning on using two stainless bolts retained and isolated between two pieces of lexan
 
Back
Top