Skip to main content
Associate II
March 17, 2025
Question

establish BLE communication without connection

  • March 17, 2025
  • 1 reply
  • 918 views

Comment établir une communication BLE sans connexion et transférer des données entre deux STM32L41A, en configurant l'un comme diffuseur (producteur) et l'autre comme observateur (récepteur) ? Quelles sont les étapes et les configurations nécessaires pour assurer une transmission efficace des données du diffuseur à l'observateur ?


Google Translate:

How to establish connectionless BLE communication and transfer data between two STM32L41A devices, configuring one as a broadcaster (producer) and the other as an observer (receiver)? What are the steps and configurations required to ensure efficient data transmission from the broadcaster to the observer?

1 reply

Pavel A.
Super User
March 18, 2025

BLE Extended advertising feature allows the payload size up to 1650 bytes. Looks good?

mrabtiAuthor
Associate II
March 18, 2025

Yes, that works for me! I want to establish a BLE communication without connection between two STM32L41A, configuring one as a broadcaster (producer) and the other as an observer (receiver). My goal is to ensure efficient data transmission using extended advertising. What are the necessary steps and configurations to achieve this?

 

Pavel A.
Super User
March 18, 2025

STM32L4 does not have internal BLE controller. You may be interested in wireless STM32 series with BLE. Otherwise, select some external BLE module. This will be your first step.