Bengt Martensson
Bengt Martensson
You can import these codes in [IrScrutinizer](https://github.com/bengtmartensson/harctoolboxbundle). Using the export format "Broadlink-Python IR", you can generate python code for those commands. Just as an example, I impored the pages you...
> The mac app does not seem to load. Seems to work now. [Instructions](http://harctoolbox.org/IrScrutinizer.html#Mac+OS+X+app). Possibly JDK not installed? > When I export the codes found on the page I linked...
No, that is not how it is supposed to be used. The exporter generates a python script that is to be executed by itself. It does not use BlackBeanControl. You...
> Ultimately I am using the Broadlink RM ... but you asked here... > Could IR scrutiniser be used for this purpose? Most likely yes. You only need to write,...
Looks like [biphase encoding](https://en.wikipedia.org/wiki/Manchester_code) to me. [IrpTransmogrifier](https://github.com/bengtmartensson/IrpTransmogrifier) is a good tool for analyzing this.
Just to show you what you can do with IrpTransmogrifier: First a slightly edited version of bose remote codes.txt above: [bose.remote.codes-edited4transmogrifier.txt](https://github.com/probonopd/Lifestyle/files/3388657/bose.remote.codes-edited4transmogrifier.txt) Transmogrifying: ``` $ irptransmogrifier analyze --trailingg 2000 --bit-usage --parametertable...
> Maybe @bengtmartensson can show us how to use https://github.com/bengtmartensson/AGirs to send the required signals using an Arudino? AGirs is more thought of as an interactive server, reads from a...