mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2025-04-09 11:57:16 +00:00
Adding further description
This commit is contained in:
parent
00204f9cb6
commit
01143359a9
@ -1,38 +1,40 @@
|
|||||||
# IR Remote Fap Remotes
|
# IR Remote (Alternate Remote Application from [Hong5489](https://github.com/Hong5489/ir_remote))
|
||||||
https://github.com/Hong5489/ir_remote
|
|
||||||
----
|
|
||||||
# Alternative Infrared Remote for Flipperzero
|
|
||||||
|
|
||||||
It is a plugin like [UniversalRF Remix](https://github.com/ESurge/flipperzero-firmware-unirfremix) but for infrared files. I do this plugin for convenience, because the main IR app need to navigate for different button abit troublesome (buttons like up,down,left,right,back). I found it useful for TV and TV box.
|
This is an application (FAP) similar to the [UniversalRF Remix](https://github.com/ESurge/flipperzero-firmware-unirfremix) but for infrared (IR) files. The author states "I do this plugin for convenience, because the main IR app need to navigate for different button abit troublesome (buttons like up,down,left,right,back). I found it useful for TV and TV box." We agree!
|
||||||
|
|
||||||
It supports short press and long press input for different ir remote buttons. Tested on the unleashed firmware.
|
IR Remote supports both short press and long press (hold) input for different IR buttons. Compiled FAP has been tested on [Unleashed](https://github.com/DarkFlippers/unleashed-firmware) and [RogueMaster](https://github.com/RogueMaster/flipperzero-firmware-wPlugins) firmwares.
|
||||||
|
|
||||||
## How to use
|
## How to use
|
||||||
|
|
||||||
1. Similar to UniRF app, put the path of the ir file and the ir button for each button on flipper (UP,DOWN,LEFT,RIGHT,BACK)
|
The path of the actual IR file should be listed after `REMOTE:` at the top.<br>
|
||||||
|
The rest of the buttons should be defined by the button `name:` listed in the original IR file.
|
||||||
|
|
||||||
The format With `HOLD` one is long press, without is short press
|
The first section are short press, the last with `HOLD` is long press (hold).
|
||||||
|
|
||||||
Example of the configuration file:
|
Example of the configuration file:
|
||||||
```
|
```
|
||||||
REMOTE: /ext/infrared/Philips_32PFL4208T.ir
|
REMOTE: /ext/infrared/IRDB/TVs/Roku/Roku.ir
|
||||||
UP: Up
|
UP: Up
|
||||||
DOWN: Down
|
DOWN: Down
|
||||||
LEFT: Left
|
LEFT: Left
|
||||||
RIGHT: Right
|
RIGHT: Right
|
||||||
OK:
|
OK: Ok
|
||||||
BACK: Back
|
BACK: Back
|
||||||
UPHOLD: VOL+
|
UPHOLD: V_up
|
||||||
DOWNHOLD: VOL-
|
DOWNHOLD: V_down
|
||||||
LEFTHOLD: Source
|
LEFTHOLD: Play
|
||||||
RIGHTHOLD: SmartTV
|
RIGHTHOLD: Home
|
||||||
OKHOLD: POWER
|
OKHOLD: Power
|
||||||
```
|
```
|
||||||
|
|
||||||
Leave it empty for the button you don't need
|
Leave a line empty if it will not be used for a button.
|
||||||
|
|
||||||
2. Save it as `.txt` file, then create a new folder in your SD card `ir_remote`, put it inside the folder
|
1. Make sure the file is saved as a `txt` file with Unix (LF) line ending.
|
||||||
|
2. Make a new folder in the root of your SD card named `ir_remote`.
|
||||||
|
3. Place your TXT map file from above into the `ir_remote` folder.
|
||||||
|
4. Open the app, choose the configuration file, then enjoy!
|
||||||
|
5. Hold the back button to exit the app. (This cannot be programmed in the map file.)
|
||||||
|
|
||||||
3. Lastly, you can open the app, choose the configuration file, then you can try out the ir for each buttons
|

|
||||||
|
|
||||||
4. Long press back button to exit the app
|
NOTE: If using RogueMaster, place the `ir_remote` folder into the `infrared` folder on the SD.
|
||||||
|
Loading…
Reference in New Issue
Block a user