Brak opisu

Sandro Kalatozishvili c26ea5ca18 Fixed furi_assert fail for view dispatcher custom callback set function 2 lat temu
.vscode a08a27baaf Finished learn mode and signal analyzer (#3) 2 lat temu
assets 58382671e3 Updated icons, layout and button pressing stuff 2 lat temu
docs 5e725be916 Use submenu orientation function only in case of unleashed firmware 2 lat temu
infrared 3826cb39ec Formartted project with clang formatter to match flipper catalog requirements 2 lat temu
screens 5e725be916 Use submenu orientation function only in case of unleashed firmware 2 lat temu
views 3826cb39ec Formartted project with clang formatter to match flipper catalog requirements 2 lat temu
.gitignore 71dbac978a Initial commit 2 lat temu
LICENSE 3ac5d47f0c Initial commit 2 lat temu
README.md ee32e15811 Prepared to publish in flipper app catalog 2 lat temu
application.fam ee32e15811 Prepared to publish in flipper app catalog 2 lat temu
deploy.sh c26ea5ca18 Fixed furi_assert fail for view dispatcher custom callback set function 2 lat temu
xremote.c 3826cb39ec Formartted project with clang formatter to match flipper catalog requirements 2 lat temu
xremote.h c26ea5ca18 Fixed furi_assert fail for view dispatcher custom callback set function 2 lat temu
xremote_analyzer.c 3826cb39ec Formartted project with clang formatter to match flipper catalog requirements 2 lat temu
xremote_analyzer.h 3826cb39ec Formartted project with clang formatter to match flipper catalog requirements 2 lat temu
xremote_app.c e56a0c23b0 Updated settings file schema 2 lat temu
xremote_app.h e56a0c23b0 Updated settings file schema 2 lat temu
xremote_control.c 3826cb39ec Formartted project with clang formatter to match flipper catalog requirements 2 lat temu
xremote_control.h 3ac5d47f0c Initial commit 2 lat temu
xremote_learn.c c26ea5ca18 Fixed furi_assert fail for view dispatcher custom callback set function 2 lat temu
xremote_learn.h 3826cb39ec Formartted project with clang formatter to match flipper catalog requirements 2 lat temu
xremote_settings.c e56a0c23b0 Updated settings file schema 2 lat temu
xremote_settings.h ec80b46c6f Changed settings context allocator definiton to static 2 lat temu
xremote_signal.c c26ea5ca18 Fixed furi_assert fail for view dispatcher custom callback set function 2 lat temu
xremote_signal.h c26ea5ca18 Fixed furi_assert fail for view dispatcher custom callback set function 2 lat temu

README.md

flipper-xremote

Advanced IR Remote App for Flipper Device

About

Navigation to the menu to press each button individually can be often uncomfortable because it requires scrolling to the desired button and selecting it. The idea behind XRemote is that all physical buttons are pre-mapped to specific category buttons, and 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 or 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
    • Rename remote file
    • Delete remote file
  • Application settings
    • GUI to change settings
    • Load settings from the file
    • Store settings to the file
    • Vertical/horizontal views
    • 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 IR applicatoions
Learn mode Received signal
XRemote learn mode XRemote received signal
Settings
XRemote settings menu