mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-22 22:40:14 +00:00
Merge pull request #250 from FalsePhilosopher/patch-4
Added IR remote Fap readme/remote
This commit is contained in:
commit
37d9d441a0
38
Infrared/ir_remote/Readme.md
Normal file
38
Infrared/ir_remote/Readme.md
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
# IR Remote Fap Remotes
|
||||||
|
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.
|
||||||
|
|
||||||
|
It supports short press and long press input for different ir remote buttons. Tested on the unleashed firmware.
|
||||||
|
|
||||||
|
## 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 format With `HOLD` one is long press, without is short press
|
||||||
|
|
||||||
|
Example of the configuration file:
|
||||||
|
```
|
||||||
|
REMOTE: /ext/infrared/Philips_32PFL4208T.ir
|
||||||
|
UP: Up
|
||||||
|
DOWN: Down
|
||||||
|
LEFT: Left
|
||||||
|
RIGHT: Right
|
||||||
|
OK:
|
||||||
|
BACK: Back
|
||||||
|
UPHOLD: VOL+
|
||||||
|
DOWNHOLD: VOL-
|
||||||
|
LEFTHOLD: Source
|
||||||
|
RIGHTHOLD: SmartTV
|
||||||
|
OKHOLD: POWER
|
||||||
|
```
|
||||||
|
|
||||||
|
Leave it empty for the button you don't need
|
||||||
|
|
||||||
|
2. Save it as `.txt` file, then create a new folder in your SD card `ir_remote`, put it inside the folder
|
||||||
|
|
||||||
|
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
|
12
Infrared/ir_remote/TVs/Samsung.txt
Normal file
12
Infrared/ir_remote/TVs/Samsung.txt
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
REMOTE: /ext/infrared/Flipper-IRDB/TVs/Samsung/Samsung_TV.ir
|
||||||
|
UP: Menu_up
|
||||||
|
DOWN: Menu_down
|
||||||
|
LEFT: Menu_left
|
||||||
|
RIGHT: Menu_right
|
||||||
|
OK: Menu_enter
|
||||||
|
BACK: Menu_back
|
||||||
|
UPHOLD: VOL+
|
||||||
|
DOWNHOLD: VOL-
|
||||||
|
LEFTHOLD: Source
|
||||||
|
RIGHTHOLD: Menu_home
|
||||||
|
OKHOLD: POWER
|
Loading…
Reference in New Issue
Block a user