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

cannot see "Nordic_RSC" when running ble_app_rscs_pca10056_s140

I am using Segger Embedded Studio and the nrf52840 development kit.

I can run the BLE peripheral examples using SDK 15 and s140 V6  "blinky" and " cscs" .

but the ble_app_rscs_pca10056_s140 does not seem to work.  When I run nRF connect on my iphone 5 I cannot see the device "Nordic_RSC".

I am running IOS 11.4

Thanks Phil

Parents
  • Hi Phil.

    If we take a look at the SDK v15.0.0 release notes, we can read that:

    *** New features
    ***************** 
     
    ** BLE **
    - Extended advertising and selection of advertising PHYs can now be 
    configured using the advertising module (ble_advertising
    - Running Speed and Cadence Service Application (ble_app_rscs)
    now advertises using extended advertising. Note that this makes it
    incompatible with devices that do not support extended advertising.

     I'm pretty sure that the iPhone 5 does not support extended advertising, so my guess would be that is the reason why you can't see the device.

    Best regards,
    Joakim.

Reply
  • Hi Phil.

    If we take a look at the SDK v15.0.0 release notes, we can read that:

    *** New features
    ***************** 
     
    ** BLE **
    - Extended advertising and selection of advertising PHYs can now be 
    configured using the advertising module (ble_advertising
    - Running Speed and Cadence Service Application (ble_app_rscs)
    now advertises using extended advertising. Note that this makes it
    incompatible with devices that do not support extended advertising.

     I'm pretty sure that the iPhone 5 does not support extended advertising, so my guess would be that is the reason why you can't see the device.

    Best regards,
    Joakim.

Children
Related