This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Import IR transmitter library on nrf52840 thread sdk

Hi,

I want to make universal AC remote, using nrf52840.

I have decoded IR codes of all AC remotes which have been decoded using IRremoteESP8266 library.

Since AC IR codes are quite long and each AC vendor has their own IR Protocol, how can I send long IR codes on nrf52840?

Parents Reply
  • This m_acknowledgement_handler is passed in "drv_ir_send_symbol" in drv_ir_sirc.c file.

    In m_acknowledge_handler(mp_ir_symbol), ir signal to be transmitted is passed in this m_acknowledge handler.

    But after transmitting the signal once, code is stuck in this handler  and keeps on sending garbage values and my board reboots after sometime because of Watchdog which is enabled in main().

    Please suggest what could be done.

Children
No Data
Related