An anchor alarm that works when nothing else does. Its own GPS, its own sounder, its own web interface. Free, and you build it yourself.
Plug an ESP32 board into this computer with a USB cable, then press the button. The firmware is written straight from the browser, so there is nothing to download and no software to install.
With nothing configured, the device makes its own wifi network called
AnchorAlarm-XXXX. Join it from a phone and the setup page
opens by itself. Give it your boat's wifi, and if you have a source of
NMEA data on the network, its address. Then it restarts and joins your
network.
From then on you reach it at its address on your own network, from anything with a browser.
| Part | Notes |
|---|---|
| An ESP32 board | A plain ESP32 devkit works. An ESP32-S3 with PSRAM is better and costs about the same. |
| USB cable and power | Any phone charger. It draws very little. |
| A passive buzzer | On GPIO 25 and ground. Without one the alarm makes no sound at all. |
| GPS module | Optional so far. Without one it takes position from your boat's network instead. |
We live aboard Sabado full time, and we take anchor watch seriously. Sleeping with rocks on one side and a reef on the other means a dragging anchor is not a theoretical problem. This started as a better alarm for our own boat and grew into something worth handing to anyone else who anchors out.
It is free. There is nothing to buy from us and no account to make. It does check this site for firmware updates, and it will tell you when one is available rather than installing anything by itself. Nothing else leaves the device: your position, your track and your anchor stay aboard.
The firmware, the design notes and everything on this page are published under our licence. See svsabado.com/license for what you may do with it.