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

How to implement "Fast advertising" with SDK 14.10

Hi All

I'd like to implement "Fast advertising" with SDK14.10

Q1: I add some code in advertising_data_set() to do fast advertising, is that correct ?

Q2: If  want to test current consumption under different  conditions (in red box) these conditions is work for test ?

 

thank's 

Louis

Parents
  • Louis Wnag said:
    In other words, I can reverse the defined values.

    Yes (though I don't see any use cases where that would make sense).

    I think there is some side effect here -- perhaps you can correct me?

    I am running into some similar concerns in our design based on SDK v16.0.0, S132 v7.0.1 on an nRF52832.

    I wanted to use the slow advertising by default (and completely ignore the fast mode) but when I call the function to initialize the advertisement, it generates an error (INVALID_PARAMS?). It looks like this function 'requires/expects' that fast_mode be enabled and it simply copies over the values from the fast mode regardless of whether or not I chose to enable or disable it.

    In other words, it looks like with the setup I am using, I need to deliberately set up the fast mode and USE SLOW MODE VALUES FOR IT.

    Is that how it is supposed to go down?

    Cheers

    RMV

  • Hi RMV,

    There should not be any problem using just slow advertising. Can you share your code so that I see what you have done, and clarify from which function call you get which error code?

Reply Children
No Data
Related