Sig Diary
May 14, 2025 ยท View on GitHub
A passive background scanning application for Flipper Zero that logs and annotates signals (IR/RF/NFC) based on fingerprinting. Perfect for hobbyist recon or daily security audits.
๐ Features
- Multi-protocol Scanning: Simultaneously monitors IR, RF, and NFC signals
- Automatic Annotation: Identifies common signals such as garage doors, remote controls, and access cards
- Signal Logging: Maintains a timestamped log of all detected signals
- Interactive UI: Browse through captured signals with detailed information
- Persistent Storage: Saves all signal data to the SD card for later analysis
Starting the App
- On your Flipper Zero, navigate to Apps โ Tools
- Find and select Sig Diary
- The app will start scanning immediately
Controls
- Center Button: Toggle between scanning and log view
- Left/Right Buttons: Navigate through logged signals (in log view)
- Back Button: Return to scanning mode or exit app
Understanding the Display
Scanning Mode
- Shows active scanners (IR, RF, NFC)
- Displays total number of signals detected
- Notifies when new signals are detected with LED flash
Log View
- Shows timestamp of the signal
- Displays signal type (IR, RF, or NFC)
- Shows annotation of the signal when available
- Navigation controls at the bottom
Signal Log File
All detected signals are logged to: /ext/sigdiary/log.txt
๐ How It Works
Sig Diary runs three concurrent background scanners:
- IR Scanner: Detects infrared signals from remote controls
- RF Scanner: Monitors radio frequencies (primarily 433.92MHz, 315MHz, 868MHz)
- NFC Scanner: Detects nearby NFC cards and tags
When a signal is detected, the app:
- Records the signal's characteristics
- Timestamps the detection
- Attempts to identify the signal type based on fingerprinting
- Logs the information to the persistent log file
- Notifies the user with a brief flash
Signal Database
Help improve signal identification by submitting information about common RF, IR, and NFC signals to our database.
๐ License
This project is licensed under the MIT License - see the LICENSE file for details.
โ ๏ธ Disclaimer
Sig Diary is intended for educational and security audit purposes only. Always respect privacy and property rights when scanning for signals. The authors are not responsible for any misuse of this application.
Credits
- Developed by C0d3-5t3w
Made with โค๏ธ for the Flipper Zero community
