Clone
eae3bc3 update readme Jun 10, 2026 21438 commits
.github
.subtrees
2048
4inrow
air_arkanoid
air_labyrinth
airmouse
ami_tool
arkanoid
asteroids
atomicdiceroller
avr_isp
barcode_gen
blackjack
ble_spam
bomberduck
bpmtapper
bt_trigger
caesarcipher
calculator
camera_suite
can_commander
can_tools
checkers
chess
chief_cooker
cli_bridge
cntdown_timer
co2_logger
color_guess
combo_cracker
counter
cross_remote
cyborg_detector
dap_link
doom
dtmf_dolphin
em4100_generator
esp8266_deauth
esp_flasher
esubghz_chat
etch_a_sketch
eth_troubleshooter
evil_portal
flame_rng
flappy_bird
flashlight
flip_crypt
flip_downloader
flip_library
flip_map
flip_social
flip_tdi
flip_telegram
flip_trader
flip_weather
flip_wifi
flip_world
flipbip
flipboard_blinky
flipboard_keyboard
flipboard_signal
flipboard_simon
flipper_blackhat
flipper_share
flipper_wedge
flizzer_tracker
fm_radio
fm_transmitter
fmatrix
fmf_to_sub
free_roam
game15
game_of_life
geiger
geometry_flip
ghost_esp
gpio_badge
gpio_controller
gpio_explorer
gpio_reader_a
gpio_reader_b
gps_nmea
hc11_modem
hc_sr04
heap_defence
hex_editor
hex_viewer
hitachi_ac_remote
i2ctools
ibutton_converter
iconedit
ifttt
image_viewer
ina_meter
ir_intervalometer
ir_remote
ir_scope
iso15693_nfc_writer
jetpack_joyride
key_copier
laser_tag
ldtoypad
lidar_emulator
lightmeter
longwave_clock
magspoof
malveke_gb_cartridge
malveke_gb_emulator
malveke_gb_link_camera
malveke_gb_live_camera
malveke_gb_photo
malveke_gba_cartridge
malveke_pin_test
mass_storage
mayhem_camera
mayhem_marauder
mayhem_morseflash
mayhem_motion
mayhem_nannycam
mayhem_qrcode
meal_pager
metroflip
metronome
mfc_editor
mfkey
midea_ac_remote
mifare_fuzzer
minesweeper
mitsubishi_ac_remote
morse_code
mp_flipper
mtp
multi_converter
multi_dice
multi_fuzzer
music_player
nearby_files
nfc_apdu_runner
nfc_eink
nfc_login
nfc_magic
nfc_maker
nfc_playlist
nfc_rfid_detector
nightstand_clock
nrf24batch
nrf24channelscanner
nrf24mousejacker
nrf24scan
nrf24sniff
oscilloscope
paint
passgen
passy
pc_monitor
picopass
pinball0
pocsag_pager
pokemon_trading
pomodoro
pong
portal_of_flipper
programmer_calculator
proto_pirate
protoview
qrcode
quac
quadrastic
radar_scanner
radio_scanner
rc2014_coleco
resistance_calculator
reversi
rolling_flaws
rootoflife
rubiks_cube_scrambler
saflip
scorched_tanks
seader
sentry_safe
seos
signal_generator
simonsays
simultaneous_rfid_reader
slots
snake_2
solitaire
space_playground
spectrum_analyzer
spi_mem_manager
spi_terminal
sub_analyzer
subghz_bruteforcer
subghz_playlist
subghz_playlist_creator
subghz_remote
subghz_scheduler
swd_probe
t5577_multiwriter
t5577_raw_writer
t_rex_runner
tama_p1
tanks
tasks
tetris
text2sam
text_viewer
tictactoe
timelapse
tone_gen
totp
tpms_reader
tuning_fork
uart_terminal
uhf_rfid
ulc_brute
ulc_relay
ulcfkey
umpire_indicator
unitemp
usb_consumer_control
usb_midi
uv_meter_as7331
vgm_air_mouse
video_game_module_tool
video_player
videopoker
voltage_calculator
wardriver
wav_player
weather_station
web_crawler
weebo
wifi_deauther
wifi_marauder_companion
wifi_scanner
wiiec
wire_tester
xbox_controller
xinput
xremote
yappy_invaders
yatzee
zombiez
.clang-format
.gitignore
README.md
application.fam
README

Fork notes (willc0de4food)

This is a personal fork of Next-Flip/Momentum-Apps with modifications scoped to wifi_marauder_companion/ in support of an open-source ALPR-camera research project. All other apps in this repo are unchanged from upstream.

What's modified

  • wifi_marauder_companion/ — adds a "Sniff + GPS" top-level menu with channel-locked / channel-hop variants (raw, raw ch1, raw ch6, raw ch11, raw hop, etc.), wires the -g/--gps flag onto every sniff command, and updates the prefix-extraction logic to handle multi-line UART command sequences.

Where to find build / install info

All fork-specific docs live inside the wifi_marauder_companion/ subdir:

Important — requires the matching firmware fork

The new menu entries in wifi_marauder_companion/ send commands using a -g/--gps flag that does not exist in stock Marauder firmware. To use them, the Marauder firmware on your attached ESP32 board must be from this project's matching firmware fork:

➡️ willc0de4food/ESP32Marauder

That firmware fork adds DLT-192 PPI per-frame GPS tagging, a radiotap header embedded inside the PPI capsule (per-frame RSSI + channel), and the -g/--gps CLI flag that this companion app's menus rely on.


Momentum-Apps

Bundle of external apps tweaked for Momentum Firmware.

[!IMPORTANT] These apps are already included with all Momentum Firmware releases. This repository serves only as a way to keep them updated and maintained easier.

Why?

Many apps included in Momentum are modified (some lots more than others). This includes:

  • Removing/tweaking icons and/or their usages to support our Asset Packs system
  • Removing duplicate keyboard implementations to use our extended system keyboard
  • With our system keyboard also support our CLI command input keyboard to type with PC keyboard
  • Tweak UART/SPI usage to support our GPIO Pins mapping settings
  • Moving location of save files to a more appropriate location or changing how they are saved
  • Changing application display names to fit our naming scheme
  • Changing how some menus work/look or adding new exclusive menus and features
  • Improving or extending functionality and better integrating with the firmware
  • Updating and fixing apps that were abandoned by the original developers

How?

Apps made by our team are developed right here, the latest versions will always originate from this repository.

For all other apps we use git subtrees to pull updates from the creator's repository / other sources such as @xMasterX's pack, while also keeping our own tweaks and additions.

We didn't want to have fork repos for each single app since it would get out of hand very quick. Instead, we opted for subtrees.

Subtrees work in a very peculiar way: they pull and compare commit history from a remote repo and apply it to a subdirectory of this repo. That's why the commit history for this repo is so huge, it contains all the commits for all the apps, plus our edits.

To make updating more manageable, we have added some scripts on top of subtrees (requires Python installed to use):

  • add a new app with .subtrees/add.py <path> <repo url> <branch> [subdir], this will pull the history and create path/.gitsubtree to remember the url, branch and subdir
  • run .subtrees/update.py <path> [path2] [pathN...] to pull updates for some subtrees
  • or run .subtrees/update.py with no arguments to update all subtrees

Most apps have a remote subtree URL for both the original repository, and for any forks / other sources such as @xMasterX's pack. This process is assisted by .subtrees/add.py, if the specified subtree path already exists, it will:

  • remove the previous subtree with a commit
  • add the subtree from the new remote
  • restore the previous subtree and merge the remotes

After this, you will just need to resolve the conflicts (content differences between remotes) manually to keep the best of both, and commit.

If you're an app developer wanting to add your app, or a third party who wants to include something they find useful, you don't need to bother with this process. We will do it for you, just add from a single remote URL, or simply make an issue requesting an app to be added!