SK
SHYAM SUNDER KUMAR
// AI & IoT ENGINEER
system-boot ~ smart-agriculture-v1.0
$ init_project --module=smart_agriculture
  › INITIALIZING IoT SYSTEM 
  › Loading modules: [ESP32 · DHT11 · Soil Sensor · Dashboard]
  › LOADING PROJECT DATA ........ ✓ DONE
  › Research paper: ICAMC_2025 linked
  › System check: ALL SYSTEMS OPERATIONAL ✓
0%
✅  PROJECT LOADED
IoT · ESP32 Research Published MCA Final Year ● LIVE SYSTEM

SMART_AGRICULTURE
MONITORING SYSTEM

IoT-based real-time agriculture monitoring using ESP32 microcontroller — tracking soil moisture, temperature & humidity with automated irrigation and a web-based remote dashboard. MCA Final Year Project published at 3rd International Conference on AI, ML & Cybersecurity (2025).

PROJECT TYPEIoT + Web Dashboard
STATUS✓ Completed & Published
YEAR2024 – 2025
AUTHORSShyam Sunder Kumar & Christin Varghese
Smart Agriculture Monitoring System
// PROJECT_01 · IoT · RESEARCH SYSTEM_OPERATIONAL
3
SENSORS INTEGRATED
1
RESEARCH PUBLISHED
7
SYSTEM COMPONENTS
100%
REMOTE MONITORING
01

PROJECT_OVERVIEW

🌱
Problem Statement
Traditional agriculture relies on manual monitoring, leading to water waste and crop loss due to poor timing. Farmers lack real-time access to field conditions, especially in remote areas.
Our Solution
A complete IoT ecosystem using ESP32 microcontroller with multiple sensors — delivering live environmental data to a PHP/MySQL web dashboard, accessible from anywhere, with automated irrigation triggers.
🖥️
System Description
The system collects real-time data from a soil moisture sensor and DHT11 (temperature + humidity) sensor via an ESP32 module. The ESP32 sends this data over HTTP to a XAMPP-hosted PHP server, which stores readings in a MySQL database. The web dashboard visualizes data using charts and provides alerting when thresholds are breached. An automated relay controls the water pump based on soil moisture levels — removing the need for constant manual intervention.
02

SYSTEM_TERMINAL

smart-agri@esp32 ~ sensor_output.log
// Smart Agriculture Monitoring System — Live Output
// ESP32 + DHT11 + Soil Moisture Sensor

$ init_sensors --mode=realtime --interval=5s
DHT11 sensor initialized ... [0x48]
Soil moisture sensor initialized ... [A0]
ESP32 WiFi connected ... [192.168.1.105]

// Reading sensor data...
$ read_sensors
temperature 32.4°C
humidity 68.2%
soil_moisture 72% [OPTIMAL]

Soil moisture above threshold (40%) — irrigation OFF
Data sent via HTTP POST → 200 OK

$
03

KEY_FEATURES

04

SYSTEM_ARCHITECTURE

🌡️
DHT11
Temp + Humidity
🔲
ESP32
Main Controller
🌐
HTTP POST
WiFi Transfer
🗄️
PHP + MySQL
Server + DB
📊
Dashboard
Web UI
05

TECH_STACK

// HARDWARE
ESP32 Microcontroller
DHT11 Sensor
Soil Moisture Sensor
Water Pump + Relay
I2C Display
Buzzer
// FIRMWARE
C++ (Arduino)
Arduino IDE
ESP32 WiFi Library
// WEB & BACKEND
PHP
HTML5 / CSS3 / JS
MySQL
XAMPP Server
06

HOW_IT_WORKS

STEP 01 → SENSOR DATA COLLECTION
DHT11 reads temperature and humidity. Soil moisture sensor reads analog voltage from soil. Both connected to ESP32 GPIO/ADC pins. Data sampled every 5 seconds.
STEP 02 → ESP32 PROCESSING
ESP32 processes raw sensor values, converts them to meaningful units (°C, %, percentage), displays on I2C screen, and checks against defined threshold values.
STEP 03 → AUTOMATED CONTROL
If soil moisture is below threshold → relay activates water pump for irrigation. If temperature is too high → buzzer alerts. All control is automatic.
STEP 04 → HTTP DATA PUSH
ESP32 connects to local WiFi and sends sensor readings to the PHP server via HTTP POST request.
STEP 05 → WEB DASHBOARD
PHP web dashboard queries MySQL in real-time, renders live sensor readings, interactive trend charts, and alerts. Accessible from any browser.
07

RESEARCH_PUBLICATION

3rd International Conference · AI, Machine Learning & Cybersecurity · 2025
Sensor Based Smart Agriculture Monitoring System Using Web & IoT
Authors: Shyam Sunder Kumar, Christin Varghese  |  Venue: HMR Institute of Technology, New Delhi  |  Year: 2025
IoTESP32Smart AgricultureMachine LearningCybersecurityWeb Dashboard
📄 VIEW PUBLICATION DETAILS
08

PROJECT_GALLERY

09

OTHER_PROJECTS

Bluetooth Car IoT · Hardware · Bluetooth
// IoT · ESP32 · HARDWARE
Bluetooth Controlled Car
ESP32-based smart car with full directional control, LED lights, horn & hazard system via mobile Bluetooth app.
ESP32C++BluetoothL293D
SYRA AI AI · Python · OpenAI
// AI · Python · OpenAI
SYRA AI Assistant
Voice-activated AI assistant with wake-word detection & real-time speech control via OpenAI API.
PythonOpenAINLPSpeech
Hotel Management Java · MySQL · BCA
// Java · MySQL · BCA Project
Hotel Management System
Java desktop app for room booking, billing & customer record management. BCA Final Year Project.
JavaMySQLDesktop App
2025
PUBLISHED
INTL. CONF.
✅ RESEARCH PAPER
// RESEARCH PAPER · ICAMC 2025 · DOI
Research Publication
Sensor-Based Smart Agriculture — Published at ICAMC 2025, AIJR Proceedings with verified DOI.
✅ PUBLISHEDIoTAI · ML
// ALL PROJECTS
View Complete Portfolio →
Explore all projects, research, certifications & more on the main portfolio site.
// EXPLORE_MORE

WANT TO COLLABORATE OR HIRE?

Open to AI, IoT, and software development opportunities. Let's build something real.

CONTACT ME → ⌥ GITHUB REPO LINKEDIN ↗