2022-05-02 07:02 AM
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.
Solved! Go to Solution.
2022-05-05 06:55 AM
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)
2022-05-05 07:08 AM
I can connect the STM32WB board to the PC using Bluetooth LE explorer built by Microsoft. isn't modifying it possible to collect data?
2022-05-05 09:52 AM
Hello,
You can use Bluetooth LE Explorer software on your PC in order to connect your board to your PC via BLE.
Best Regards
2022-05-05 11:30 AM
Thanks. I really needed this example.