Skip to main content
Associate II
July 22, 2024
Solved

BLE Data Transfer between STM32WB and ESP32S3

  • July 22, 2024
  • 3 replies
  • 2597 views

I want to configure a stm32wb55rg as BLE gateway and ESP32 as BLE node such that ESP32 can send data sensor. The  data also needs to be sent to UART or Mobile Phone. Can anyone suggest me a MOOC or may be a document that can  be used as a manual to perform this task.WhatsApp Image 2024-07-22 at 13.38.30_62c3afe0.jpg

This topic has been closed for replies.
Best answer by STTwo-32

Hello @Aboyh 

As a starting point, I suggest you refer to the BLE_p2pRouteur example for the STM32WB Nucleo board. Then you can try to connect your server nodes (ESP32 or else) to the STM32 Router. Also, you can connect this router to a BLE app on the Smartphone.

Best Regards.

STTwo-32

3 replies

STTwo-32
STTwo-32Best answer
ST Technical Moderator
July 22, 2024

Hello @Aboyh 

As a starting point, I suggest you refer to the BLE_p2pRouteur example for the STM32WB Nucleo board. Then you can try to connect your server nodes (ESP32 or else) to the STM32 Router. Also, you can connect this router to a BLE app on the Smartphone.

Best Regards.

STTwo-32

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
AboyhAuthor
Associate II
July 31, 2024

thanks mate, but i can't find ESP32 example to be a server to connect my stm BLE_p2pRouteur example
I just found a way to connect with my android device only

Best Regards.

Aboyh.

STTwo-32
ST Technical Moderator
July 31, 2024

There is not such example officially. You have to try to elaborate one by yourself for the ESP side. 

Best Regards.

STTwo-32

 

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.