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

nRF51 to nRF51 throughput

Hi!

We are using S130 softdevice in peripheral role and achieve the specified maximum throughput of 63.4kbps (S130 spec) when communicating with a PC and connection interval is set to 7.5ms. Multiple packets are sent in one connection interval.

We would like to reach same throughput when using a nRF51 instead of PC device. Is this possible? Or are we really limited to only 1 packet per connection interval?

best regards, Gregor Bader

Parents
  • Yes, S130 v1.0.0 is limited to 1 packet per connection event in average. This will change for S130 V2.0.0 where it will be 6 packets. For now it is possible to use S130 v2.0.0-4.alpha which support 3 packets per connection event.

  • I have to admit I don't use packs that much, but I guess you have to remove the softdevice pack from your project, then add the S130 header files to it as you would if you didn't use pack. This means adding include paths for the new header files. Alternatively you have to wait for the production release to come in the pack system.

Reply
  • I have to admit I don't use packs that much, but I guess you have to remove the softdevice pack from your project, then add the S130 header files to it as you would if you didn't use pack. This means adding include paths for the new header files. Alternatively you have to wait for the production release to come in the pack system.

Children
No Data