long range beacon LECODED

Hi Team,

we're developing firmware to send long range beacon by using LECODED phy channel. We notice that there is increase in energy consumption during advertising and believe that this is due to the reason that packets are sent in secondary channel in addition to 37,38,39.

We would like to ask the default data rate when using LECODED (LE Coded S= 2 or  LE Coded S= 8). Is there a provision to change data rate in LECODED while advertising ?

Parents
  • Hi,

    Yes, there is some additional overhead when you include advertising on data channels (advertising on the primary channel has to include information about the secondary channel). But more importantly, LE CODED lowers the bitrate so it effectively takes 2x or 8x times longer to transmit data depending on the coding you use (s=2 vs. s=8). This means the radio has to spend more time in TX to transmit the same amount of data.

    Are you using the nRF connect SDK (NCS) or the nRF5 SDK? The nRF5 SDK only supports s=8, for NCS I would have to check.

Reply
  • Hi,

    Yes, there is some additional overhead when you include advertising on data channels (advertising on the primary channel has to include information about the secondary channel). But more importantly, LE CODED lowers the bitrate so it effectively takes 2x or 8x times longer to transmit data depending on the coding you use (s=2 vs. s=8). This means the radio has to spend more time in TX to transmit the same amount of data.

    Are you using the nRF connect SDK (NCS) or the nRF5 SDK? The nRF5 SDK only supports s=8, for NCS I would have to check.

Children
Related