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

nrf5 sdk no S110

Hallo all,

I have just noticed that nRF5 SDK 11.0.0 do not have support for S110 softdevice anymore. I understand that from previous project that S130 is able to do similarly like S110, but with ability become central also. But I also remember that S130 throughput is 1/3 or 1/4 of S110. My new project does not require the product to become a central.

  1. Is S110 no more supported in the upcoming SDK?
  2. If we want to use S110, we need to fall back and use nRF51 SDK 10.0.0?
  3. Maybe could explain why no more S110 supported in latest SDK...

Thanks

Handi

Parents
  • Hello.

    The S132 and S130 is very similar, but S132 is for nRF52 and S130 is for nRF51.

    The throughput is now configurable, to let the user decide how much RAM to use on the device.

    Quote from linked page:

    "By default, connections as a Central will be set to medium bandwidth and connections as a Peripheral will be set to high bandwidth. "

    This means that you will have max throughput by default as a peripheral (like you would in S110).

    -Anders

Reply
  • Hello.

    The S132 and S130 is very similar, but S132 is for nRF52 and S130 is for nRF51.

    The throughput is now configurable, to let the user decide how much RAM to use on the device.

    Quote from linked page:

    "By default, connections as a Central will be set to medium bandwidth and connections as a Peripheral will be set to high bandwidth. "

    This means that you will have max throughput by default as a peripheral (like you would in S110).

    -Anders

Children
Related