Aucune description

Sandro Kalatozishvili 2921c9ed34 Optimized back button behavior il y a 2 ans
.vscode 2cdc442545 Implemented settings load and store functionality il y a 2 ans
assets 2921c9ed34 Optimized back button behavior il y a 2 ans
infrared 2cdc442545 Implemented settings load and store functionality il y a 2 ans
screens e1ab61fefc Updated screenshots and readme il y a 2 ans
views 2921c9ed34 Optimized back button behavior il y a 2 ans
.gitignore 71dbac978a Initial commit il y a 2 ans
LICENSE 3ac5d47f0c Initial commit il y a 2 ans
README.md 2df6dd0b32 Implemented exit button behavior setting il y a 2 ans
application.fam 8dbafef776 Implemented saved remote general buttons view il y a 2 ans
deploy.sh 3ac5d47f0c Initial commit il y a 2 ans
xremote.c bcc37c45f3 Finished settings implementation il y a 2 ans
xremote.h 2921c9ed34 Optimized back button behavior il y a 2 ans
xremote_app.c 2921c9ed34 Optimized back button behavior il y a 2 ans
xremote_app.h 2df6dd0b32 Implemented exit button behavior setting il y a 2 ans
xremote_control.c 8dbafef776 Implemented saved remote general buttons view il y a 2 ans
xremote_control.h 3ac5d47f0c Initial commit il y a 2 ans
xremote_learn.c 3ac5d47f0c Initial commit il y a 2 ans
xremote_learn.h 3ac5d47f0c Initial commit il y a 2 ans
xremote_settings.c 2df6dd0b32 Implemented exit button behavior setting il y a 2 ans
xremote_settings.h ec80b46c6f Changed settings context allocator definiton to static il y a 2 ans

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, button names within these files must align with the predefined naming scheme.

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
  • IR 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
    • Horizontal view for all pages
  • 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