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

Gazell increase maximum number of devices

The documentation mentions:

"Supports a star network topology with one Host and up to 8 Devices."

What is the fundamental limit behind this? Would it be possible to increase this for a network base on nRF devices, to say 32?

Parents
  • Hi,

    There is a limitation in hardware that it supports 8 individual radio addresses. If you need to support more than 8 devices you will need to add some identification (header) in the payload itself, such that if multiple devices receive the same packet, it can check the packet if it's the intended receiver and discard the packet if not.

    Best regards,
    Kenneth

Reply
  • Hi,

    There is a limitation in hardware that it supports 8 individual radio addresses. If you need to support more than 8 devices you will need to add some identification (header) in the payload itself, such that if multiple devices receive the same packet, it can check the packet if it's the intended receiver and discard the packet if not.

    Best regards,
    Kenneth

Children
No Data
Related