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

can support ESB on SDK v610 SD v7.0.0 ?

I find example : nRF51_SDK_7.0.0_2ab6a52\examples\properitary_rf\esb\esb_ptx_prx .

question 1: can i add this example into my project that build on SDK v610 and it run at BLE with softdevice v7.0.0 ?

question 2: can i combin esb_ptx and esb_prx into one project ? if yes ,how can i do ?

ps: I use two nrf51822 to run ESB.

thank you very much.

Parents
  • Hi Aquino,

    1-. You can find the same example in SDK v6.1 in \Board\nrf6310\esb , I don't think there is much difference.

    But if you want to use with BLE, it is more complicated. If you want to use BLE and ESB not at the same time, then it's fine, you just have to disable BLE before you use ESB and vise versa. If you want to use them at the same time, you would need to use timeslot because BLE will block access to radio when it's active.

    We have an example of using timeslot for concurrent ESB and BLE here.

    2-. Yes you can combine, but one device can't be PTX and PRX at the same time, they can take turn.

Reply
  • Hi Aquino,

    1-. You can find the same example in SDK v6.1 in \Board\nrf6310\esb , I don't think there is much difference.

    But if you want to use with BLE, it is more complicated. If you want to use BLE and ESB not at the same time, then it's fine, you just have to disable BLE before you use ESB and vise versa. If you want to use them at the same time, you would need to use timeslot because BLE will block access to radio when it's active.

    We have an example of using timeslot for concurrent ESB and BLE here.

    2-. Yes you can combine, but one device can't be PTX and PRX at the same time, they can take turn.

Children
No Data
Related