mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-31 02:29:38 -04:00
![]() * Add new jammer modes Overview This PR enhances the PortaPack Jammer app by introducing eight new signal types, ported from my Flipper Zero RF Jammer app (https://github.com/RocketGod-git/flipper-zero-rf-jammer). These modes expand the app's capability to disrupt a wide range of RF communication protocols, from analog radios to modern digital systems. The implementation preserves the original app structure, resolves namespace conflicts, and ensures compatibility with the Mayhem firmware. New Modes The following modes have been added to the options_type in ui_jammer.hpp, with corresponding signal generation in proc_jammer.cpp: Noise: Generates broadband white noise to interfere with analog and digital signals (e.g., Wi-Fi, Bluetooth, key fobs). Highly effective for overwhelming receivers across a frequency range. Sine: Produces a continuous, unmodulated sine wave to jam narrowband receivers, ideal for analog FM/AM radios or telemetry systems. Square: Emits a harmonic-rich square wave, disrupting digital protocols (e.g., OOK, ASK) and systems sensitive to sharp transitions, such as remote keyless entry. Sawtooth (Experimental): Generates a sawtooth wave with a unique harmonic profile, useful for testing interference against PWM-based or niche analog systems. Triangle (Experimental): Creates a triangle wave with minimal harmonics, suitable for exploratory jamming of narrowband systems or receiver linearity testing. Chirp: Outputs a rapid frequency-sweeping chirp signal, effective against frequency-hopping and spread-spectrum systems (e.g., some Wi-Fi, Bluetooth, or military radios). Gauss: Generates Gaussian noise to mimic natural interference, targeting digital systems like GPS or data links by degrading signal-to-noise ratios. Brute (Experimental): Transmits a constant maximum-amplitude signal to saturate simple receiver front-ends, useful for brute-force jamming of basic analog devices. * Super secret * You gotta get (Get) that (That) dirt off your shoulder |
||
---|---|---|
.. | ||
external | ||
ui_alphanum.cpp | ||
ui_alphanum.hpp | ||
ui_audio.cpp | ||
ui_audio.hpp | ||
ui_bmpview.cpp | ||
ui_bmpview.hpp | ||
ui_btngrid.cpp | ||
ui_btngrid.hpp | ||
ui_channel.cpp | ||
ui_channel.hpp | ||
ui_font_fixed_5x8.cpp | ||
ui_font_fixed_5x8.hpp | ||
ui_font_fixed_8x16.cpp | ||
ui_font_fixed_8x16.hpp | ||
ui_freq_field.hpp | ||
ui_freqlist.cpp | ||
ui_freqlist.hpp | ||
ui_geomap.cpp | ||
ui_geomap.hpp | ||
ui_menu.cpp | ||
ui_menu.hpp | ||
ui_qrcode.cpp | ||
ui_qrcode.hpp | ||
ui_receiver.cpp | ||
ui_receiver.hpp | ||
ui_rssi.cpp | ||
ui_rssi.hpp | ||
ui_spectrum.cpp | ||
ui_spectrum.hpp | ||
ui_tabview.cpp | ||
ui_tabview.hpp | ||
ui_textentry.cpp | ||
ui_textentry.hpp | ||
ui_tone_key.cpp | ||
ui_tone_key.hpp | ||
ui_transmitter.cpp | ||
ui_transmitter.hpp | ||
ui_tv.cpp | ||
ui_tv.hpp |