Skip to main content
Associate
May 30, 2024
Solved

ble stm32l4

  • May 30, 2024
  • 3 replies
  • 1385 views

how can i do to activate the ble of stm32l4 card
I use platform io and framework = zephyr

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

The STM32L4 does not implement an embedded BLE capability as on the STM32WB and STM32WBA. But you can use the BLE capability after adding an external module. On the B-L475E-IOT01A IOT board, an external BLE module is integrated. So, you can use it for communication. If you are using an STM32L4 Board without such Module. You have to add one of the external Module.

Best Regards.

STTwo-32

3 replies

STTwo-32
ST Technical Moderator
May 30, 2024

3aslama @wissal1 

So, the STM32L4 MCU does not integrate any ble capability. If you are meaning the ble module on the B-L475E-IOT01A, Then you can start from the following applications.and try to adapt this implementation to support Zephir.

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.
wissal1Author
Associate
May 31, 2024

more explanation please

STTwo-32
STTwo-32Best answer
ST Technical Moderator
May 31, 2024

The STM32L4 does not implement an embedded BLE capability as on the STM32WB and STM32WBA. But you can use the BLE capability after adding an external module. On the B-L475E-IOT01A IOT board, an external BLE module is integrated. So, you can use it for communication. If you are using an STM32L4 Board without such Module. You have to add one of the external Module.

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.