• Bug report: BLE multirole example SDK 13.1

    Hello, I'm working on a project based on the ble_app_multirole_lesc example, under examples/ble_central_and_peripheral/experimental and I found a bug. In ble_evt_dispatch when there hasn't been a connection yet and the advertising times out, the…
  • Questions about BLE multirole LESC

    Hello, I have few question please about this example. m_lesc_private_key looks unused, how to modify source to use a pre shared private key ? is this exemple secured (no one can connect without the right key, MITM proof and data encrypted…
  • Timer and Multirole for PCA20006

    Hello, I have implemented the code below for my project based on switching central and peripheral role in S130. The code works fine on the Devkit PCA10028 but on porting it to PCA20006 I noticed some bugs in the final steps. Without line 195…
  • 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…
  • BLE multirole implemntation

    Hi, Currently i am using ble app uart as a reference example and nus service with soft device S130 for our project. I want to use multi role example (central and peripheral), in SDK 11.0 example is given for hrs service, but i want to implement it…
  • ble_app_multirole_lesc hex file

    Can anybody provide me with the BLE LE Secure Connections multirole example hex file? Specifically I'm looking for the "ble_app_multirole_lesc_s132_pca10040.hex" My IDE is currently limiting me to compiling 32KB of code, but I just wanted to evaluate…
  • Scanner & Observer

    Hi Team, In current application, each BLE node (nRF51x22) need to switch between Broadcaster and observer roles . Beacon kind of behavior is required i.e. no connection. Which softdevice is to be used in this case? As per me S130 is the match…
  • How do i have to initialize the Softdevice for Multirole?

    I want to scan for peripheral devices in central-role and at the same time i want to broadcast in peripheral-role. How do i have to initialize the Softdevice in this case?