Hi,
Im using:
nRF Connect 1.9.0, Visual Studio Code.
I have:
a nRF52480-dongle
a nRf5340_DK
I would like to have Samples (code), to have a loop through with the highest possible througput speed (using PHY 2Mhz)
(sample-code for) a BLE-Central on the nRF52480-dongle, with the USB-connector as COM access (not via UART on GPIO-pins, that must be connected to pins on the nRF52480-dongle)
(and it is preferable, that the BLE-Central is capable, to address more BLE-Peripherals)
(sample-code for) a BLE-Peripheral on the nRf5340_DK, where a UART-is used.
Then have a loop-through set up in the following manner:
PC(send) -> USB-CDC TX -> BLE-Central sending => --air-- => BLE-Peripheral receiving -> Uart-TX
connection on Peripheral UART-TX connected to UART-RX
Uart-RX -> BLE-Peripheral sending => --air-- => BLE-Central receiving -> USB-CDC-RX -> PC(receive)
The questions are:
1) What sample is needed for the Central to be used on the nRF52480-dongle (with COM access, via the USB-connector)
2) What sample is needed for the Peripherall to be used on the nRf5340_DK (with Uart GPIO connections)
Best Regards,
Theo
PS: i already have seen/used the througput-sample (is fast but only from central to peripheral), the NUS-central sample(is not fast and works using uart) , the NUS-peripheral sample(is not fast).
and seperately i have seen/used the CDC_acm sample on the nRF52480-dongle