cancel
Showing results for 
Search instead for 
Did you mean: 

Is there any BLE example to send memory data from the microcontroller to the PC?

KKIM.6
Senior

I want to send ADC data to the PC using BLE.

The ADC data is directly connected to the DMA,

So, sending DMA data is also fine.

Is there any example or source code for it?

I'm using the Nucleo-WB55 board.

13 REPLIES 13

BLE is not for you (maybe BLE 5... check which BLE chip does your PC have and What version of BLE protocol does it support)

If you need to broadcast stuff you should use Classic Bluetooth or something over wifi.

With BLE you will spend a lot of time developing just to find out the real data troughput is painfully slow and depends a lot of the hardware (as it happened to me)

we dont need to firmware by ourselves, lets talk

I can connect the STM32WB board to the PC using Bluetooth LE explorer built by Microsoft. isn't modifying it possible to collect data?

Remy ISSALYS
ST Employee

Hello,

You can use Bluetooth LE Explorer software on your PC in order to connect your board to your PC via BLE.

Best Regards

Thanks. I really needed this example.