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 NowSettings
Listen Now screenSettings screen
FRS Channel ListAbout
FRS channel listAbout screen

๐ŸŽ›๏ธ Controls

Listen Now (main screen)

ButtonShort pressLong press
Up / DownChannel up / downSquelch sensitivity + / โˆ’
Left / RightSubchannel โˆ’ / + (0 = none)Scan direction down / up
OKMute / unmuteStart, resume, or stop scanning
BackOpen menuExit app
ButtonAction
Up / DownMove cursor
OKSelect (in FRS List: tune to the highlighted channel)
Left / RightSettings: toggle Auto-Squelch or adjust sensitivity
BackBack 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.

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)