Skip to main content
GStaz.1
Associate
April 17, 2020
Question

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

  • April 17, 2020
  • 2 replies
  • 604 views

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

This topic has been closed for replies.

2 replies

Ons KOOLI
Associate
April 17, 2020

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
GStaz.1Author
Associate
April 20, 2020

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.