https://github.com/stichoza/flipper-map
📍 Visualize Flipper Zero recordings on an interacitve map in your browser.
https://github.com/stichoza/flipper-map
flipper flipper-zero flipperzero
Last synced: 5 months ago
JSON representation
📍 Visualize Flipper Zero recordings on an interacitve map in your browser.
- Host: GitHub
- URL: https://github.com/stichoza/flipper-map
- Owner: Stichoza
- Created: 2025-06-29T08:11:29.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-07-26T14:57:24.000Z (6 months ago)
- Last Synced: 2025-07-26T20:11:39.713Z (6 months ago)
- Topics: flipper, flipper-zero, flipperzero
- Language: Vue
- Homepage: https://flipper-map.stichoza.com
- Size: 1020 KB
- Stars: 18
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Flipper Map
Connect your Flipper Zero to your computer using USB and visualize signal recordings on map.
**[↗ flipper-map.stichoza.com](https://flipper-map.stichoza.com)**

Flipper files should include `Lat:` and `Lon:` lines. Custom firmwares like Momentum and RogueMaster automatically add these lines using GPS module (via GPIO). For the official firmware or Unleashed, it should be done manually I hope some day they'll implement same features. You can add location info using Flipper mobile app or directly edit them on SD card.
> [!Tip]
> Check out a native Flipper application [Nearby Files](https://github.com/Stichoza/flipper-nearby-files) to view nearby recordings directly on your Flipper Zero.
### Example File
```yaml
Filetype: Flipper SubGhz Key File
Version: 1
Frequency: 433920000
Preset: FuriHalSubGhzPresetOok270Async
Lat: 41.123456
Lon: 44.987654
Protocol: Dickert_MAHS
Bit: 36
Key: 00 00 00 0C 12 AB CD EF
```
### Preview