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

Adding Server to Light Control Mesh Example

How do we go about adding servers to the light control example i.e. I would like to control 50 servers via one client. What needs to change in the code besides SERVER_COUNT below:

#define SERVER_COUNT (3)
#define CLIENT_COUNT (SERVER_COUNT + 1)
Parents Reply
  • Hi,

    There are no fixed limitations for *_COUNT values other than pages available for flash. It is entirely application dependent and this will be different for all customers. I.e. If you want to use the Mesh DFU bootloader and do dual-bank transfers this will eventually lead to flash limitations.

    The only answer I can give is that you will have to try until you reach the limits for your specific application.

    Ketil

Children
No Data
Related