Difference between revisions of "Shared:2019W2G1Concept"

From cs
Jump to: navigation, search
(Workshop 2 Group 1 : CONCEPT)
(CONCEPT)
Line 18: Line 18:
 
<br>
 
<br>
 
=='''CONCEPT'''==
 
=='''CONCEPT'''==
Sensors and Actuators, first iteration:
+
 
 +
''' Sensors and Actuators, first iteration:'''
 +
 
 
These images show the first iteration of the sensors and actuators part of our concept. The goal is to create an integrated irrigation and plant management system into the fragment. This first prototype manages to capture temperature, humidity, luminance and soil moisture for the plants. When values are incorrect, a warning LED will turn on to notify people of the problem.
 
These images show the first iteration of the sensors and actuators part of our concept. The goal is to create an integrated irrigation and plant management system into the fragment. This first prototype manages to capture temperature, humidity, luminance and soil moisture for the plants. When values are incorrect, a warning LED will turn on to notify people of the problem.
 
[[File:W2G1_Sensors_Proto1.jpg|512px]]
 
[[File:W2G1_Sensors_Proto1.jpg|512px]]
  
 
Downsides: The Raspberry Pi doesn't have analog inputs. Therefore, both the luminance and soil moisture are measured by charging a capacitor and calculating the length of the charge. This can be improved by including an ADC into the prototype. Another issue is that the resistance of the LDR is unknown, therefore the luminance isn't calculated accurately and based on perception. This can be improved by swapping out the sensor for a sensor with known resistance. Another improvement can be linking multiple plant systems onto a single microcomputer, therefore saving required hardware
 
Downsides: The Raspberry Pi doesn't have analog inputs. Therefore, both the luminance and soil moisture are measured by charging a capacitor and calculating the length of the charge. This can be improved by including an ADC into the prototype. Another issue is that the resistance of the LDR is unknown, therefore the luminance isn't calculated accurately and based on perception. This can be improved by swapping out the sensor for a sensor with known resistance. Another improvement can be linking multiple plant systems onto a single microcomputer, therefore saving required hardware

Revision as of 00:36, 9 April 2020




CONCEPT

Sensors and Actuators, first iteration:

These images show the first iteration of the sensors and actuators part of our concept. The goal is to create an integrated irrigation and plant management system into the fragment. This first prototype manages to capture temperature, humidity, luminance and soil moisture for the plants. When values are incorrect, a warning LED will turn on to notify people of the problem. W2G1 Sensors Proto1.jpg

Downsides: The Raspberry Pi doesn't have analog inputs. Therefore, both the luminance and soil moisture are measured by charging a capacitor and calculating the length of the charge. This can be improved by including an ADC into the prototype. Another issue is that the resistance of the LDR is unknown, therefore the luminance isn't calculated accurately and based on perception. This can be improved by swapping out the sensor for a sensor with known resistance. Another improvement can be linking multiple plant systems onto a single microcomputer, therefore saving required hardware