A Flipper Zero application that triggers Axon Body Cameras to start recording by broadcasting BLE commands.
- BLE Broadcasting: Sends recording commands to Axon Body Cameras in range
- Targeted Commands: Uses the exact same protocol as the Android AxonCadabra app
- Clean UI: Simple interface with Start/Stop controls and navigation
- About & Credits: Information screens about the app and its creators
The Flipper Zero broadcasts BLE advertisement packets containing:
- Service UUID:
0xFE6C(0000FE6C-0000-1000-8000-00805F9B34FB) - Service Data: Recording command payload
- Target OUI:
00:25:DF(Axon Body Cameras)
Any Axon Body Camera within BLE range will receive and execute the recording command when the app broadcasts.
- Open qFlipper on your computer
- Connect your Flipper Zero
- Go to File Manager → apps → Bluetooth
- Drag and drop the
axon_on.fapfile into the Bluetooth folder - The app will appear in your Flipper's Bluetooth apps menu
- Safely eject your Flipper Zero's SD card
- Insert it into your computer
- Copy
axon_on.fapto:SD_Card/apps/Bluetooth/ - Safely eject and reinsert into Flipper Zero
- Reboot your Flipper Zero (hold BACK + LEFT for 3 seconds)
- On your Flipper Zero, go to Apps → Bluetooth → Axon On
- Press OK to start broadcasting the recording command
- Press OK again to stop broadcasting
- Use LEFT/RIGHT arrows to access About and Credits screens
- Flipper Zero firmware development environment
- Access to Flipper Zero firmware repository
cd flipper-zero-firmware
./fbt fap_axon_onThe compiled FAP file will be available at:
build/f7-firmware-C/.extapps/axon_on.fap
- Service UUID: 0xFE6C
- Service Data: 24-byte command payload
- Advertising Mode: Undirected broadcasting
- Target Devices: OUI 00:25:DF (Axon Body Cameras)
- Tested with Flipper Zero firmware
- Compatible with Axon Body Camera BLE interface
- Uses standard BLE GAP advertising
Created by .leviathan
- Email: leviathan@netslum.io
This application is based on the work of the AxonCadabra Android app.
See LICENSE file for details.
This application is for research and educational purposes. Use responsibly and in accordance with applicable laws and regulations.