Hi All!
I am using Segger Embedded Studio and nRF5_SDK_v15.0.0 .Available kits for testing are nrf52833DK and rak4630(nrf52840).
We want to test nRF52833 support on long-range. I referred to https://github.com/NordicPlayground/nRF52-ble-long-range-demo. In this link, code is available for the nrf52840. I tried to migrate the code for the scanner from nrf52840 to nrf52833. I tried to migrate it, but it generated errors like missing pca10100.h / nrf52833.h and other files. I added all the missing files but still the error. Although migration from 52840 to 52833 is simple, we just have to change a few parameters in the .emproject file and it worked for me with other examples but not with this. Before that, I tried this link https://devzone.nordicsemi.com/f/nordic-q-a/65136/migration-from-nrf52840-to-nrf52833 to migrate the code for other examples it worked perfectly for me.
I faced the following issues the first time while migrating the code.
nrf52833.h header files and the other two files were missing as shown in the image below. I added the files after that more errors occurred to show the missing files I added almost 10 files but still no success.

Is there any easy /alternate method to migrate the code for this type of situation?
