Research Domain

Exploring the Research Domain

A deep dive into our literature survey, research gap, problem statement, objectives, methodology, and the technologies powering our solution.

Existing research into human-elephant conflict and smart deterrent systems informs our approach. Below are key findings from our literature review.

IoT-Based Wildlife Monitoring

Prior work in IoT-enabled sensor networks has demonstrated the feasibility of remote wildlife detection. Geophone-based ground vibration sensing has been validated for detecting large mammals in forest environments, providing a non-invasive detection method suitable for edge deployment.

LoRaWAN for Rural Connectivity

LoRaWAN (Long Range Wide Area Network) technology has emerged as a leading solution for IoT deployments in rural and remote areas with limited internet infrastructure. Its low-power, long-range characteristics (up to 15km in open terrain) make it ideal for conservation monitoring.

Machine Learning for Elephant Detection

Studies using acoustic and seismic sensors combined with ML classifiers report high accuracy in distinguishing elephant movement signatures from other wildlife. TinyML models compressed with TensorFlow Lite achieve >85% accuracy on edge microcontrollers.

Non-Lethal Deterrent Effectiveness

Research from India and Africa shows that acoustic deterrents โ€” particularly bee sounds and ultrasonic pulses โ€” are effective in redirecting elephant movement. Behavioral science supports a multi-modal deterrence approach combining sound and light stimuli.

Human-Elephant Conflict in Sri Lanka

Sri Lanka records among the highest HEC rates in Asia, with significant annual crop losses and casualties reported by the Department of Wildlife Conservation. Existing mitigation strategies (electric fences, watchers) are costly and unsustainable for rural communities.

๐Ÿ”

Identified Research Gap

Despite significant research in individual detection methods and wireless communication protocols, a critical gap exists in integrated, low-cost systems that combine:

  • โ†’ Real-time multi-modal sensing (vibration + thermal + motion) at the edge
  • โ†’ AI-driven classification without dependency on cloud infrastructure
  • โ†’ Long-range, low-power communication suitable for Sri Lanka's geography
  • โ†’ Automated non-lethal deterrents triggered by confirmed detection events
  • โ†’ A cost-effective, scalable framework for rural deployment in developing nations

Existing solutions are either too expensive for rural Sri Lankan communities, reliant on constant internet connectivity, or lack the automation needed for timely deterrence. Our research bridges this gap by developing an integrated, field-deployable system.

โšก

Core Research Problem

How can a low-cost, scalable IoT system using edge AI and LoRaWAN communication effectively detect elephant intrusions and trigger non-lethal deterrents in real-time within rural Sri Lankan communities that lack reliable internet connectivity?

Human-elephant conflict (HEC) is one of the most serious challenges in Sri Lanka. The current approaches to managing HEC โ€” including electric fences, paid watchers, and ad hoc deterrents โ€” are unsustainable, unreliable, and inaccessible to most affected communities.

This research addresses the problem of how to reliably detect elephant intrusions and automate deterrent responses in power-constrained, connectivity-limited rural environments, while keeping the system cost-effective enough for widespread adoption.

The research is guided by the following specific objectives:

01

Design a Multi-Sensor Detection System

Integrate geophone (seismic), PIR (passive infrared), and acoustic sensors to achieve reliable, non-invasive elephant detection at field boundaries.

02

Implement Edge ML Classification

Develop and deploy TinyML models on ESP32/Raspberry Pi that classify elephant presence from sensor data with high accuracy and low latency.

03

Establish LoRaWAN Alert Network

Build a robust long-range wireless communication backbone for transmitting intrusion alerts to farm owners and community members without internet dependency.

04

Automate Non-Lethal Deterrents

Integrate and automate sound (bee sounds, ultrasonic) and light-based deterrents that activate upon confirmed detection events to safely repel elephant intrusions.

05

Validate in Real-World Environments

Conduct controlled tests at Dehiwala Zoo and Pinnawala Elephant Orphanage, then validate in actual rural deployment environments in Sri Lanka.

Our methodology follows a layered approach โ€” from sensing at the field edge, through AI-based classification, to communication and alert delivery.

1

Sensor Node Deployment

Geophone and PIR sensors are deployed along farm perimeters. The ESP32 microcontroller handles real-time data acquisition and initial filtering, operating in low-power sleep mode between detection events.

2

Edge Feature Extraction & Classification

Raw sensor signals are processed on the Raspberry Pi. A TensorFlow Lite ML model classifies incoming data as elephant, other wildlife, or environmental noise, minimizing false positives.

3

LoRaWAN Alert Transmission

Confirmed detections trigger LoRaWAN packets transmitted to a central gateway. Fallback to Wi-Fi mesh or 4G LTE ensures message delivery even in degraded network conditions.

4

Deterrent Activation

Upon confirmed detection, automated deterrents activate โ€” bee sound emitters, ultrasonic speakers, and strobe lights work in combination to safely drive elephants back without harm.

5

Cloud Logging & Analysis

All detection events are logged to a cloud backend for long-term analysis, model retraining, and community reporting dashboards accessible via mobile app.

๐Ÿ”Œ

Hardware

ESP32 microcontroller, Raspberry Pi 4, Geophone sensors, PIR sensors, thermal cameras, LoRa modules (SX1276), bee-sound speaker arrays, strobe light units.

๐Ÿง 

AI / ML

TensorFlow Lite for edge inference, TinyML for microcontroller deployment, Python-based model training pipeline, custom CNN and LSTM architectures for time-series sensor data.

๐Ÿ“ก

Networking

LoRaWAN (primary), Wi-Fi mesh (secondary), 4G LTE (emergency fallback). TTN (The Things Network) for LoRaWAN gateway management and MQTT-based message brokering.

โ˜๏ธ

Cloud & Backend

Cloud-based data logging for event history and analytics. RESTful API for mobile app integration. Automated retraining pipeline for continuous model improvement using field data.