- [Team Member 1 Name]
- [Team Member 2 Name]
- [Team Member 3 Name] (if applicable)
Procedure:
- [Describe what you did]
Observations:
- [What did you observe?]
Code (if different from README):
// Your modified code here (if applicable)Results:
- [What did you learn?]
Procedure:
- [Describe what you did]
Observations:
- [What did you observe?]
Code (if different from README):
// Your modified code here (if applicable)Results:
- [What did you learn?]
Procedure:
- [Describe what you did]
Observations:
- [What did you observe?]
Code (if different from README):
// Your modified code here (if applicable)Results:
- [What did you learn?]
Procedure:
- [Describe what you did]
Observations:
- [What did you observe?]
Code (if different from README):
// Your modified code here (if applicable)Results:
- [What did you learn?]
Procedure:
- [Describe what you did]
Observations:
- [What did you observe?]
Code (if different from README):
// Your modified code here (if applicable)Results:
- [What did you learn?]
Procedure:
- [Describe what you did]
Observations:
- [What did you observe?]
Code (if different from README):
// Your modified code here (if applicable)Results:
- [What did you learn?]
- Room temperature vs. holding the sensor (body heat)
- Ice water vs. warm water temperature readings
- Measure temperature at different locations in the room
- Calculate temperature in both Celsius and Fahrenheit
- Completely dry vs. completely wet readings
- Test different moisture levels (dry, slightly damp, wet, submerged)
- Compare different materials (soil, sand, water, air)
- Determine threshold values for "needs watering" alerts
- Bright light (flashlight) vs. darkness (cover sensor)
- Natural light vs. artificial light readings
- Different distances from light source
- Determine threshold values for "too dark" or "bright enough"
Combine all three sensors to create a "plant health monitor" that:
- Displays temperature
- Displays soil moisture level
- Displays light level
- Uses LED or buzzer to alert when conditions are unhealthy
Code:
// Your multi-sensor code here (if you completed the challenge)