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.
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