firmware icon indicating copy to clipboard operation
firmware copied to clipboard

Universal Remote

Open CloudWaddie opened this issue 7 months ago • 1 comments

Bruce does not have this feature that the flipper zero has: universal remote. I'd like a new app to be added named "Universal Remote". This will be able to load the .ir file from the flipper zero in universal remote format.

Alternatively, you can make copies of the file and "spam all" for one specific type by removing the other types. This is no where near as user friendly and is effectively another function.

https://github.com/flipperdevices/flipperzero-firmware/blob/dev/documentation/UniversalRemotes.md for reference.

CloudWaddie avatar Apr 29 '25 23:04 CloudWaddie

That seems a nice feature, I will try to implement it soon

andreock avatar May 09 '25 22:05 andreock

Cathacks managed to

tommymakz420 avatar Jun 28 '25 00:06 tommymakz420

Bruce has a lot of features, and it is something that you can do with a JavaScript application to run on bruce..

I am against adding these universal codes into the flash memory, if you can run almost any .ir file from Flipper repository.. and flash size is something we must take care to keep it running on all devices and some of them are on the limit!

Screenshot_20250628-070618.png

bmorcelli avatar Jun 28 '25 10:06 bmorcelli

Related: https://github.com/pr3y/Bruce/issues/801

if you just want a nicer UI , try https://github.com/geo-tp/Ultimate-Remote

eadmaster avatar Jul 07 '25 04:07 eadmaster

Bruce has a lot of features, and it is something that you can do with a JavaScript application to run on bruce..

I am against adding these universal codes into the flash memory, if you can run almost any .ir file from Flipper repository.. and flash size is something we must take care to keep it running on all devices and some of them are on the limit!

Screenshot_20250628-070618.png

I understand this, however, couldn't you add the capability and provide instructions on where to get/make the files for it? This would allow the same functionality, whilst keeping size in mind.

CloudWaddie avatar Jul 11 '25 01:07 CloudWaddie

Bruce has a lot of features, and it is something that you can do with a JavaScript application to run on bruce.. I am against adding these universal codes into the flash memory, if you can run almost any .ir file from Flipper repository.. and flash size is something we must take care to keep it running on all devices and some of them are on the limit! Screenshot_20250628-070618.png

I understand this, however, couldn't you add the capability and provide instructions on where to get/make the files for it? This would allow the same functionality, whilst keeping size in mind.

you can get files from either from using reader module or you can download them from github , for example from here https://github.com/samallx/Hacking-Pack-/tree/main/M5StickHack-Pack/IR-Files , or from flipper zero IR DB , the files should work fine because they use the same formatting i think

Gosheto1234 avatar Jul 11 '25 16:07 Gosheto1234

I understand that, but I am still wondering about the universal remote. Will this ever come?

CloudWaddie avatar Jul 24 '25 00:07 CloudWaddie