Adding timer interrupt (100us) to Matter Demo

Hi all,

I would like to measure time intervals between gpio edges along with Matter. 

I tried to use a 100us timer interrupt but seems it will crash the original matter demo (Say light switch).

Not sure if the matter stack support this kind of operation?

Regards,

Brian

Parents Reply
  • Hi Dejan,

    I just want to read an IR code and then trigger some matter features like light switching. Is it feasible? 

    I am thinking of receiving IR signal from a common IR receiver module (38kHz demodulated) and then try to get the pulse intervals and then decode them into IR codes. I have done that using NCS and nRF SDK wihtout the matter stack. Just wonder if possible to integrate into the matter stack. Any good references on this?

    Regards,

    Brian

Children
Related