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

how to receive data from BLE and read from COM port of my laptop?

Hello guys,

I'm pretty new about embedded development. I want to transfer data by BLE (probably UART?) and then read from COM port of my win10 laptop. Can you give me a direction about it?

Currently, I have a nrf52840 Dongle, and read some examples inside SDK 16:

examples\ble_peripheral\ble_app_uart

examples\peripheral\usbd_cdc_acm

examples\peripheral\usbd_ble_uart

but none of them compatible with PCA10059 :(

Related