Skip to content

Batear

Ultra-low-cost, edge-only acoustic drone detection on ESP32-S3 with encrypted LoRa alerting.

Featured on Hackaday GitHub Stars License

Firmware Build Static Analysis Firmware Size


"Built for defense, hoping it becomes unnecessary. We believe in a world where no one needs to fear the sky."


Batear Demo Video

▶ Click to watch the bench test demo


What is Batear?

Drones are an increasing threat to homes, farms, and communities — and effective detection has traditionally required expensive radar or camera systems. Batear changes that.

For ultra-low-cost hardware, Batear turns a tiny ESP32-S3 microcontroller and a MEMS microphone into an always-on acoustic drone detector. It runs entirely at the edge — no cloud subscription, no internet connection, no ongoing cost. Deploy one at a window, a fence line, or a rooftop and it will alert you the moment drone rotor harmonics are detected nearby.

The same codebase builds as a Detector (mic + LoRa TX) or a Gateway (LoRa RX + OLED + LED), selectable at build time.

Key Features

  • 🎤 Acoustic detection — FFT harmonic signature analysis of drone rotor noise
  • 🔒 AES-128-GCM encryption — secure LoRa communication between devices
  • 📡 LoRa alerting — long-range, low-power wireless alerts
  • ⚡ Edge-only — no cloud, no internet, no subscription
  • 💰 Ultra-low-cost — under $20 per node with off-the-shelf parts
  • 📦 Single codebase — builds as Detector or Gateway via config

Quick Start

  • Hardware Setup


    Get the parts list and wiring diagram

    Hardware

  • Build & Flash


    Build the firmware and flash your device

    Build & Flash

  • Configuration


    Set up encryption keys, frequencies, and device IDs

    Configuration

  • How It Works


    Understand the FFT harmonic detection algorithm

    How It Works