Skip to content

Releases: coder11v/sciencefairsoil

Experiment Complete

01 Feb 18:32

Choose a tag to compare

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

07 Jan 06:04

Choose a tag to compare

Full Changelog: v2.0.0...v2.1.0

MAIN CHANGES: Calibration and csv logging.

Experiment Starting!

06 Jan 04:30

Choose a tag to compare

Software Simulation and Libraries

04 Jan 00:24

Choose a tag to compare

🌱 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

30 Dec 01:54

Choose a tag to compare

🌱 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