Logo Lanfrica

djabelo712/smart-agri-togo

Domain:

agriculture

Record type:

project
Creator:
dja
Host:
Intelligent counter-season irrigation system β€” Togo # 🌱 Smart Agri-Togo **Intelligent Counter-Season Irrigation System for Smallholder Farming in Togo** > A research and deployment project combining Optimal Control, Machine Learning, and IoT > technology to make profitable dry-season agriculture accessible to young Togolese farmers. --- ## πŸ“‹ Project Overview Smart Agri-Togo is a **research-first, deploy-second** agritech project targeting the counter-season vegetable market in Togo (onion, carrot, lettuce, maize). The system uses: - **Model Predictive Control (MPC)** for optimal irrigation scheduling - **LSTM neural networks** for 48-hour ETβ‚€ and rainfall forecasting - **IoT sensor network** (25 soil moisture probes on a 5Γ—5 grid) - **Remote smartphone control** via Firebase + Flutter mobile app - **100% organic fertilization** via composting, biogas digestate, and human biosolids - **Off-grid solar power** (1.1 kWp PV + 200 Ah LiFePO4 battery bank) **Pilot field**: 25 m Γ— 25 m (625 mΒ²), LomΓ© area, Togo **Target season**: October–April (dry counter-season) **Primary crops**: Onion πŸ§… Β· Carrot πŸ₯• Β· Lettuce πŸ₯¬ Β· Maize 🌽 --- ## πŸ—‚οΈ Repository Structure ``` smart-agri-togo/ β”‚ β”œβ”€β”€ docs/ # Project documentation β”‚ β”œβ”€β”€ report/ # Full feasibility & strategic report (PDF + LaTeX) β”‚ β”œβ”€β”€ course/ # Technical course: Math, Irrigation, Fertilization, Energy β”‚ β”œβ”€β”€ images/ # Diagrams, simulation screenshots β”‚ └── hardware_diagrams/ # Wiring schematics, PCB layouts β”‚ β”œβ”€β”€ data/ # All project data (raw + processed) β”‚ β”œβ”€β”€ weather/ β”‚ β”‚ β”œβ”€β”€ raw/ # Raw Open-Meteo API responses (JSON) β”‚ β”‚ └── processed/ # Cleaned CSV: timestamp, T, RH, Rs, u2, ET0 β”‚ β”œβ”€β”€ soil/ # Lab soil analysis results β”‚ β”œβ”€β”€ sensors/ # Real-time field sensor readings β”‚ └── harvest/ # Season yield records per cell β”‚ β”œβ”€β”€ hardware/ # Physical system sp …