Walkie Talkie
July 17, 2026 ยท View on GitHub
Audio limitation: The CC1101 data mirror is a digital receive-data stream, not demodulated analog voice. Treat this app as a channel activity/RSSI scanner unless external demodulation hardware is added; speaker output is not reliable FRS voice.
๐ป Listen in on FRS walkie-talkie channels with your Flipper Zero. Tunes the built-in CC1101 radio to the 22 standard FRS channels and plays whatever it hears through the speaker, with auto-squelch and a channel scanner.
Receive-only. This app does not transmit, and it does not decode CTCSS/DCS โ subchannel numbers are labels for matching your handheld radio's display, not a privacy-code filter.
It also cannot play FM broadcast radio; those frequencies are outside the CC1101's supported bands.
โจ Features
- All 22 standard FRS channels (462/467 MHz) with a scrollable channel list
- Channel scanner: scans up or down, pauses automatically when a signal is detected, and resumes after the transmission ends
- Auto-squelch with adjustable sensitivity (or turn it off to hear raw static)
- Live RSSI readout with a 5-bar signal-strength meter
- Subchannel (privacy-code) labels 1โ38 for quick reference
๐ธ Screenshots
| Listen Now | Settings |
|---|---|
![]() | ![]() |
| FRS Channel List | About |
|---|---|
![]() | ![]() |
๐๏ธ Controls
Listen Now (main screen)
| Button | Short press | Long press |
|---|---|---|
| Up / Down | Channel up / down | Squelch sensitivity + / โ |
| Left / Right | Subchannel โ / + (0 = none) | Scan direction down / up |
| OK | Mute / unmute | Start, resume, or stop scanning |
| Back | Open menu | Exit app |
Menu / FRS List / Settings
| Button | Action |
|---|---|
| Up / Down | Move cursor |
| OK | Select (in FRS List: tune to the highlighted channel) |
| Left / Right | Settings: toggle Auto-Squelch or adjust sensitivity |
| Back | Back to previous screen (long press exits the app) |
๐ง Building from source
Requires ufbt (micro Flipper Build Tool):
pip install ufbt
cd Walkie_Talkie
ufbt # builds walkie_talkie.fap into dist/
ufbt launch # builds, installs to a connected Flipper, and runs it
๐ฆ Installing a release
Copy walkie_talkie.fap to your Flipper's SD card under apps/Sub-GHz/, then launch it from Apps โ Sub-GHz โ Walkie Talkie.
โ๏ธ Legal note
Receiving FRS transmissions is legal in most jurisdictions, but laws vary โ check your local regulations. This app never transmits.
๐ค To do
- Consider a custom radio preset to improve audio quality
๐ค Author
Made by coolshrimp (Coolshrimp Modz)



