David Takehara
![Screen Shot 2020-06-09 at 11.14.36 AM.pn](https://static.wixstatic.com/media/0d0104_85d00affcae84df3bd8478f947b7e44d~mv2.png/v1/crop/x_0,y_0,w_889,h_890/fill/w_434,h_434,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/Screen%20Shot%202020-06-09%20at%2011_14_36%20AM_pn.png)
This is what a finished enclosure for Demeter will look like. Research into physical enclosures of hydroponic systems has led me to decide on a deep water culture-based design.
![SystemDiagram_updated.PNG](https://static.wixstatic.com/media/0d0104_6713be033894470aa51d0ae0df677c19~mv2.png/v1/fill/w_434,h_428,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/SystemDiagram_updated_PNG.png)
As it stands now, this a general block diagram of Demeter's hardware components.
Current Status |
Prototype
Demeter is aiming to be a self-sufficient hydroponic system. Allowing for a variety of plants to be grown all in the same system. This is done by allowing the user to set parameters such as light cycle, air/water temperature thresholds, humidity thresholds, pH thresholds, and nutrients concentration to meet the needs of what they are growing.
​
As it can be seen on the existing solutions page, not many other hydroponic systems on the market offer this functionality. With Demeter, the user has control over the plant's growing environment. Allowing for faster growing, larger plants, and higher yields.
​
Below lists some of the hardware being implemented on Demeter to offer this functionality.
Keypad
A keypad will be included in the MCU’s system design for user input. This keypad will communicate with the MCU and allow the user to cycle through the software states of the MCU. This keypad will be connected via the MCU’s GPIO ports.
![Picture1.png](https://static.wixstatic.com/media/0d0104_c820ccdcee784d86a9e7bc6ad382dfdd~mv2.png/v1/crop/x_78,y_0,w_503,h_551/fill/w_319,h_349,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/Picture1.png)
Air Temp/Hum
For plant health, air temperature and humidity sensor will be implemented. Different plants need different ambient temperatures and relative humidity for the best and quickest growing cycles.
![Picture3.png](https://static.wixstatic.com/media/0d0104_0340a6941435445789d590b3f6254707~mv2.png/v1/crop/x_190,y_0,w_482,h_527/fill/w_319,h_349,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/Picture3.png)
Electroconductivity
In a hydroponic system, nutrient density in the water can be measured through electroconductivity (EC) or total dissolved solids (TDS). By applying an alternating test current to the probe’s terminals, a resulting current will be produced. This current is proportional to the EC/TDS of the water and will be sent to the MCU’s ADC for interpretation.
![Gravity_TDSSensor.jpeg](https://static.wixstatic.com/media/0d0104_84aed3a377c7448783eae2f42c02c7f8~mv2.jpeg/v1/crop/x_10,y_0,w_206,h_225/fill/w_288,h_315,al_c,lg_1,q_80,enc_avif,quality_auto/Gravity_TDSSensor.jpeg)
LCD
A liquid crystal display (LCD) will be implemented by the hydroponic controller to provide the user with real-time measurements of the hydroponic system’s environment and allow the user to set desired environmental levels (temperature level, pH level, EC level, etc.).
![Picture2.png](https://static.wixstatic.com/media/0d0104_031c3dd0a48a40649064d67115596623~mv2.png/v1/crop/x_54,y_0,w_470,h_514/fill/w_319,h_349,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/Picture2.png)
Water Temp.
It is important to monitor the temperature of the water because of both the nutrients and pH fluids breakdown below 65 degrees Fahrenheit and above 75 degrees Fahrenheit.
![Picture4.png](https://static.wixstatic.com/media/0d0104_c2edb784ba8545df8f7f7287409e1ee8~mv2.png/v1/crop/x_0,y_0,w_571,h_625/fill/w_319,h_349,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/Picture4.png)
pH
The pH level of a hydroponic system is very important to the plants overall health. To monitor the pH level of the water used in the hydroponic system a pH probe will be used and connected to an external circuit, for level translation, to the MCU’s ADC.
![pH_Probe.webp](https://static.wixstatic.com/media/0d0104_ca872fbf53a041a9890005a670e628f6~mv2.png/v1/crop/x_34,y_0,w_731,h_800/fill/w_319,h_349,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/pH_Probe.png)
As stated above, Demeter is a work in progress. Even though the end of the quarter is here, I am still planning to get a real-time operating system (RTOS) working in Demeter. This will allow for a seamless user-interface (UI) to be implemented and for lower power consumption. I also plan on writing the required driver to get the keypad shown above working with my chosen microcontroller.
​
I would like to state that both the pH sensor and electroconductive (EC) sensor are not included in this component list due to shipping issues during the 2020 covid-19 pandemic.