Нема описа

Sandro Kalatozishvili e03773fba4 Fixed build on latest official firmware пре 2 година
.vscode a08a27baaf Finished learn mode and signal analyzer (#3) пре 2 година
assets 58382671e3 Updated icons, layout and button pressing stuff пре 2 година
docs 035b530c12 Removed backtick markdown element from flipper catalog readme пре 2 година
infrared 3826cb39ec Formartted project with clang formatter to match flipper catalog requirements пре 2 година
screens 02d63f009a Updated readme пре 2 година
views 73220eb880 Implemented custom layout page and button editing menu (#4) пре 2 година
.gitignore 71dbac978a Initial commit пре 2 година
LICENSE 3ac5d47f0c Initial commit пре 2 година
README.md ffb9c150e8 Update README.md пре 2 година
application.fam e03773fba4 Fixed build on latest official firmware пре 2 година
deploy.sh 73220eb880 Implemented custom layout page and button editing menu (#4) пре 2 година
xremote.c e03773fba4 Fixed build on latest official firmware пре 2 година
xremote.h e03773fba4 Fixed build on latest official firmware пре 2 година
xremote_analyzer.c 3826cb39ec Formartted project with clang formatter to match flipper catalog requirements пре 2 година
xremote_analyzer.h 3826cb39ec Formartted project with clang formatter to match flipper catalog requirements пре 2 година
xremote_app.c 73220eb880 Implemented custom layout page and button editing menu (#4) пре 2 година
xremote_app.h 73220eb880 Implemented custom layout page and button editing menu (#4) пре 2 година
xremote_control.c 73220eb880 Implemented custom layout page and button editing menu (#4) пре 2 година
xremote_control.h 3ac5d47f0c Initial commit пре 2 година
xremote_edit.c 73220eb880 Implemented custom layout page and button editing menu (#4) пре 2 година
xremote_edit.h 73220eb880 Implemented custom layout page and button editing menu (#4) пре 2 година
xremote_learn.c 73220eb880 Implemented custom layout page and button editing menu (#4) пре 2 година
xremote_learn.h 3826cb39ec Formartted project with clang formatter to match flipper catalog requirements пре 2 година
xremote_settings.c 73220eb880 Implemented custom layout page and button editing menu (#4) пре 2 година
xremote_settings.h ec80b46c6f Changed settings context allocator definiton to static пре 2 година
xremote_signal.c 73220eb880 Implemented custom layout page and button editing menu (#4) пре 2 година
xremote_signal.h 73220eb880 Implemented custom layout page and button editing menu (#4) пре 2 година

README.md

Advanced IR Remote App for Flipper Device

XRemote

Idea

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.

Learn new 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.

Custom Layout

To customize your layout, open the saved remote file, select Edit in the menu, and configure which infrared commands should be transmitted when physical buttons are pressed or held. These changes will be stored in the existing remote file, which means that the configuration of custom buttons can be different for all remotes.

Edit custom page buttons
XRemote edit layout

Standard file support

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

Installation options

  1. Install the latest stable version directly from the application catalog.

  2. Manually install using .fap file:

    • Download the .fap file from the Releases section of this repository.
    • Write the .fap file to an SD card using qFlipper or any your preferred SD card writer.

Build options

  1. If you already have the flipper zero firmware cloned on the Linux:

    • Connect your Flipper device to your computer using a USB cable.
    • Use deploy script from this repository to build and run the application on the device:

      ./deploy.sh --fw=/path/to/the/firmware
      
  2. If you don't have the firmware or the Linux please refer to the official documentation for build instructions.

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
    • Edit custom layout
    • Add or remove button
    • All buttons page
  • 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