Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions applications/Tools/flipirfreq/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# FlipIRFreq

FlipIRFreq is a Flipper Zero external app for generating either a high-frequency IR carrier or a low-frequency IR pulse train.

Features:

- Carrier mode from `10 kHz` to `1 MHz`
- Pulse mode from `10.0 Hz` to `500.0 Hz`
- Burst and continuous transmit modes
- Adjustable duty cycle and burst length
- Output selection for `Auto`, `Internal`, or `External (PA7)`
- Scrollable on-device UI with saved settings

Source repository:

- [jsammarco/FlipIRFreq](https://github.com/jsammarco/FlipIRFreq)
9 changes: 9 additions & 0 deletions applications/Tools/flipirfreq/manifest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
sourcecode:
type: git
location:
origin: https://github.com/jsammarco/FlipIRFreq.git
commit_sha: c927f16d430ed4120104b107685929e2e23334c9

short_description: Send IR in carrier or low-frequency pulse modes with adjustable frequency, duty cycle, and output.
description: "@README.md"
changelog: "@changelog.md"