Skip to content

how to support 8 pipes (on nRF5x devices) #201

@2bndy5

Description

@2bndy5

Concerning future ventures with the nRF5x ESB, I was thinking that 8 pipes shouldn't be too hard to support.

  • pipe/address validation will have to conditionally forego x <= 5 presumption about 6 pipes
  • figure out 2 new preamble-friendly physical address bytes default value (for pipes 6 & 7).
  • For a mixed network of varying max pipes, the mesh master needs a way to know when a child node can have 8 pipes. This will be the most costly in code size, thus mixed networks will not be supported. Instead we'll use a macro to instruct the compiler what code to use concerning the max pipes configured. The mesh master node will assume all children have the same number of pipes as it does.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions