• Softdevice suitable for multilink central NRF51822

    Hi, I am using NRF51822 and GCC compiler. I am using softdevice S130. SDK 12.2. I want to receive the data from Peripheral that is one way only. I want to use multilink central application on NRF51822. When i compile the code then i got the error as…
  • can NUS work with ble_app_multilink_central

    hi, I found ble_app_multilink_central example under SDK but this is for LED button application. Is it possible to configure the same example for NUS? I worrying about data sharing. As Button and led don't share data and it is based on connection…
  • If a master sends advertising packets how is the maximun quantity of peripherals that they can see?

    I don't need to connect the master with the peripherals, but i have to know how is the maximun quantity of scan response that can accept the master. In the example ble_app_multilink_central this is defined like that: #define CENTRAL_LINK_COUNT 8 …
  • Two nrf51 module and a smartphone

    Hi! I'm am working on a project where there I need to connect two nrf51 modules and a phone. Say: Module A, module B and phone P. The setup i a bit tricky to explain, but here goes: Module A shall be a peripheral. It has a sensor connected to…
  • s130 sdk 11 Multi-link with centrals devices

    Hi community, I'm studying the possibility to be able to link multiple central devices to one peripheral. As it defined in the s130 soft device description ( www.nordicsemi.com/.../S130-SoftDevice) , concurrent multi-link operation for all roles is…