Working on a new Walkie-Talkie/PTT POC for ATAK (Mumble-based, VX-compatible)
I am working on a new POC (cellular based PTT Walkie-Talkie) plugin in ATAK. While several solutions exist, I found they often fall short in audio handling and external device support.
A bit of background: I come from an amateur radio background and work with local clubs that handle full communications (Ham, GMRS, LMR). When we volunteer for large-scale events like bike rallies or Iron-distance triathlons, we face a two-pronged problem:
- Aging Population: It is increasingly difficult to find enough volunteers in the radio community to man every post.
- Geographic Scale: These large course areas are becoming incredibly difficult to cover reliably with traditional physical radio infrastructure alone.
For me, radio has always been about the mission—communications. We’ve spent decades talking about how radio is the "most reliable thing on the planet," but in that process, I think we forgot to embrace modern technology. ATAK brings so much to the table that we shouldn’t be ignoring.
My goal is to build true mixed mode comms—with cellular and MANET working together—to bridge the gap between tech-savvy new volunteers and old-school radio reliability. This solution leans heavily on voice because that is what I am most familiar with, and ATAK provided a great platform to do all of this in. It's hard to believe I only downloaded TAK 3 months ago, but I am fully in it now.
The Core Concept
Push-to-talk over Mumble, using your TAK enrollment cert as your identity. No separate accounts or passwords. If your TAK server has Mumble running (like OTS does), you're already provisioned.
What you actually experience as a user
- Hardware PTT buttons that just work: Native support for the Aina Voice Responder V1/V2 with full dual PTT capabilities, integrated speaker-mics on RAM Mounts (RAM RSM / GDS Audio PTT), and generic BLE buttons (Pryme, etc.). They map directly to your channels without fighting a remap UI.
- Native Emergency Button Support: Full integration for hardware-based emergency/orange buttons to trigger alerts directly within the TAK ecosystem.
- Full-duplex & flexible call modes: Supports latched (full-duplex) mode alongside traditional momentary PTT for natural, continuous conversation.
- Battery-friendly Bluetooth audio: SCO is only engaged while you're actually keying—not held open for the whole session. Background PTT runs in a foreground service with the proper Android privileges to ensure it doesn't get killed.
- Mix-and-match audio routing: Use a speaker-mic for the PTT button, but route the audio to your vehicle's Bluetooth or a headset. The picker auto-refreshes and falls back gracefully if a device disconnects.
- Native OS behavior: Built on Android's self-managed Telecom API. Spotify pauses/resumes, the lock screen shows your call status, and incoming cellular calls won't bleed into your transmission.
- A real PTT-stack UX: Talk-permit tones before TX, plus distinct deny / no-channel / interrupt tones. Includes a configurable PTT timeout (20–90s) with a warning chirp and a sustained cutoff tone that mixes over incoming voice.
- VX-compatible: Fully interoperable with VX clients; they see you, and you see them.
What's Coming (Roadmap)
- Mesh/Off-grid resilience (Mixed Mode): Per-channel UDP multicast failover, AEAD-encrypted with channel keys distributed via Mumble. Your comms keep working on a local mesh when the WAN goes down—essential for those dead zones on large courses.
- Auto-discovery: Automatic channel discovery directly from the server.
- UI Enhancements: Split-screen settings for TX/RX and Channels/Preferences.
Notes for the Community / Devs
- Built clean-room against the public ATAK SDK and the public Mumble protobuf protocol.
- All TPT/status tones are code-synthesized sine waves modeled on public LMR cue conventions—no sampled audio.
- Targets ATAK-CIV 5.6+ on Android 8 and up.
I am soliciting feedback from folks. Does this mixed-mode approach address the pain points you're seeing in the field? Would love to hear your thoughts.
As of now my plan is to make this open source and available for free, but donations of Silvus Streamcasters are always welcome.