This Flipper application injects advertisement broadcast packets to Apple, Android, and Windows devices, which may be up to 5 meters away.
- The easiest way to install RogueMaster firmware is through the web installer
- Follow the web installer instructions to install RogueMaster
- This app requires RogueMaster firmware to function properly
- Clone or download this
ble_advertinject
project - Place the
ble_advertinject
directory in theapplications/external
directory of your RogueMaster firmware source code
On MacOS:
./fbt fap_ble_advertinject
On Windows:
.\fbt.cmd fap_ble_advertinject
The compiled application (ble_advertinject.fap
) will be created in:
build/f7-firmware-C/.extapps/
If you can't find the .fap file in the expected location, you can use the find command:
find . -name "ble_advertinject.fap"
On Windows:
dir /s "ble_advertinject.fap"
- Download and install qFlipper
- Connect your Flipper Zero to your computer
- Using qFlipper's file browser:
- Navigate to
SD Card/apps/Bluetooth/
on your Flipper Zero - Drag and drop
ble_advertinject.fap
into this directory
- Navigate to
You're now ready to use BLE AdvertInject on your Flipper Zero!