infrared icon indicating copy to clipboard operation
infrared copied to clipboard

Infrared remote control library for embedded Rust

Results 16 infrared issues
Sort by recently updated
recently updated
newest added

First off, thanks for this crate! I'm trying to decode a signal of a generic "Car MP3" remote, which apparently uses the NEC protocol. When using the NecDebug protocol type,...

Set up devices to do automated testing with blipper

Repeats needs to be added to the Command trait and the RemoteControl trait and implemented properly for the protocol Commands. - Nec: Repeats have a special encoding - Rc5 and...

Some protocols have options like toggle, and Nec sends a special sequence for repeated commands. Investigate how this can be added to the Command trait.

I wanted to use this code with CH582F developement board linked below: https://github.com/WeActStudio/WeActStudio.WCH-BLE-Core https://github.com/ch32-rs/ch58x-hal Is it possible? if so can you please provide example code? Thanks.

it would be nice to have an embassy example