2020-04-17 02:28 AM
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
2020-04-17 04:15 AM
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.
2020-04-20 12:41 AM
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.