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

gazell + ble evaluation

Hi, I am evaluating the use of Gazell and BLE as a possible solution for my project. I had heard that there was a way to have both BLE and Gazell running on a device at the same time, however I have not found a demo that does this. There is a demo that contains both functionality but they are never initialized at the same time; if I am reading the code correctly.

Is it possible to act as a Gazell device and advertise over BLE at the same time?

Is it possible to act as a Gazell host and advertise over BLE at the same time?

Can a device using the s110 act as a Gazell host?

What is the average energy consumption for a Gazell host?

Parents
  • Yes, it is possible to have Gazell running in the timeslots. There's a NRF_GZLL_MODE_SUSPEND option available to have timers running when you are outside the time slots. This enables you to keep the links, but still live by the time slots that the softdevice give you.

    It works for both host and devices, but keep in mind that you will have to play by the time slots you are given. So if you have a lot of BLE traffic, Gazell will be limited by this.

    Average current consumptions is difficult to predict. It depends on how often you are in either receiver or transmit mode. This is what will bring your average up. Ballpark would be estimated as for 4 timeslots with RX and TX operations every second would add 30-40 uA to you average.

Reply
  • Yes, it is possible to have Gazell running in the timeslots. There's a NRF_GZLL_MODE_SUSPEND option available to have timers running when you are outside the time slots. This enables you to keep the links, but still live by the time slots that the softdevice give you.

    It works for both host and devices, but keep in mind that you will have to play by the time slots you are given. So if you have a lot of BLE traffic, Gazell will be limited by this.

    Average current consumptions is difficult to predict. It depends on how often you are in either receiver or transmit mode. This is what will bring your average up. Ballpark would be estimated as for 4 timeslots with RX and TX operations every second would add 30-40 uA to you average.

Children
No Data
Related