Can I use gazell device and ble host on one nRF52840 chip at the same time? If so, can you tell me how to develop it? Or give me an example for reference.
Can I use gazell device and ble host on one nRF52840 chip at the same time? If so, can you tell me how to develop it? Or give me an example for reference.
Hi,
It is technically possible to setup gazell similar to how esb is setup, but this is unfortunately not shown in any example. Here's a small description on how to map the interrupts:
And here is a MPSL timeslot implementation showing ESB atleast:
https://github.com/too1/ncs-esb-ble-mpsl-demo
Kind regards,
Håkon