-
Notifications
You must be signed in to change notification settings - Fork 168
Open
Labels
Description
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.