A Flipper Zero app to send SubGHz signals at a given interval. Individual *.sub or playlist *.txt files can be used for transmission, and schedule settings can be saved in a *.sch file.
This app is tested against the current dev and release branches of the OFW:
It has also been tested against Momentum 009.
Note
Currently not supported on Xtreme, as development of that firmware was officially discontinued on Nov 18, 2024. Since then, breaking changes were made to the Furi API. For those who still use Xtreme I am working on a separate port.
These apps are built using ufbt - a subset of the flipper build tool (fbt) targeted at building apps. Install it with:
pip install ufbtFor build only, run ufbt from the terminal in the project directory. To upload, make sure Flipper is connected to your computer and run ufbt launch.
The directory contains the following batch script(s) to simplify the upload process:
launch_win.bat- Windows only. Invokesufbtto deploy and launch the app on a flipper over USB, and resets terminal colors in case of error.
Build outputs are found in the dist directory for each application.
- Enable running in the background.
-
TESTING IN PROGRESSEnable interval delays for playlists. For example, turning on a light (playlist index 1), then 4 hours later turning it off (playlist index 2), and run that at another arbitrary interval. This can include custom playlist keys or custom app files. -
TESTING IN PROGRESSSeparate into multiple modes:Periodic: Current functionality.Alarm: To set specific time for transmission.Custom: Periodic with custom breaks and tx count between transmissions.
- More visual feedback of current transmission (like
SubGHz Playlist). - Enable quitting from transmission. Currently, if back is pressed during playlist transmission, transmission will complete before exiting to main menu.
- Options to select notifications on transmit (vibro, backlight, etc).







