{"id":44486840,"url":"https://github.com/shalebridge/flipper-subghz-scheduler","last_synced_at":"2026-02-13T02:04:41.140Z","repository":{"id":274877003,"uuid":"921351005","full_name":"shalebridge/flipper-subghz-scheduler","owner":"shalebridge","description":"A simple scheduler for sending individual SUB files or playlists at a preset interval.","archived":false,"fork":false,"pushed_at":"2026-01-21T21:41:41.000Z","size":224,"stargazers_count":17,"open_issues_count":3,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2026-01-22T07:58:58.820Z","etag":null,"topics":["flipper","flipper-app","flipper-zero","flipper-zero-app","flipperzero","sub-ghz","subghz"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shalebridge.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-23T19:43:02.000Z","updated_at":"2026-01-12T23:55:59.000Z","dependencies_parsed_at":"2025-06-13T03:37:28.058Z","dependency_job_id":null,"html_url":"https://github.com/shalebridge/flipper-subghz-scheduler","commit_stats":null,"previous_names":["shalebridge/flipper-subghz-scheduler"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/shalebridge/flipper-subghz-scheduler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shalebridge%2Fflipper-subghz-scheduler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shalebridge%2Fflipper-subghz-scheduler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shalebridge%2Fflipper-subghz-scheduler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shalebridge%2Fflipper-subghz-scheduler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shalebridge","download_url":"https://codeload.github.com/shalebridge/flipper-subghz-scheduler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shalebridge%2Fflipper-subghz-scheduler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29392930,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T00:53:09.511Z","status":"online","status_checked_at":"2026-02-13T02:00:10.076Z","response_time":78,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flipper","flipper-app","flipper-zero","flipper-zero-app","flipperzero","sub-ghz","subghz"],"created_at":"2026-02-13T02:04:41.072Z","updated_at":"2026-02-13T02:04:41.134Z","avatar_url":"https://github.com/shalebridge.png","language":"C","funding_links":[],"categories":["Sub-GHz"],"sub_categories":[],"readme":"# SubGHz Scheduler\n\nA 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.\n\n\n\u003ctable style=\"border:0px\"\u003e\n  \u003ctr style=\"border:0px\"\u003e\n    \u003ctd style=\"border:0px\" width=\"25%\" align=\"left\"\u003e\n    Schedule intervals in H:M:S format \u003cbr\u003e\n    from 00:00:01 to 99:59:59.\n    \u003c/td\u003e\n    \u003ctd style=\"border:0px\" width=\"20%\"\u003e\u003cimg src=\"./screenshots/v3/intervals.png\" width=\"100%\"\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr style=\"border:0px\"\u003e\n    \u003ctd style=\"border:0px\" width=\"25%\" align=\"left\"\u003e\n    Interval timing modes: \u003cbr\u003e\n     \u003cul\u003e\n       \u003cli\u003eRelative: Interval is length of time from `END` of one transmission to `START` of next.\u003c/li\u003e\n       \u003cli\u003ePrecise: Interval is length of time from `START` of one transmission to `START` of next.\u003c/li\u003e\n     \u003c/ul\u003e\n    \u003c/td\u003e\n    \u003ctd style=\"border:0px\" width=\"20%\"\u003e\u003cimg src=\"./screenshots/v3/timing.png\" width=\"100%\"\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n \u003ctr style=\"border:0px\"\u003e\n  \u003ctd style=\"border:0px\" width=\"25%\" align=\"left\"\u003e\n    Data Tx Count:\u003cbr\u003e\n  \u003cul\u003e\n  \u003cli\u003ex1, x2, x3, x4, x5, x6\u003c/li\u003e\n  \u003c/ul\u003e\n  \u003c/td\u003e\n  \u003ctd style=\"border:0px\" width=\"20%\"\u003e\u003cimg src=\"./screenshots/v3/txcount.png\" width=\"100%\"\u003e\u003c/td\u003e\n\u003ctr style=\"border:0px\"\u003e\n  \u003ctd style=\"border:0px\" width=\"25%\" align=\"left\"\u003e\n    Transmission Modes:\u003cbr\u003e\n  \u003cul\u003e\n  \u003cli\u003eNormal: Transmit after intervals.\u003c/li\u003e\n  \u003cli\u003eImmediate: Counts start as interval.\u003c/li\u003e\n  \u003cli\u003eOne-Shot: Wait interval and transmits once.\u003c/li\u003e\n  \u003c/ul\u003e\n  \u003c/td\u003e\n  \u003ctd style=\"border:0px\" width=\"20%\"\u003e\u003cimg src=\"./screenshots/v3/txmode.png\" width=\"100%\"\u003e\u003c/td\u003e\n \u003c/tr\u003e\n\u003ctr style=\"border:0px\"\u003e\n  \u003ctd style=\"border:0px\" width=\"25%\" align=\"left\"\u003e\n   Inter-transmission delay selectable\u003cbr\u003e\n   from 0ms to 1000ms in 50ms increments.\n  \u003c/td\u003e\n   \u003ctd style=\"border:0px\" width=\"20%\"\u003e\u003cimg src=\"./screenshots/v3/txdelay.png\" width=\"100%\"\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr style=\"border:0px\"\u003e\n  \u003ctd style=\"border:0px\" width=\"25%\" align=\"left\"\u003e\n   Radio Selection:\u003cbr\u003e\n   \u003cul\u003e\n    \u003cli\u003eInternal\u003c/li\u003e\n    \u003cli\u003eExternal (When Present)\u003c/li\u003e\n   \u003c/ul\u003e\n  \u003c/td\u003e\n   \u003ctd style=\"border:0px\" width=\"20%\"\u003e\u003cimg src=\"./screenshots/v3/radio.png\" width=\"100%\"\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n    \u003ctr style=\"border:0px\"\u003e\n  \u003ctd style=\"border:0px\" width=\"25%\" align=\"left\"\u003e\n   Save settings for later use.\u003cbr\u003e\n  \u003c/td\u003e\n   \u003ctd style=\"border:0px\" width=\"20%\"\u003e\u003cimg src=\"./screenshots/v3/saveschedule.png\" width=\"100%\"\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr style=\"border:0px\"\u003e\n  \u003ctd style=\"border:0px\" width=\"25%\" align=\"left\"\u003e\n   Run view displays:\n    \u003cul\u003e\n      \u003cli\u003eTX Mode\u003c/li\u003e\n      \u003cli\u003eTX Interval\u003c/li\u003e\n      \u003cli\u003eTX Count\u003c/li\u003e\n      \u003cli\u003eRadio\u003c/li\u003e\n      \u003cli\u003eSelected File\u003c/li\u003e\n      \u003cli\u003eTX Interval Countdown\u003c/li\u003e\n    \u003c/ul\u003e\n  \u003c/td\u003e\n   \u003ctd style=\"border:0px\" width=\"20%\"\u003e\u003cimg src=\"./screenshots/v3/rundisplay.png\" width=\"100%\"\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\n## Requirements\n\nThis app is tested against the current `dev` and `release` branches of the [OFW](https://github.com/flipperdevices/flipperzero-firmware):\n\n* Current OFW Version: 1.4.3\n\u003cbr\u003e[![Compatibility status:](https://github.com/shalebridge/flipper-subghz-scheduler/actions/workflows/build.yml/badge.svg)](https://github.com/shalebridge/flipper-subghz-scheduler/actions/workflows/build.yml)\n\nIt has also been tested against [Momentum 009](https://github.com/Next-Flip/Momentum-Firmware/releases/tag/mntm-009).\n\n\u003e [!NOTE]\n\u003e Currently not supported on Xtreme, as development of that firmware was officially [discontinued on Nov 18, 2024](https://github.com/Flipper-XFW/Xtreme-Firmware/commit/54619d013a120897eeade491decf4d1e95217c06). Since then, breaking changes were made to the Furi API. For those who still use Xtreme I am working on a separate port.\n\n## Build\n\nThese apps are built using [ufbt](https://pypi.org/project/ufbt/) - a subset of the flipper build tool (fbt) targeted at building apps. Install it with:\n\n```bash\npip install ufbt\n```\n\nFor 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`.\n\nThe directory contains the following batch script(s) to simplify the upload process:\n* `launch_win.bat` - Windows only. Invokes `ufbt` to deploy and launch the app on a flipper over USB, and resets terminal colors in case of error.\n\nBuild outputs are found in the `dist` directory for each application.\n\n\n# To-Do\n- [ ] Enable running in the background.\n- [ ] `TESTING IN PROGRESS` Enable 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.\n- [ ] `TESTING IN PROGRESS` Separate into multiple modes:  \n  - `Periodic`: Current functionality.\n  - `Alarm`: To set specific time for transmission.\n  - `Custom`: Periodic with custom breaks and tx count between transmissions.\n- [ ] More visual feedback of current transmission (like `SubGHz Playlist`).\n- [ ] Enable quitting from transmission. Currently, if back is pressed during playlist transmission, transmission will complete before exiting to main menu.\n- [ ] Options to select notifications on transmit (vibro, backlight, etc).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshalebridge%2Fflipper-subghz-scheduler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshalebridge%2Fflipper-subghz-scheduler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshalebridge%2Fflipper-subghz-scheduler/lists"}