Releases: coder11v/sciencefairsoil
Releases · coder11v/sciencefairsoil
Experiment Complete
Experiment Overview
This release marks the successful completion of the irrigation experiment.
PR #11 is still under checks.
Full Changelog: v2.1.0...v3.0.0
Experiment Continuing
Full Changelog: v2.0.0...v2.1.0
MAIN CHANGES: Calibration and csv logging.
Experiment Starting!
Full Changelog: v1.5.0...v2.0.0
Software Simulation and Libraries
🌱 v1.5.0 — Simulation Release
This is the initial simulation-only release of the Science Fair Soil project.
No physical sensors or hardware are required for this version.
What’s included
- Simulated soil moisture readings for testing logic without hardware
- Automated watering decision logic (smart vs. dumb modes)
- CSV-based data logging for timestamps and moisture values
- Configurable thresholds, pump duration, and intervals
- Error handling and logging to support future hardware integration
- Real sensor input
- GPIO / pump control
- Live hardware integration
What this release is for
- Validating core logic before deploying to real sensors
- Demonstrating system behavior for science fair evaluation
- Rapid iteration without risking hardware or plants
What’s not included (yet)
- Hardware via main.py
Changelog
For a full list of commits and changes, see this url
Software Simulation
🌱 v1.0.0 — Simulation Release
This is the initial simulation-only release of the Science Fair Soil project.
No physical sensors or hardware are required for this version.
What’s included
- Simulated soil moisture readings for testing logic without hardware
- Automated watering decision logic (smart vs. dumb modes)
- CSV-based data logging for timestamps and moisture values
- Configurable thresholds, pump duration, and intervals
- Error handling and logging to support future hardware integration
What this release is for
- Validating core logic before deploying to real sensors
- Demonstrating system behavior for science fair evaluation
- Rapid iteration without risking hardware or plants
What’s not included (yet)
- Real sensor input
- GPIO / pump control
- Live hardware integration
Changelog
For a full list of commits and changes, see:
https://github.com/coder11v/sciencefairsoil/commits/v1.0.0