Keine Beschreibung

Sandro Kalatozishvili f45f642693 Finished control page vor 2 Jahren
.vscode b529ce9281 Separated navigation and control pages vor 2 Jahren
assets 8dbafef776 Implemented saved remote general buttons view vor 2 Jahren
infrared 3ac5d47f0c Initial commit vor 2 Jahren
screens f45f642693 Finished control page vor 2 Jahren
views f45f642693 Finished control page vor 2 Jahren
.gitignore 71dbac978a Initial commit vor 2 Jahren
LICENSE 3ac5d47f0c Initial commit vor 2 Jahren
README.md f45f642693 Finished control page vor 2 Jahren
application.fam 8dbafef776 Implemented saved remote general buttons view vor 2 Jahren
deploy.sh 3ac5d47f0c Initial commit vor 2 Jahren
xremote.c 3ac5d47f0c Initial commit vor 2 Jahren
xremote.h f45f642693 Finished control page vor 2 Jahren
xremote_app.c f45f642693 Finished control page vor 2 Jahren
xremote_app.h 3ac5d47f0c Initial commit vor 2 Jahren
xremote_control.c 8dbafef776 Implemented saved remote general buttons view vor 2 Jahren
xremote_control.h 3ac5d47f0c Initial commit vor 2 Jahren
xremote_learn.c 3ac5d47f0c Initial commit vor 2 Jahren
xremote_learn.h 3ac5d47f0c Initial commit vor 2 Jahren
xremote_settings.c 3ac5d47f0c Initial commit vor 2 Jahren
xremote_settings.h 3ac5d47f0c Initial commit vor 2 Jahren

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 learn 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, button names within these files must align with predefined names. For a list of supported name definitions, please refer to the views/remote_common_view.h file.

Progress

  • Application menu
  • Learn new remote
  • Use saved remote
    • General button page
    • Control buttons pag
    • Navigation buttons page
    • Player buttons page
    • Custom buttons page
    • Full button list
    • Delete remote file
    • Edit remote file
  • Application settings
    • Vertical/Horizontal menu
    • IR command repeat count

Screens

Main menu

XRemote main menu

Saved remote menu

XRemote main menu

Saved remote categorized controllers

XRemote main menu