EL MOSTAPHA JAAIDIMost AgTech demos look like this: clean historical datasets controlled environments perfect...
Most AgTech demos look like this:
Reality is different.
Sensors fail.
Data is noisy.
APIs go down.
And the system still needs to decide.
AgroSentinel is a real-time agricultural decision system.
It connects IoT sensor data with:
👉 live system:
https://agrosentinel.dev
ESP32 → ingestion API → data validation → decision engine → Orion Context Broker → dashboard
bash
curl -X POST http://<orion-host>:1026/v2/entities \
-H "Content-Type: application/json" \
-d '{
"id": "WeatherObserved:FieldSensor",
"type": "WeatherObserved",
"temperature": { "value": 22.5, "type": "Number" },
"humidity": { "value": 65 }
}'