I was wondering how to add more infrared universal remotes

Hello,

I just got my flipper and I’m interested how I can add more universal remotes.

I would appreciate any help,
Thank you!

Since it is opensource, just edit the source and add it. I’ve described (outlined, not in detail) it here: Multiple universal remote - #5 by LupusE (found by ‘search: universal remote’, hit number 4).

But the Firmware is under heavy development,the link maybe isn’t valid anymore.

Todays Link: flipperzero-firmware/infrared_scene_universal.c at dev · flipperdevices/flipperzero-firmware · GitHub
Start at function infrared_scene_universal_on_enter(void* context) (Line 14). It is pretty modular, but the code is very clean, not well documented, now.

1 Like