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

Testing coded PHY with UART?

I have two nRF52840-pdk's and two laptops. I was thinking to send test strings using the following Basic setup:

       laptop1 - usb1 - pdk1 ....(coded PHY transmission)....pdk2 - usb2 - laptop2

Can I use directly some existing example codes for making this to happen?

I tested the ble_app_uart example in a laptop - usb - pdk....(bt4.2)....android-phone
-setup and it worked well, but I am not sure if it could also apply in my pdk-to-pdk case.

Related