Нема описа

Sandro Kalatozishvili 3c951f1111 Update README.md пре 2 година
.vscode b529ce9281 Separated navigation and control pages пре 2 година
assets 8dbafef776 Implemented saved remote general buttons view пре 2 година
infrared 3ac5d47f0c Initial commit пре 2 година
screens 3ac5d47f0c Initial commit пре 2 година
views 8dbafef776 Implemented saved remote general buttons view пре 2 година
.gitignore 71dbac978a Initial commit пре 2 година
LICENSE 3ac5d47f0c Initial commit пре 2 година
README.md 3c951f1111 Update README.md пре 2 година
application.fam 8dbafef776 Implemented saved remote general buttons view пре 2 година
deploy.sh 3ac5d47f0c Initial commit пре 2 година
xremote.c 3ac5d47f0c Initial commit пре 2 година
xremote.h 8dbafef776 Implemented saved remote general buttons view пре 2 година
xremote_app.c b529ce9281 Separated navigation and control pages пре 2 година
xremote_app.h 3ac5d47f0c Initial commit пре 2 година
xremote_control.c 8dbafef776 Implemented saved remote general buttons view пре 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 3ac5d47f0c Initial commit пре 2 година
xremote_settings.h 3ac5d47f0c Initial commit пре 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 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
    • Saved remote general button page
    • Saved remote control buttons page
    • Saved remote navigation buttons page
    • Saved remote player buttons page
    • Saved remote custom buttons page
    • Saved remote full button list
    • Delete saved remote file
    • Edit saved remote file
  • Application settings
    • Vertical/Horizontal menu setting
    • Infrared command repeat count

Screens

Main menu

XRemote main menu

Saved remote menu and control

XRemote main menu

Saved remote menu and playback

XRemote main menu