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

Bluetooth: Mesh: About Scan received rate

Hi, anyone call tell What is the acceptance rate of nrf52 series scanning

I'm used zephyr ble mesh example, One node sends, one node accepts, and the broadcast packet sent sometimes losted.

My two nodes are together and there are no obstacles. I use single broadcast event for every network mesage, I know there's a loss of broadcast packets and I want to know the performance of this soc.

Parents
  • Hi,

    Since you are scanning 100% of the time and both devices is close, you should be able to get all the packets. But packet loss might still happen when you are sending packets too fast or because of interference.

    I'm not too familiar with the zephyr BLE mesh example but you can try see if you can increase your retransmit count. Sending your messages as an reliable message when there is a timeout the stack will retransmit the data.

    There shouldn't be any problem using the nRF52 series. How fast are you sending? How often do you get packet loss?

  • Hi,

    Currently use generic onoff server model periodic status message(Unsegment) every second. and another node scaning forever.

    I'm not sure accurate package loss rate, but one node periodic 1000 message, another node receive only 750 message.

    and not use retransmit and only single adv-event for every message, since want to known nrf52 accurate scan rate, let me choose better parameters(retransmit count) for later deployment

    Note: There are no other wireless devices in the place I tested

    Can you tell me how accurate nrf52 scan rate? So I can avoid idle work on parameter adjustment(repeatly).

    Thanks.

Reply
  • Hi,

    Currently use generic onoff server model periodic status message(Unsegment) every second. and another node scaning forever.

    I'm not sure accurate package loss rate, but one node periodic 1000 message, another node receive only 750 message.

    and not use retransmit and only single adv-event for every message, since want to known nrf52 accurate scan rate, let me choose better parameters(retransmit count) for later deployment

    Note: There are no other wireless devices in the place I tested

    Can you tell me how accurate nrf52 scan rate? So I can avoid idle work on parameter adjustment(repeatly).

    Thanks.

Children
No Data
Related