This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

BECON & INFORMATION

Hi.

I want to broadcast the value of some sensors. But it has to be accesible at the same time for different devices.

Up today i developed the system with a UART over BLE. 

So i have 2 questions: 

1) UART over BLE could be accesible by different devices at the same time? 
2) if i change to BEACON, how can i introduce the sensor data in the advertising beacon information? 

Thank you so much in advance. 

Best regards. 

Parents
  • Hi Nasib

    1. What do you mean by this? The nRF5 series only have one radio, so they will only be able to do one task at a time. If the device is advertising publicly it will be seen by all compatible scanning devices, but will only be able to connect to one at a time. 

    2. You can see this case, for an example on how to implement sensor data in the advertisement. Keep in mind that the advertisement can't consist of more than 31 bytes of data though.

    Best regards,

    Simon

Reply
  • Hi Nasib

    1. What do you mean by this? The nRF5 series only have one radio, so they will only be able to do one task at a time. If the device is advertising publicly it will be seen by all compatible scanning devices, but will only be able to connect to one at a time. 

    2. You can see this case, for an example on how to implement sensor data in the advertisement. Keep in mind that the advertisement can't consist of more than 31 bytes of data though.

    Best regards,

    Simon

Children
Related