IRMP-org / IRMP

Infrared Multi Protocol Decoder
GNU General Public License v3.0
267 stars 43 forks source link

Benchmark Media protocol #43

Closed lpaolini closed 3 years ago

lpaolini commented 3 years ago

I would like to add support for the Benchmark remote control, which doesn't seem to be supported by any of the existing protocol, but I don't know exactly how to do that.

I've used a logic analyzer and measured the following timings:

Do they resemble some known protocol? If not, would it be possible for you to add support for it? Perhaps you could create a branch for that, so that I can test it, and then submit a PR.

Screenshot 2021-02-03 at 00 25 23 Screenshot 2021-02-03 at 00 25 33 Screenshot 2021-02-03 at 00 25 44 Screenshot 2021-02-03 at 00 25 55
ArminJo commented 3 years ago

Best is to use https://github.com/Arduino-IRremote/Arduino-IRremote use ir_Template.cpp or try to modify the ir_JVC.cpp timing. Then check if it is detected. Best is if timing analysis can be done at the send diode, this removes the receiver pulse length distortions.

lpaolini commented 3 years ago

Ok thanks, I'll give it a try. Do you think you'll add support for Teensy 4.x?

On Wed, Feb 3, 2021 at 1:10 AM Armin notifications@github.com wrote:

Best is to use https://github.com/Arduino-IRremote/Arduino-IRremote use ir_Template.cpp or try to modify the ir_JVC.cpp timing. Then check if it is detected. Best is if timing analysis can be done at the send diode, this removes the receiver pulse length distortions.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ukw100/IRMP/issues/43#issuecomment-772103672, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAC4HT4SDXKIA2QUDQBBJR3S5CH6PANCNFSM4W72B7XQ .

ArminJo commented 3 years ago

Sorry but there is no Teensy support possible, see: https://forum.pjrc.com/threads/65912-Enable-Continuous-Integration-with-arduino-cli-for-3-party-libraries 😞 But you can ask Paul, if he is willing to support 3. Party library developer better than today.