Hello Team,
How to flash nRF52 DK for the latest update ? where can i found the latest update ?
Hello Team,
How to flash nRF52 DK for the latest update ? where can i found the latest update ?
Thanks ..How to bring up the virtual comport ? What is the use of nRF usb when it is connected nothing is coming up . Other one is used for power also ,comport is coming up but communication is not happening in that with the tester . Please help on this ..
This is nR52840 . I want this com port to communicate with BITE RF tester for BLE 5.0 RF PHY testing .
I would recommend using the DTM example from the SDK for Bluetooth RF-PHY tests.
You can find the source code and the project file of the example in the following folder: <SDKInstallFolder>\examples\dtm\direct_test_mode
Same IUT where it is detected as J-Link cdc com port 8 but it is not communicating with Ellisys EBQ tester . How can i proceed to start testing with EBQ for LL and HCI testing ?
How to find BD_ADDR in nRF 58240 board ?
From the Bluetooth Core Specification Core version 5.0, page 2773:
Direct Test Mode shall be set up using one of two alternate methods:
Each DUT shall implement one of the two Direct Test Mode methods in order to test the Low Energy PHY layer.
The implementation in the SDK is for UART DTM, not HCI.
The BD_ADDR (bluetooth address) is derived from the NRF_FICR->DEVICEADDR[].
See this post on how it is derived.
From the Bluetooth Core Specification Core version 5.0, page 2773:
Direct Test Mode shall be set up using one of two alternate methods:
Each DUT shall implement one of the two Direct Test Mode methods in order to test the Low Energy PHY layer.
The implementation in the SDK is for UART DTM, not HCI.
The BD_ADDR (bluetooth address) is derived from the NRF_FICR->DEVICEADDR[].
See this post on how it is derived.