Easiest way to extract the data

Hi,

I'm working on a project involving a BLE peripheral/server with a custom profile. My goal is to extract data from the BLE server and plot it on a PC using a Python script. I'm looking for the quickest and easiest method, specifically on the "Central+Client" side.

I'm aware that I can employ an nRF52832 DK board, develop a "Client+Central" code to connect to the peripheral, extract data, and then transmit it to the PC via UART. However, this approach involves coding on the nRF52832 side. I also have an nRF52840 dongle available. Can you suggest a more efficient way to achieve this without additional coding on the BLE side for Client ?

Are there any inbuilt examples which can extract from custom profile/characteristics ?

Parents Reply Children
Related