cancel
Showing results for 
Search instead for 
Did you mean: 

Are there any examples of the Bluetooth Advertising or Broadcasting mode of the B-L475E-IOT01A?

GStaz.1
Associate

Hello,

I am currently working with the B-L475E-IOT01A board. Through bluetooth I would like to use the mode in which I send data periodically and an external device, when it enters the transmission range, can read this data.

So I was wondering which of the Advertising or Brocasting modes is preferable to use. Are there any examples of use?

Thank You

2 REPLIES 2
Ons KOOLI
Senior III

Hi GStaz.1,

Please refer to the STM32CubeL4 Firmware package.

You can find BLE applications under this directory: STM32Cube_FW_L4_V1.15.0\Projects\B-L475E-IOT01A\Applications\BLE

Best Regards,

Ons.

GStaz.1
Associate

Hi,

thanks for the reply, but I'm already using examples from that folder, but there is no example of broadcasting. I don't want the device to have authorization or to manage the connections, it just has to send data periodically and any number of devices in the range can read them.