flipperzero-firmware icon indicating copy to clipboard operation
flipperzero-firmware copied to clipboard

Record entire IR signal for later analysis and replay

Open C0ntr07 opened this issue 2 years ago • 2 comments
trafficstars

Description of the feature you're suggesting.

I tried to record and reply my TV-B-Gone. Unfortunately, Flipper kept interpreting the IR codes and not recording the entire (very long) transmission.

An extended feature to record an entire set of collected IR signals, safe them, and then later replay them would be good. Maybe also have a way to take the raw data and provide annotations where possible would also be beneficial.

Anything else?

No response

C0ntr07 avatar Mar 29 '23 15:03 C0ntr07

In theory it's possible, furi_hal_infrared provides such option. We'll try to implement.

skotopes avatar Mar 29 '23 23:03 skotopes

@C0ntr07 for now, you can use the ir command from Flipper CLI. It has a special form ir rx raw which allows receiving any signals without decoding them.

gsurkov avatar Mar 30 '23 09:03 gsurkov

Would this be implemented as a Flipper app?

I'm looking to replace my very worn DangerousPrototypes USB Infrared Toy, so being able to capture/log Infrared and then play them back selectively would be sublime.

Saijin-Naib avatar Jul 11 '23 02:07 Saijin-Naib

@Saijin-Naib we don't have plans to implement it by our self. All bits and pieces are already here, maybe someone from community will be willing to implement it.

Meanwhile I'm closing this issue.

skotopes avatar Jul 11 '23 07:07 skotopes