2022-04-25 12:32 AM
Hello,
I want connect to a bluetooth device/sensor from stm32wb and configure the device : for example confgure the period that it shoold advertise for.
Is that possible? If yes how ?
2022-04-25 03:14 AM
Have you checked out the documentation available?
@BLiwa.1 "I want connect to a Bluetooth device/sensor from stm32wb"
So you want the STM32WB to be the Central?
https://www.google.com/search?q=stm32wb+central
"and configure the device"
That would be down to the device firmware - are you also implementing that?
2022-04-26 03:47 AM
Hi @BLiwa.1 ,
Besides to @Andrew Neil 's proposal, I suggest you have a look to the Academy content.
From "Academy" tab on the top, go to eLearning Catalog then select "General Purpose Microcontrollers".
STM32 Wireless BLE is what you need to start with.
-Amel
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.
2022-04-28 01:45 AM
Hello,
Many examples of BLE applications are available in STM32CubeWB package:
https://www.st.com/en/embedded-software/stm32cubewb.html
You can look BLE_HeartRate project (Projects\P-NUCLEO-WB55.Nucleo\Applications\BLE\BLE_HeartRate) which allows to do fast and low advertising, see Adv_Request in app_ble.c file.
Best Regards