This is my first Arduino project aimed at helping me with my other hobby which is growing oyster and shiitake mushrooms indoors.
In a nutshell, the controller takes in two temperature readings, 1 Humidity reading and 1 Co2 reading and triggers a set of four relays connected to mains power.
Intended to be connected to the mains are two heating pads, a sonic humidifier and an air pump (although the choice isnβt limited to these of course).
Step 1 Items
MAIN:
-Arduino.
-LCD Keypad shield.
β 7-12 volt power supply.
β USB cable (socket that connects to USB on Arduino).
-Box To house the whole thing.
-Veraboard/breadboard.
β 4x solid state 5v- 240v relays.
β Mains Power board with four sockets.
β Wires.
β Jiffy box to house inline socket/screws to connect Sensors.
SENSORS:
-Thermistors 10k Β x2
-Resistor 10k Β x2
-HS1100 humidity reader
β 555 timer (cmos type)
β resistors: 576k, 49.9k, 1k and 909k
β Veraboard/breadboard
β Jiffy Box
β Digital divide by ten Chip
-MG811 C02 sensor (I got a breakout board with op-amp amplifier built in. You can make it yourself, it is a high precision op amp set up as non-inverting with gain around 10).
β Jiffy Box
ENVIRONMENTAL CONTROLLERS
β 2 x heating pads
β Sonic Humidifier
β Aquarium Tubing
β Air Pump (aquarium)
β Plastic lunchbox (airtight)
β HEPA Filter for Vacuum cleaner.
β Plastic tub
β Aquarium Air pump
β Aquarium Tubing
β Plastic Lunchbox (airtight)
β HEPA Filter for Vacuum cleaner
EXTRAS:
β Hot Glue gun
β Soldering Iron
β Screwdrivers
β Multimeter
β Drill
β Home brew larger.
Step 1 Items
MAIN:
-Arduino.
-LCD Keypad shield.
β 7-12 volt power supply.
β USB cable (socket that connects to USB on Arduino).
-Box To house the whole thing.
-Veraboard/breadboard.
β 4x solid state 5v- 240v relays.
β Mains Power board with four sockets.
β Wires.
β Jiffy box to house inline socket/screws to connect Sensors.
SENSORS:
-Thermistors 10k Β x2
-Resistor 10k Β x2
-HS1100 humidity reader
β 555 timer (cmos type)
β resistors: 576k, 49.9k, 1k and 909k
β Veraboard/breadboard
β Jiffy Box
β Digital divide by ten Chip
-MG811 C02 sensor (I got a breakout board with op-amp amplifier built in. You can make it yourself, it is a high precision op amp set up as non-inverting with gain around 10).
β Jiffy Box
ENVIRONMENTAL CONTROLLERS
β 2 x heating pads
β Sonic Humidifier
β Aquarium Tubing
β Air Pump (aquarium)
β Plastic lunchbox (airtight)
β HEPA Filter for Vacuum cleaner.
β Plastic tub
β Aquarium Air pump
β Aquarium Tubing
β Plastic Lunchbox (airtight)
β HEPA Filter for Vacuum cleaner
EXTRAS:
β Hot Glue gun
β Soldering Iron
β Screwdrivers
β Multimeter
β Drill
β Home brew larger.
Step 2 Thermistors
On a breadboard solder on a 10k ohm resistor, one end will connect to the Arduino ground, the other to Analog input 1 Β and to one of the thermistor wires.
The other end of the thermistor wire connects to +5v from the Arduino.
Do this for another Thermistor and connect it to Analog input 2 instead.
Basically it is a voltage divider with the thermistor defining the Voltage going to the Arduino analog input. One analog divider for each thermistor.
I added the circuitry in a separate jiffy box where the thermistor leads could be screwed into inline screws protruding from the box.
To test this sensor, use a multimeter to look at the voltage change as you put your finger on the Thermistor.
Step 3 Humidity Reader
The humidity sensor is a variable capacitor which changes linearly with the relative humidity.
The datasheet shows how to hook up the sensor using a 555 timer (must use CMOS type).
I used this circuit to send data pulses to the Arduino. At first I found the pulses were too close together and did not give high enough discrimination, so at the output of the 555 I put a digital divide by ten chip. This made it so the pulses wavelength was in the hundreds of microseconds rather than the tens of microseconds.
Please find attached the datasheet which has the circuit diagram using the 555 timer.
I used the same style inline screws as described with the Thermistor step as a go between for this sensor and the Arduino.
To Test this, hook up the output to a speaker supply power (6volts will do) and breath on the sensor, you should hear a drop in frequency.
Step 4 Co2 Sensor
Initially I had ordered anΒ MG811 Co2 sensor by itself, after setting it up I couldnβt make it work properly so I ordered one already on a board with an op amp amplifier built in.
I later found that the power supply I was running it with was faulty and the heating element in the Co2 sensor was running on overdrive.
Basically the circuit has the sensor hooked up to a non-inverting op-amp with roughly a gain of ten, and the heating element is supplied by a 6 volt voltage regulator. The set up is shown on the datasheet attached with pinouts of the sensor which is self explanatory, what isnβt self explanatory is the graph on the datasheet which gives a totally inacurate picture of the expected output of the sensor.
Give it a test by placing a Multimeter on the sensor and breathing on it, it should change reading.
For more Detail: Mushroom Environment Control β Arduino Powered