diff --git a/applications/Infrared/flipirfreq/README.md b/applications/Infrared/flipirfreq/README.md new file mode 100644 index 00000000..5c1929ba --- /dev/null +++ b/applications/Infrared/flipirfreq/README.md @@ -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) diff --git a/applications/Infrared/flipirfreq/manifest.yml b/applications/Infrared/flipirfreq/manifest.yml new file mode 100644 index 00000000..338abf97 --- /dev/null +++ b/applications/Infrared/flipirfreq/manifest.yml @@ -0,0 +1,9 @@ +sourcecode: + type: git + location: + origin: https://github.com/jsammarco/FlipIRFreq.git + commit_sha: e15fe9c3c11f556f1dc439619454f68a0217976d + +short_description: Send IR in carrier or low-frequency pulse modes with adjustable frequency, duty cycle, and output. +description: "@README.md" +changelog: "@changelog.md"