danielweidman / pixmob-ir-reverse-engineering

Hacking the PixMob infrared (and now also RF!) protocol to enable control of PixMob wristbands at home.
MIT License
594 stars 42 forks source link

Flipper IR file data ingestion 🍝🍴😮 #23

Closed zacharesmer closed 1 year ago

zacharesmer commented 1 year ago

Add some functions to process flipper IR files into somewhat normalized and less repetitive lists of bits. This will also hopefully be useful for use with any other run length encoded IR data.

zacharesmer commented 1 year ago

I added some code that iterates over all the codes extracted from all the flipper files and sends them to the arduino. Eventually that will make its way into some kind of GUI for tagging codes with different attributes to try and categorize them better.

zacharesmer commented 1 year ago

I added some code that iterates over all the codes extracted from all the flipper files and sends them to the arduino. Eventually that will make its way into some kind of GUI for tagging codes with different attributes to try and categorize them better.