This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Integrate IR Receiver and Transmitter in nrf52840

Nordic's smart remote 3 is for nrf52832 and nrf52810.

I want to port the same on the nrf52840 DK.

I have basic IR receivers and Transmitter and want to integrate them with nrf52840.

Kindly suggest the best method to do so.

Parents
  • Hi

    The source code can be found by running the setup file downloadable here. Then I guess your best bet would be to check out the project found in C:\Nordic Semiconductor\nRFready Smart Remote 3 nRF52 v1.2.1alpha\nRF5x SDK-SR3\examples\ble_peripheral\smart_remote_3_nrf52 and extracting the necessary libraries/drivers for the IR receiver/transmitter from there.

    Please note that converting the smart remote project itself to work on the nRF52840 is not straightforward, as the nRF52840 Bluetooth stack for example, (S140 vs S132) has some additional features, so this is likely more work than implementing the IR library/driver in an already existing nRF52840 project.

    Best regards,

    Simon

  • Hi,

    The path which you have specified is not available in the downloaded content.

    can you provide the libraries/drivers for IR receiver/transmitter for nrf52840 directly?

Reply Children
No Data
Related