Hello, and thanks for your help.
I'm working on a project that uses MCPD distance measurement from the nRF Connect distance measurement library. I've been using multiple nRF52840DKs with the Distance Measurement with Bluetooth LE Discovery sample (using the nRF Connect SDK v2.2.99), but my project requires that devices performing the MCPD measurement be able to connect to a database over TCP/IP, so it would need WiFi or LTE coexistence with BLE and MCPD.
I saw that the nRF9160DK has an nRF52840 board controller built in. Will this mean the nRF9160DK can be used for distance measurement with MCPD? If so, can the sample program be run as-is for the nRF52840DK? I have the same question for the nRF7002DK, which I saw has an nRF5340 chip on board.
If neither of these boards support distance measurement via MCPD, is there a way to connect an nRF9160/nRF7002 to an nRF52840 perhaps via the SPI interface to use it as an external LTE/WiFi support?
Thank you.