A powerful universal remote control for the M5Cardputer, supporting 3488 remote profiles from 634 different manufacturers and containing around 30,000 commands. It allows you to easily find a suitable remote for you device thanks to a automatic remotes scan.
Now, with added compatibility for .ir
files of the Flipper-IRDB.
- Extensive Database: Contains 3488 remote profiles from 634 different manufacturers.
- Protocol Support: Works with more than 60 infrared protocols.
- Massive Command Set: Supports more than 30,000 commands.
- SD Card Support: Load and browse additional remote profiles stored on an SD card for expanded functionality.
- Scan and Find: Allows you to scan for and find the correct remote from a particular manufacturer.
- Favorites: Easily add remotes to your favorites for quick access.
- File Compatibility: Supports
.ir
files in Flipper format. - Navigation: Navigate through different folders with search functionality to view all available remotes.
- M5Burner : Search into M5CARDPUTER section and simply burn it
- Old school : Build or take the firmware.bin from the github release and flash it
Supports .ir files in the Flipper-IRDB format, allowing for seamless integration with Flipper's extensive remote database.
-
Download remotes profiles: Flipper-IRDB
-
Unzip it to to your SD Card.
-
Start Ultimate Remote and select
Read Files
on the main menu to browse the SD card. -
Select
.ir
files just like any other remote profiles. -
File format example if you want to create yours: (Values in hex)
Filetype: IR signals file
Version: 1
#
# Sony Bravia
#
name: Power
type: parsed
protocol: SIRC
address: 01 00 00 00
command: 15 00 00 00
#
name: Vol_dn
type: parsed
protocol: SIRC
address: 01 00 00 00
command: 3B 00 00 00
#
name: Ch_next
type: parsed
protocol: SIRC
address: 01 00 00 00
command: 10 00 00 00
#
name: Ch_prev
type: parsed
protocol: SIRC
address: 01 00 00 00
command: 11 00 00 00
#
- Protocols Support for
.ir
files:
NEC, RC5, RC6, SIRC, SIRC15, SIR20, Samsung32, Kaseykio (Panasonic, Denon, Sharp, Jvc, Mitsubishi), Raw
NOTE: Some raw commands from the Flipper-IRDB seem to be incompatible with IRemote.
Use the scan mode to automatically find the correct remote control profile for your device and save it to your favorites. It will scan all the avalaible remotes for a manufacturer to find the one that fits for your device.
- Select Scanner
- Choose a manufacturer
- Wait until your device reacts to a remote
- Press
SPACE
to add the remote to your favorites.
Once you find the correct remote, you can add it to your favorites for easy access later. You can press SPACE during the commands selection to be able to save the remote. Your favorites are stored in the NVS partition, you don't need an SD card.
- Press
SPACE
on any remotes commands list or during the scanning process to add the remote into your FAVORITES. - Press
SPACE
on any remotes in the FAVORITES section to delete it from FAVORITES.
(Up to 40 saved remotes + the 40 default favorites)
You can explore the remotes by either scrolling through the list or typing the name of what you're looking for.
- Navigate through the folders to explore all available remote profiles.
- Search by typing names, use
ARROWS
andOK
keys to navigate - Select a remote to load the profile
Once you selected a remote, you can send IR commands with defined shortcuts or by clicking 'OK' button on the selected command.
- Select a command and press
OK
to send it - Use shortcuts to send the desired command.
- Press
SPACE
to add the remote to your FAVORITES (Not possible on remotes from the SD card)
Remote's shortcuts are automatically assigned, however when it's possible, some commands have a standard keymapping.
POWER KEY_P
SLEEP KEY_B
MUTE KEY_M
VOLUME_UP KEY_+
VOLUME_DOWN KEY_-
CHANNEL_UP KEY_]
CHANNEL_DOWN KEY_[
UP KEY_E
DOWN KEY_S
RIGHT KEY_D
LEFT KEY_A
OK KEY_O
0 KEY_0
...
9 KEY_9
IRDB : This project utilizes the extensive irdb database for remote profiles.
MakeHex : IR signals are generated using an adapted version of MakeHex.
Flipper-IRDB : To extend the supported remotes profiles (download and unzip on SD card).
Other-Flipper-IRDB : To extend even further (download and unzip on SD card).