Lucaslhm / Flipper-IRDB

A collective of different IRs for the Flipper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert type Parsed to type Raw

quocanhkcn2018 opened this issue · comments

Hi all,
Based on some ".ir files", can I convert Type: Parsed into Type: Raw? and how to do it? thank you

Parsed is a better format as it means it was recognized and could be "decoded" where raw is just that - completely raw data, including any noise/interference. I am not aware of a way to convert to raw and would not recommend it even if you could!

Do you have a specific reason for this desire? That said, @darmiel did release a firmware of Unleashed at one point that only captured in raw format (mainly for testing), so if that is something you have a need for, it is possible.

commented

Do you have a specific reason for this desire? That said, @darmiel did release a firmware of Unleashed at one point that only captured in raw format (mainly for testing), so if that is something you have a need for, it is possible.

This function got merged into Unleashed. If you want to force your Flipper to not decode the data, you have to enable Debug Mode in the settings and then open the Infrared app. There should be an option to capture Raw only data.
You can take a look at the PR DarkFlippers/unleashed-firmware#273 for more information.

Perfect! I figured you would have the answer. =) I am still unaware of any way to convert parsed into raw since they are simply very different. Closing but will watch for further comments.