frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Batear – I built a $15 edge-only acoustic drone warning system

https://github.com/TN666/batear
5•t841222•2h ago

Comments

t841222•2h ago
Hi HN, I’m the creator of Batear. Drones are becoming an increasing privacy and security concern, but effective detection has traditionally meant deploying expensive radar or camera arrays. I wanted to see if I could build a reliable, always-on warning system using cheap commodity hardware, running entirely at the edge without any cloud subscriptions or privacy-invasive internet connections. The result is Batear: an acoustic drone detector built for under $15. It pairs an ESP32-S3 microcontroller with a single ICS-43434 I2S MEMS microphone. How it works under the hood: Instead of running heavy FFTs or ML models, it uses multi-frequency Goertzel filters to specifically measure tonal energy at known drone rotor harmonics (typically ranging from a few hundred Hz to a few kHz). It continuously compares this tonal energy against the broadband background noise. When the ratio spikes above a calibrated threshold, it triggers an alarm. Why I built it this way: • Extreme Efficiency: The Goertzel algorithm is O(N) per frequency bin. It easily fits within the ESP32-S3's 512 KB SRAM. • Low Power: The CPU footprint is so negligible that it’s completely practical to run this 24/7 on a battery or small solar setup at a fence line. • Privacy-First: No audio is ever recorded, saved, or sent anywhere. It just listens for the mathematical signature of a rotor. I built this as a flashable baseline. The thresholds (FREQ_RATIO_ON / OFF) do need to be calibrated per environment to account for wind and background noise. The code is fully open-source (MIT) and written in C using ESP-IDF v5.x. I’ve documented the wiring and build process in the repo. I'm currently looking into pushing this further with ESP-NN / TensorFlow Lite Micro for even better accuracy in noisy environments, but I wanted to share this baseline approach first. I’d love to hear your thoughts, especially from anyone experienced with DSP on microcontrollers or acoustic event detection. Happy to answer any questions! Repo: https://github.com/TN666/batear
verdverm•1h ago
Have you tried this vibe coded project IRL to see if it actually works?

Show HN: Joonote – A note-taking app on your lock screen and notification panel

https://joonote.com/
9•kilgarenone•3h ago•0 comments

Show HN: Batear – I built a $15 edge-only acoustic drone warning system

https://github.com/TN666/batear
5•t841222•2h ago•2 comments

Show HN: We built a terminal-only Bluesky / AT Proto client written in Fortran

https://github.com/FormerLab/fortransky
127•FormerLabFred•20h ago•76 comments

Show HN: I saw Norton Commander on X and nostalgia made me build it for the web

https://github.com/victorantos/NC
2•victorbuilds•2h ago•0 comments

Show HN: Sonar – A tiny CLI to see and kill whatever's running on localhost

https://github.com/RasKrebs/sonar
170•raskrebs•1d ago•76 comments

Show HN: EchoLive – Read-it-later app that reads to you with 600 AI voices

https://echolive.co/
2•stanlymt•4h ago•0 comments

Show HN: Red Grid Link – peer-to-peer team tracking over Bluetooth, no servers

https://github.com/RedGridTactical/RedGridLink
49•redgridtactical•20h ago•17 comments

Show HN: Deterministic security solution for AI agents – OpenClaw and 2 more

4•steadeepanda•5h ago•6 comments

Show HN: Baltic shadow fleet tracker – live AIS, cable proximity alerts

https://github.com/FormerLab/shadow-fleet-tracker-light
52•FormerLabFred•21h ago•17 comments

Show HN: RSS reader that scores articles 0–10 with LLM before you open them

https://github.com/Tutanka01/makhalReader
2•makhal01•6h ago•2 comments

Show HN: Three new Kitten TTS models – smallest less than 25MB

https://github.com/KittenML/KittenTTS
546•rohan_joshi•2d ago•178 comments

Show HN: Korru, Web App Catalog

https://korru.app
6•anwar_nairi•7h ago•2 comments

Show HN: I fixed FFmpeg's subtitle conversion (the bug from 2014)

https://connollydavid.github.io/pgs-release/
37•slartibardfast0•4d ago•8 comments

Show HN: Duplicate 3 layers in a 24B LLM, logical deduction .22→.76. No training

https://github.com/alainnothere/llm-circuit-finder
258•xlayn•2d ago•82 comments

Show HN: I made an email app inspired by Arc browser

https://demo.define.app
63•johndamaia•1d ago•46 comments

Show HN: FPGA soft-core of the Saab Viggen's 1963 airborne computer

https://github.com/FormerLab/ck37-core
21•FormerLabFred•1d ago•8 comments

Show HN: Rover – turn any web interface into an AI agent with one script tag

https://github.com/rtrvr-ai/rover
8•quarkcarbon279•17h ago•3 comments

Show HN: Open-Source Knowledge Agents Template

https://vercel.com/blog/build-knowledge-agents-without-embeddings
3•flashbrew•4h ago•1 comments

Show HN: Agent-password – a local macOS password manager for agent workflows

https://github.com/tartavull/agent-password
4•tartavull•14h ago•0 comments

Show HN: I built 48 lightweight SVG backgrounds you can copy/paste

https://www.svgbackgrounds.com/set/free-svg-backgrounds-and-patterns/
394•visiwig•3d ago•67 comments

Show HN: Vibefolio – a place to showcase your vibecoded projects

https://vibefolio.link/
10•Gooblebrai•21h ago•7 comments

Show HN: Playing LongTurn FreeCiv with Friends

https://github.com/ndroo/freeciv.andrewmcgrath.info
86•verelo•2d ago•41 comments

Show HN: A personal CRM for events, meetups, IRL

https://payo.tech/
4•Raj7k•23h ago•1 comments

Show HN: I built a P2P network where AI agents publish formally verified science

45•FranciscoAngulo•1d ago•9 comments

Show HN: Pgit – A Git-like CLI backed by PostgreSQL

https://oseifert.ch/blog/building-pgit
125•ImGajeed76•4d ago•61 comments

Show HN: AgentVerse – Open social network for AI agents (Mar 2026)

https://nickakre.github.io/agentverse-social/
5•nickakre•17h ago•1 comments

Show HN: Will my flight have Starlink?

275•bblcla•3d ago•361 comments

Show HN: Tmux-IDE, OSS agent-first terminal IDE

https://tmux.thijsverreck.com
87•thijsverreck•3d ago•37 comments

Show HN: Crust – A CLI framework for TypeScript and Bun

https://github.com/chenxin-yan/crust
93•jellyotsiro•4d ago•41 comments

Show HN: Sub-millisecond VM sandboxes using CoW memory forking

https://github.com/adammiribyan/zeroboot
308•adammiribyan•4d ago•72 comments