Meshtastic Dog Tracker Guide
A practical guide to building your own off-grid GPS dog tracker using Meshtastic — no SIM card, no subscription, no cellular coverage needed.
Hardware Options
Option A: Buy Pre-built (Easiest)
- Heltec Wireless Tracker (~$35–40) — Tiny, purpose-built for GPS tracking, runs Meshtastic out of the box. Small enough for most dogs.
- LILYGO T-Beam S3 Supreme (~$25–35) — ESP32-S3 + GPS + LoRa, slightly bigger but great battery life and well-supported.
- RAK WisBlock with GPS module — Modular, good if you want to swap parts later.
Option B: DIY Build (Cheapest, ~$20–30 in parts)
- ESP32 board: Heltec V3 or TTGO T-Beam (ESP32 + LoRa SX1262/SX1278)
- GPS module: NEO-M9N or ATGM336H (I2C interface, fast fix)
- Battery: 1000–2000mAh LiPo with charging board
- Antenna: 433/868/915 MHz LoRa antenna (match your region)
System Architecture
Dog collar: ESP32 + GPS + LoRa → broadcasts position packets
Property station(s): ESP32 + GPS + LoRa → receives dog's coords, forwards to phone via Bluetooth/WiFi
Your phone: Meshtastic app → shows dog on map in real-time
You need at least one fixed station on your property (garage, house, fence post) that stays within range of both the dog and your phone. The dog's collar broadcasts GPS coordinates over LoRa, the station picks them up and relays to you via Bluetooth to your phone running the Meshtastic app.
Key Configuration Tips
- Position update interval: Set to 30–60 seconds on the collar (shorter = more battery drain)
- Smart broadcast: Enable — only sends position when dog moves >50m or time since last send > interval
- GPS mode: "Enabled" with reasonable fix timeout
- Power saving: The collar should use deep sleep between GPS fixes. A 1000mAh battery can last days to weeks depending on update frequency
Antenna & Range Considerations
- LoRa range in suburban areas: typically 0.5–2 km line of sight
- Use a good quality antenna (not the cheap ceramic ones)
- Place your property station as high up as possible — roof or tall pole makes a big difference
- If your yard is large, add a second relay station at the far end
Power Management
This is the biggest challenge. GPS + LoRa transmission drains battery fast. Tips:
- Update position every 60–120 seconds (not every few seconds)
- Use deep sleep between fixes
- A 1000mAh battery might last 1–3 days; 2000mAh could stretch to a week
- Consider a small solar panel on the collar for indefinite operation
What You'll Need to Order
| Item | Approx Cost |
| Heltec Wireless Tracker (pre-built) | $35–40 |
| OR TTGO T-Beam S3 + GPS module | $25–35 |
| LiPo battery 1000–2000mAh | $5–8 |
| Good LoRa antenna | $3–5 |
| Collar mount / 3D printed case | $0–10 (if you have a printer) |
Getting Started
- Flash Meshtastic firmware on the ESP32 (flash.meshtastic.org)
- Set up your property station first — get it communicating with your phone
- Flash and configure the collar unit
- Test range by walking around your yard with the dog's device
Tip: The Meshtastic Discord server (
discord.gg/meshtastic) has a
#hardware channel that's very active for build questions, and there are several YouTube tutorials showing the actual assembly process.
Generated July 2026 • Meshtastic Dog Tracker Guide