QAgroTrust
QAgroTrust™Farm Digital Twin
Digital Twin · Photosynthesis Optimisation Engine

See how nutrients become yield, before you spend a season finding out.

Move the sliders below to match your farm's soil test values. This engine models how Nitrogen, Phosphorus and Potassium each act on the plant's actual photosynthetic machinery — not a generic "fertility score" — so the recommendation you get is traceable to a real mechanism.

Why this exists

Most farm advisory tools give a fertility number with no explanation. This shows the actual biological pathway — light capture, energy transfer, gas exchange — so agronomy students and field officers can see cause and effect, not just a score.

For agri graduates

Digital farming isn't just IoT hardware — it's models like this one, connecting sensor data to plant physiology. This page is a working example of the kind of tool you'd build and maintain in a digital-farming career.

What's simulated vs. real

Right now this runs on manually entered values. The data schema below is built so real IoT/edge sensor feeds can plug in directly once field hardware is deployed — same engine, live data.

Farm inputs

Nitrogen (N)120kg/ha
Drives chlorophyll synthesis & Rubisco enzyme activity
Phosphorus (P)40kg/ha
Drives ATP energy transfer & Calvin cycle efficiency
Potassium (K)150kg/ha
Controls stomatal opening — CO₂ uptake & water use

Photosynthetic efficiency output

Estimated efficiency vs. crop optimum
%
Adjust sliders to see live results.
Light absorption (N → chlorophyll)—%
Calvin cycle rate (P → ATP transfer)—%
CO₂ uptake (K → stomatal control)—%

Prescription

Set your farm's soil values to generate a recommendation.

For developers / field teams: this page computes locally in the browser from the inputs above. To connect real sensor data instead of manual entry, POST readings to /api/telemetry/npk as { farmId, lat, lng, n_kg_ha, p_kg_ha, k_kg_ha, soil_moisture_pct, timestamp } — the calculation engine below (computeEfficiency()) is written to accept that same shape, so wiring in IoT/edge devices later requires no redesign of this page.