Skip to main content
IRakh.1
Associate III
March 21, 2023
Question

Which is the easiest way to receive test data from STM32WB55 on PC via BLE?

  • March 21, 2023
  • 4 replies
  • 2450 views

Hello, I want only to send some test values from my STM32WB to the computer, I didn't find any good examples (snd also and bad examples) on how to do it.

My PC can detect Bluetooth networks from STM32WB

This topic has been closed for replies.

4 replies

IRakh.1
IRakh.1Author
Associate III
March 21, 2023

#STM32WB​

IRakh.1
IRakh.1Author
Associate III
March 21, 2023

for example , send - "hello world"

IRakh.1
IRakh.1Author
Associate III
March 21, 2023

I can detect via Python script BLE in windows, but how receive data?

Remy ISSALYS
Technical Moderator
March 23, 2023

Hello,

A web interface using Web Bluetooth® APIs has been developed to establish a Bluetooth® LE connection and exchange data between a PC or a smartphone and a STM32WB board. All the source code of this web interface is available here. The web interface is available here.

Best Regards