How to use GZLL In nRF52833

Hi Nordic:

How to use GZLL in nRF52833.

It is only has PCA10040 and PCA10056  In "gzll_ack_payload", but nRF52833 is PCA10100.

I try to use PCA10040 run in nRF52833, the GZLL can run currect but use SPI to control IMU sensor will not currect control it.

In this situation, how to config I can use both GZLL and spi in nRF52833.

Parents
  • Hi,

    If you are planning to use Gazell on nRF52833, I would recommend you to use nRF Connect SDK. It provides libraries with support for nRF52833, and nRF52833 is supported by the Gazell ACK Payload sample.

    If you need to use nRF5 SDK, it should be possible to use the Gazell libraries for nRF52840, as described in this post.

    I'm not sure exactly what the issue you are seeing related to SPI, but it could be related to priorities, etc. Please post more details about the problem if you see the same issue when using Gazell libraries for nRF52840.

    Best regards,
    Jørgen

Reply
  • Hi,

    If you are planning to use Gazell on nRF52833, I would recommend you to use nRF Connect SDK. It provides libraries with support for nRF52833, and nRF52833 is supported by the Gazell ACK Payload sample.

    If you need to use nRF5 SDK, it should be possible to use the Gazell libraries for nRF52840, as described in this post.

    I'm not sure exactly what the issue you are seeing related to SPI, but it could be related to priorities, etc. Please post more details about the problem if you see the same issue when using Gazell libraries for nRF52840.

    Best regards,
    Jørgen

Children
Related