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

Packages sent in a connection interval

Hi! I work with a smart Beacon Kit nrf51822 rev1.0.0, s110 and I have visualised my current consumption. What I expected to see is that my beacon could send in one time all my 6 packets (I have set the connection interval at 10ms), instead the packets are divided in two different transmissions. Can someone explain me why?Could it be the softdevice fault?Thanks in advance!image description

Parents
  • Take a look in the s13x_nrf5x_2.0.0_migration_document.pdf document. It's listed under "New functionality". The default bandwidth configuration for S130 is MID (when in central role), which is less than 6 packets per connection interval. The SDK might have some wrappers that can configure this for you, but my knowledge is mostly centered around the SoftDevices directly.

Reply
  • Take a look in the s13x_nrf5x_2.0.0_migration_document.pdf document. It's listed under "New functionality". The default bandwidth configuration for S130 is MID (when in central role), which is less than 6 packets per connection interval. The SDK might have some wrappers that can configure this for you, but my knowledge is mostly centered around the SoftDevices directly.

Children
No Data
Related