A collective of different IRs for the Flipper
Go to file
2023-08-21 22:11:14 +02:00
_Converted_ fix: fixed frequency range 2023-08-17 15:24:51 +02:00
.github/workflows fix: use linter main branch 2023-08-20 13:30:39 +02:00
ACs fix: fixed frequency range 2023-08-17 15:24:51 +02:00
Air_Purifiers fix[housekeeping]: add missing new-lines 2023-08-17 15:23:50 +02:00
Audio_Receivers refactor: adapt new naming scheme for Audio 2023-08-21 21:34:15 +02:00
Audio_Video_Receivers Add Yamaha_RAV203_V473170_US #505 2023-05-29 19:18:43 +02:00
Blu-Ray fix[housekeeping]: add missing new-lines 2023-08-17 15:23:50 +02:00
Cable_Boxes fix: fixed frequency range 2023-08-17 15:24:51 +02:00
Cameras Merge pull request #549 from anarchopossum/main 2023-08-04 14:20:37 -07:00
Car_Multimedia Added and Re-org 2023-08-19 17:40:51 +01:00
CCTV Changing to name scheme of buttons 2022-08-02 15:47:18 +02:00
CD_Players Added Panasonic SC-PM254 (Thanks AufDemDachOben!) 2023-06-16 17:53:25 +01:00
Consoles Added a space to the description in comments 2022-10-04 22:08:00 -07:00
Converters added 2023-02-24 00:25:10 +01:00
Digital_Signs fix[housekeeping]: add missing new-lines 2023-08-17 15:23:50 +02:00
DVB-T Added Fransat Newsat Maestro (Thanks Kuronons!) 2023-08-05 14:13:56 +01:00
DVD_Players fix[housekeeping]: add missing new-lines 2023-08-17 15:23:50 +02:00
Fans Added Vornado OSCR37 and excluded VSCode files in .gitignore 2023-08-17 09:21:07 -05:00
Head_Units Create Pioneer_QXE1044.ir 2022-12-27 09:35:25 -05:00
Heaters fix[housekeeping]: add missing new-lines 2023-08-17 15:23:50 +02:00
Humidifiers Add Deerma Humidifier 2023-03-01 01:29:51 +04:00
KVM/Tripp_Lite Added description to comment 2023-03-21 13:14:12 -07:00
Laserdisc/Pioneer remove empty lines 2023-01-28 10:55:13 -05:00
LED_Lighting fix[housekeeping]: add missing new-lines 2023-08-17 15:23:50 +02:00
MiniDisc Rename Sony_RM-D10E.rm to Sony_RM-D10E.ir 2022-12-16 23:24:17 -08:00
Miscellaneous Added Topping DX3Pro Amplifier (Thanks excession!) 2023-08-19 17:50:32 +01:00
Monitors Update BenQ_EX2780Q.ir 2023-06-02 22:18:50 +02:00
Picture_Frames Changing to name scheme of buttons 2022-08-02 15:47:18 +02:00
Projectors Added Dream/NexiGo PJ20 (Thanks Hashcat!) 2023-08-19 17:43:29 +01:00
SoundBars refactor: adapt new naming scheme for Audio 2023-08-21 21:34:15 +02:00
Speakers refactor: adapt new naming scheme for Audio 2023-08-21 21:34:15 +02:00
Streaming_Devices fix[housekeeping]: add missing new-lines 2023-08-17 15:23:50 +02:00
Touchscreen_Displays Update Onescreen.ir 2023-07-04 22:35:59 -07:00
Toys Added Flightball (Thanks DoobTheGoober!) 2023-02-08 15:48:11 +00:00
TV_Tuner/Hauppauge Created top level category 2023-05-25 15:16:12 -07:00
TVs fix: ambiguous power signal names 2023-08-21 21:55:41 +02:00
Universal_TV_Remotes Reorganisation 2023-01-24 19:28:10 +11:00
Vacuum_Cleaners adding eufy robovac_11s remote 2023-07-10 20:43:26 -05:00
VCR fix[housekeeping]: add missing new-lines 2023-08-17 15:23:50 +02:00
Videoconferencing Added TruConf CleverMic1011 (Thanks Leptoptilos!) 2023-07-01 21:42:31 +01:00
Whiteboards Added "Settings" button to Promethean ActivPanel 2023-05-26 09:52:32 -05:00
Window_cleaners/HOBOT fix: removed non-ASCII characters from name 2023-05-22 10:59:20 +02:00
.fff-ir-lint.json fix: updated name recommendations 2023-08-21 22:11:14 +02:00
.gitattributes Updated .gitattributes for text files too 2022-10-30 14:06:25 +00:00
.gitignore Added Vornado OSCR37 and excluded VSCode files in .gitignore 2023-08-17 09:21:07 -05:00
README.md Update README.md 2023-08-05 16:44:24 +01:00

Flipper-IRDB

A maintained collective of different IR files for the Flipper! We'd love to have your additions! See here.

Maintainers/Major contributors include:

Make your own manually!

Did you know IR files are plain text files? If a remote is missing, you might be able to make it manually.

Universal Remotes

The maintainers (mostly amec0e) add individual additions to the various Universal Remotes in Unleashed, which are adapted by many other firmware options. If you would like to contribute to the Universal Remotes, please make sure to follow the naming convention below. For ACs, this is an important read.

Organization

This repo is organized in the following fashion in descending order:

  • Device Type
  • Device Brand
  • Device Series (Where known/applicable)

When adding remotes to this repo, it is helpful to ensure your device name(s) follow the brand_model.ir naming scheme. It is also helpful to ensure your model numbers are capitalized, as per the following example:

LG_55UN7300AUD.ir

Please use this naming scheme for buttons.

FOR TV

Power
Mute
Vol_up
Ch_next
Vol_dn
Ch_prev

FOR AC

Off
Cool_hi
Cool_lo
Heat_hi
Heat_lo
Dh

FOR AUDIO

Power
Vol_up
Vol_dn
Mute
Next
Prev
Play
Pause

Lastly, it's helpful to add further information as a comment directly into the IR file if possible. Example:

Filetype: IR signals file
Version: 1
#
# Dynex EN-21669D TV <---
#
name: Power

Make, model, link, or even a short description can be helpful if the name is changed (or just in general)!

To Install New Remotes On Your Flipper:

  1. Git clone this repo to your local PC. Multiple options are explained here.
  2. Open the cloned repository in a File Explorer.
  3. Connect your Flipper to your PC using a USB-C cable.
  4. Open QFlipper
  5. Verify that your Flipper shows "Connected"
  6. Ensure your Flipper is fully up-to-date:
    1. Look for the green "Update" button near the middle-right of the application.
    2. Press "Update" and allow the Flipper to complete the Update process and then reboot before continuing.
  7. Open the File Manager by selecting the "File Manager" icon (piece of paper) on the top left of the QFlipper application.
  8. Select SD Card, then navigate to the infrared folder by double-clicking its icon.
  9. Drag the .ir files you want on your Flipper from the File Explorer into the QFlipper File Manager.
  10. Disconnect the Flipper from the PC and have fun!

NOTE: If you plan to copy them all, it's highly recommended to dismount the SD card and plug it into the computer directly.