2025-03-17 4:33 PM - last edited on 2025-03-18 4:41 AM by Andrew Neil
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?
2025-03-17 5:20 PM
BLE Extended advertising feature allows the payload size up to 1650 bytes. Looks good?
2025-03-17 5:25 PM
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?
2025-03-17 5:32 PM
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.
2025-03-17 5:46 PM
2025-03-18 4:46 AM
So that's using an external BLE module - the SPBTLE-RF:
https://www.st.com/en/ecosystems/x-nucleo-idb05a1.html
2025-03-18 4:49 AM
@Pavel A. wrote:You may be interested in wireless STM32 series with BLE.
@mrabti - ie, the STM32WB series.
See: https://www.st.com/en/microcontrollers-microprocessors/stm32wb-series.html