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

Receive BLE transmission on any Bluetooth Module connected to the PC

I am using a nrf52 development kit as a peripheral to send data . It is working fine if I use the nrf Toolbox app on my phone, but is there anyway that I can see the 'raw' data on my pc using a regular Bluetooth module? like a bluetooth terminal? I am implementing an application in which I collect the data from several sensors with the nrf52 DK and then I want to send the data as a frame to the PC, I was using UART before but now I need to switch to a wireless solution. In theory I am transmitting the data properly because I can see it on the nrf Toolbox app but how can I see it using any bluetooth module connected to my pc? Thank you!

Related