cancel
Showing results for 
Search instead for 
Did you mean: 

ble stm32l4

wissal1
Associate

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

1 ACCEPTED SOLUTION

Accepted Solutions

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.

View solution in original post

3 REPLIES 3
STTwo-32
ST Employee

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.

wissal1
Associate

more explanation please

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.