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

nRF51822 : concurrent connection with another bluetoothLEs and some nRF24l01+

Hi

i want to have a concurrent connection in nRF51822 with BLEs and some nRF24l01+.

  • is it possible ?
  • is available example
  • for it ? which SDK support ?

tnx

  • FormerMember
    0 FormerMember

    Yes, it is possible to run BLE and ESB concurrently. To do so, ESB should be run using the timeslot API. This blog post shows how to make BLE and micro-ESB run concurrently using the timeslot API. The blog post was made for an older SDK, but it should work fine to port it to the latest version of the SDK as well.

Related