Tidak Ada Deskripsi

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

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