Mushrooms greenhouse controllers
NeroInferno
Posts: 2
Hello!
I've in my to make a controller for temperature, humidity, light and gas exchange (CO2) for a mushrooms greenhouse.
I need to check the temperature, the humidity, light cycle and gas exchange and start some apparates when some temp, humidity and (CO2) gas level is achieved. The light cycle must be under a timer. On more I need the CO2 has priority one, and then humidity and temperature has got priority 2 (I cannot waste the heat and the humidity blowing fresh air in the greenhouse just after heated and given the right humidity rate, or the temperature and the humidity will fall).
I really don't know anything of programming and of electronic, but I canfind anyone who help me in the electronic part of the project.
Do you know is a project I can success or isn't for a newbie?
From where I can start?
Thanks [noparse]:)[/noparse]
Fabio
I've in my to make a controller for temperature, humidity, light and gas exchange (CO2) for a mushrooms greenhouse.
I need to check the temperature, the humidity, light cycle and gas exchange and start some apparates when some temp, humidity and (CO2) gas level is achieved. The light cycle must be under a timer. On more I need the CO2 has priority one, and then humidity and temperature has got priority 2 (I cannot waste the heat and the humidity blowing fresh air in the greenhouse just after heated and given the right humidity rate, or the temperature and the humidity will fall).
I really don't know anything of programming and of electronic, but I canfind anyone who help me in the electronic part of the project.
Do you know is a project I can success or isn't for a newbie?
From where I can start?
Thanks [noparse]:)[/noparse]
Fabio
Comments
Like:
1. Check temperature,
if temperature < 65 or > 75 adjust temperature
2. Check humidity,.........
....
....
repeat
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
It's great doing a real world project that you have a real interest in.
Your project will be a challenge but the resources are here, and the help is too.
Sounds like you'll have inputs from temp, humidity, and CO2.
Outputs will probably be to relays or solenoid valves to turn things on and off, I guess. Parallax has I/O boards that will interface to all that.
Like Franklin said, the flow charting and logic will be all yours. I find the Stamp Works manual in the downloads section, and some of the Nuts and Volts columns very useful as examples. You can usually find something close to what you are trying to do, adapt it, and then just tie them all together.
Just build it one section at a time, like getting the temperature control to work first. Then keep adding.
Good luck,
Lloyd
The learning track that you'll want to pursue is the "sensors" track. If you need a kit to get started with, either the Activity Kit or Discovery Kit would be a good choice. The Discovery Kit is more flexible because you can use a variety of Stamp modules, but the Activity Kit is nice if you don't need everything the Board of Education requires.
www.parallax.com/tabid/136/List/0/CategoryID/11/Level/a/SortField/0/Default.aspx
When moving on to your fianl design, you can use any of the board or modules thast best fit your requirements: www.parallax.com/Products/Microcontrollers/tabid/81/Default.aspx
thanks for the replies!
@Franklin: Okay I'll post a flow chart in future [noparse]:)[/noparse]
Thank you!
Fabio