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

Best way to implement Multirole for PCA20006

As the followup/implementation to this question I want to implement a multirole application for the PCA20006 (rev 1.2). Currently I will only need advertising for my data, but maybe in a later expansion I have to add scan or connection to transmit more data.

There seem to be two ways, via S110 or S130 (and comment in this question (S130). I am unsure which way is best/easiest for me.

Can you give me some advice? Thanks, Tobias

Parents
  • Hi,

    s110 is peripheral only, i.e. it will work for advertising but not for central roles.

    The latest version of s130 is configurable, and can be configured to do exactly what the s110 does. Because of this s110 is discontinued, and will not be present in new SDK releases.

    If you plan on using the latest SDK (recommended for new projects) you should go for the s130.

    Regards, Terje

Reply
  • Hi,

    s110 is peripheral only, i.e. it will work for advertising but not for central roles.

    The latest version of s130 is configurable, and can be configured to do exactly what the s110 does. Because of this s110 is discontinued, and will not be present in new SDK releases.

    If you plan on using the latest SDK (recommended for new projects) you should go for the s130.

    Regards, Terje

Children
Related