I cannot find if the NRF52805 is supported for the BLE DTM but in the ble_dtm.c file there is no defined support for the NRF52805.
Many thanks!
I cannot find if the NRF52805 is supported for the BLE DTM but in the ble_dtm.c file there is no defined support for the NRF52805.
Many thanks!
Hi,
For the nRF52805, you can use the nRF52810 DTM example. You may need to change the UART pin assignments, as always.
Regards,
Terje
Hi Terje,
Can you point me to where I can find the nRF52810 DTM example? In SDK 17.0.2 I only find examples for the devices for which development kits are available and I struggle to change these to compile for nRF52810 and/or nRF52805.
Cheers,
-mike
EDIT: Nevermind, I just realised it's the PCA10040E example!
Hi,
Thanks for the update.
For running the pca10040e example on a custom board (with an actual nRF52810, and not just emulate on nRF52832,) please have a look at the Transferring the project to nRF52810 hardware section of the Developing for nRF52810 page on Infocenter. There are some SoC related changes needed, e.g. preprocessor defines, linker script, startup files.
Regards,
Terje
pChu We are in the same boat as you. Just wondering if it worked? Did you use the nrf52810 as a reference or nrf52832 as a reference for nrf52805? Thank you.