An open API service indexing awesome lists of open source software.

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.

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 Zero Map](./public/flipper-zero-cover.png)

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

screen preview copy