Is there any BLE example to send memory data from the microcontroller to the PC?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-02 7: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.
- Labels:
-
ADC
-
DMA
-
STM32WB series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-05 6: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)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-05 7: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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-05 9: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-05 11:30 AM
Thanks. I really needed this example.

- « Previous
-
- 1
- 2
- Next »