Open brianpierson2020 opened 4 years ago
Also I would like to know if and how I can convert them to different file formats, so I can also add those to my repo. Can you help me with that?
You can use the --convert
option of Python-Broadlink to convert the format to microseconds durations. You can then use IrScrutinizer to transform the durations to other formats, like Pronto Hex, or protocol and parameters. (I just implemented an export format for IRDB, that generates just the CSV that IRDB wants.)
But if you do this, you will discover that your "learns" are actually pretty bad...
"But if you do this, you will discover that your "learns" are actually pretty bad..." that would be great :P can you explain why and tell me how I would improve that?
Ok, here is how: All files are found in this gist
The broadlink stuff is simply not a very good tool for capturing IR signals.
Awesome, thanks a lot for your explanation. I will play with these tools and scripts soon. Will you include the codes (also from Dual #32) in IRDB?
@brianpierson2020 in case we don't have these codes in IRDB yet: would it be possible for you to send a pull request please?
Hey, Awesome project! I just wanted to contribute these 50 IR codes I just scanned and documented: https://github.com/brianpierson2020/pioneer-axd7618-ir-codes. But I don't really know how to map them to your data format. Feel free to use them as you like or ask me any questions.
Also I would like to know if and how I can convert them to different file formats, so I can also add those to my repo. Can you help me with that?