2024-05-30 12:13 PM
how can i do to activate the ble of stm32l4 card
I use platform io and framework = zephyr
Solved! Go to Solution.
2024-05-31 12:56 AM
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.
2024-05-30 01:30 PM - edited 2024-05-30 01:31 PM
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.
2024-05-31 12:14 AM
more explanation please
2024-05-31 12:56 AM
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.