signals GitHub + Submit

Community
Flipper Zero Signals

Browse, download and share Sub-GHz .sub files. Open-source & community-powered.

Garage Doors Car Keys Intercoms Weather Stations Custom
All
Garage Doors
Car Keys
Intercoms
Weather
Custom
Region:
Freq: All
Sort:

📬 Submit a Signal

Got a captured signal? Drop your .sub file below — frequency & protocol are auto-detected from the file.

✨ Guided (Easy)
📋 Manual / GitHub PR
📂

Drop your .sub file here

or click to browse — frequency & protocol auto-detected

signals.json entry — ready to paste

        
1
Paste into signals.json
JSON was copied to your clipboard. Click below — GitHub opens the file editor directly. Paste at the end of the array, then click Propose changes.
📝 Open signals.json on GitHub
2
Upload your .sub file
Click below — GitHub opens the signals/ folder. Use Add file → Upload files to upload your file.
📂 Open signals/ folder on GitHub
3
GitHub creates the PR for you
After both steps, GitHub automatically asks you to open a Pull Request. CI validates your entry — if everything is green, a maintainer will merge it. 🚀
1

Fork the repo

Click Fork on GitHub to copy flipper-signal-db to your account.

2

Add your .sub file

Upload your Flipper .sub file into the signals/ folder.

3

Update signals.json

Append a new entry to the array — see schema below.

4

Open a Pull Request

Submit a PR against main. CI validates your entry automatically.

signals.json format

  "name"        "My Garage Door 433MHz"
  "frequency"   "433.92 MHz"
  "protocol"    "OOK"
  "description" "Single-channel remote for a XYZ brand gate opener."
  "category"    "garage_doors"
  "contributor" "your_github_username"
  "filename"    "my_garage_door_433.sub"
✅ Accurate frequency & protocol
✅ Descriptive filename (brand_model_freq.sub)
✅ Clear description of device & signal
✅ Only signals you own or have permission to capture
❌ No rolling-code signals compromising real security
❌ No personally identifiable information
⬆️ Open Pull Request on GitHub