Generate standardized soil sensor data with NPK, pH, EC, moisture, and temperature readings.
{
"sensorId": "SOIL-001",
"timestamp": "2025-12-26T10:00:00Z",
"location": {
"latitude": 37.5665,
"longitude": 126.9780,
"depth": 15
},
"npk": {
"nitrogen": 85,
"phosphorus": 35,
"potassium": 150
},
"ph": 6.8,
"ec": 1.2,
"moisture": 35,
"temperature": 22,
"organicMatter": 2.8,
"standard": "WIA-AGRI-005",
"version": "1.0"
}
Calculate nutrient deficiencies and generate irrigation recommendations.
Click "Analyze Nutrients" or "Irrigation Recommendation" to see results.
Simulate LoRaWAN/MQTT soil sensor communication.
Waiting for transmission simulation...
Integrate with irrigation systems, fertilizer dispensers, and farm management platforms.
Click "Test Integration" to see results...
Generate QR codes for soil analysis certification and verifiable credentials.
Scan to verify soil analysis
{
"@context": [
"https://www.w3.org/2018/credentials/v1",
"https://wia-standards.org/contexts/agri/v1"
],
"type": ["VerifiableCredential", "SoilAnalysisCertificate"],
"issuer": "did:wia:agri:lab:001",
"issuanceDate": "2025-12-26T10:00:00Z",
"expirationDate": "2026-12-26T10:00:00Z",
"credentialSubject": {
"id": "did:wia:field:FIELD-A1",
"soilAnalysis": {
"standard": "WIA-AGRI-005",
"npk": { "n": 85, "p": 35, "k": 150 },
"ph": 6.8,
"ec": 1.2,
"moisture": 35,
"status": "healthy"
}
}
}