cancel
Showing results for 
Search instead for 
Did you mean: 

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

IRakh.1
Associate III

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

4 REPLIES 4
IRakh.1
Associate III

#STM32WB​

IRakh.1
Associate III

for example , send - "hello world"

IRakh.1
Associate III

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

Remy ISSALYS
ST Employee

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