暫無描述

Sandro Kalatozishvili eef0709424 Updated readme 2 年之前
.vscode a5bfd17635 Implemented horizontal view support for all pages 2 年之前
assets 2921c9ed34 Optimized back button behavior 2 年之前
infrared 2cdc442545 Implemented settings load and store functionality 2 年之前
screens e1ab61fefc Updated screenshots and readme 2 年之前
views f841dfb1b9 Highlite button only if its pressed 2 年之前
.gitignore 71dbac978a Initial commit 2 年之前
LICENSE 3ac5d47f0c Initial commit 2 年之前
README.md eef0709424 Updated readme 2 年之前
application.fam 8dbafef776 Implemented saved remote general buttons view 2 年之前
deploy.sh 3ac5d47f0c Initial commit 2 年之前
xremote.c bcc37c45f3 Finished settings implementation 2 年之前
xremote.h f841dfb1b9 Highlite button only if its pressed 2 年之前
xremote_app.c f841dfb1b9 Highlite button only if its pressed 2 年之前
xremote_app.h 95aeb2bb30 Remember last opened file or directory 2 年之前
xremote_control.c f841dfb1b9 Highlite button only if its pressed 2 年之前
xremote_control.h 3ac5d47f0c Initial commit 2 年之前
xremote_learn.c 3ac5d47f0c Initial commit 2 年之前
xremote_learn.h 3ac5d47f0c Initial commit 2 年之前
xremote_settings.c 2df6dd0b32 Implemented exit button behavior setting 2 年之前
xremote_settings.h ec80b46c6f Changed settings context allocator definiton to static 2 年之前

README.md

flipper-xremote

Advanced IR Remote App for Flipper Device

Currently under development, additional details coming soon..

Idea

With the current infrared application, users must navigate through the menu to locate each button individually. This requires scrolling to the desired button and selecting it, which can be uncomfortable. The idea behind XRemote is that all physical buttons are pre-mapped to specific category buttons, and pressing a physical button directly sends an infrared signal. This allows the flipper device to be used as a remote rather than as a tool that has a remote.

XRemote also introduces a more user-friendly learning approach. Instead of having to manually name each button on the flipper when cloning a remote, the learning tool informs you upfront which buttons it will record. All you need to do is press the corresponding button on your existing remote, eliminating the need to name them individually.

The application is compatible with standard .ir files. However, to ensure functionality, names within these files must align with the predefined naming scheme. If the button is not highlighted when pressed, and the notification LED does not light up, the button with the appropriate name cannot be found in the file.

Button name Description
Power Power
Setup Setup/Settings
Input Input/Source
Menu Menu
List List
Info Info
Mode Mode
Back Back
Ok Enter/Ok
Up Up
Down Down
Left Left
Right Right
Mute Mute
Vol_up Volume up
Vol_dn Volume down
Ch_next Next channel
Ch_prev Previous channel
Next Jump forward
Prev Jump backward
Fast_fo Fast forward
Fast_ba Fast backward
Play_pa Play/Pause
Pause Pause
Play Play
Stop Stop

Progress

  • Application menu
  • Learn new remote
  • Signal analyzer
  • Use saved remote
    • General button page
    • Control buttons page
    • Navigation buttons page
    • Player buttons page
    • Custom buttons page
    • Full button list
    • Edit remote file
    • Delete remote file
  • Application settings
    • GUI to change settings
    • Load settings from the file
    • Store settings to the file
    • Vertical/horizontal view
    • IR command repeat count
    • Exit button behavior

Screens

Main menu Saved remote menu
XRemote main menu XRemote saved remote menu

Saved remote control apps

XRemote main menu