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

gazell and bluetooth.

Hi. I have just a question: Can the same device work with gazell protocol and bluetooth LE alternatively?

I want a net with a host and some devices, but host must be peripheral bluetooth too.

Thanks.

Parents
  • Hi

    The nRF51822 currently supports so-called non-concurrent multi-protocol operation, which means you can combine Gazell and BLE in the same project as long as you only use one protocol at the time.

    There is an example in the nRF51 SDK showing you how you can switch between the two protocols dynamically.

    There is also work being done on a system that would allow you to use the radio for proprietary communication in between BLE packets, which means you wouldn't have to disconnect the BLE link, and this system should be ready later this year.

    Regards Torbjørn

  • Hi Torbjørn, we're also looking at using Gazell + BLE in our project. The SoftDevice 7 docs imply that this may be possible, but it's unclear whether the timeslot API will support sharing Gazell + BLE, or whether it supports sharing an application-specific radio protocol + BLE. Can you confirm whether SoftDevice 7 will support this, or better yet, have an example of concurrent Gazell+BLE?

    Many thanks!

Reply
  • Hi Torbjørn, we're also looking at using Gazell + BLE in our project. The SoftDevice 7 docs imply that this may be possible, but it's unclear whether the timeslot API will support sharing Gazell + BLE, or whether it supports sharing an application-specific radio protocol + BLE. Can you confirm whether SoftDevice 7 will support this, or better yet, have an example of concurrent Gazell+BLE?

    Many thanks!

Children
No Data
Related