Decode radio control

hi everyone,
I would like to connect a 433 mhz receiver to a Nano 33 iot so that it can decode radio control, normally I would use the Rc-Switch library that I know well, but it is not compatible with Samd processors.
I searched the net but found nothing.
so I try to ask you if you have any library or method to suggest me to solve my problem. thank you

If the "radio control" uses the RC-Switch protocol, it would not be difficult to write code for any processor.

All you need to do is time the incoming pulse widths, and make 1/0 decisions based on those measurements.

any other suggestions?
thank you

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.