This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Large Network of 240+ Nodes

Other Parts Discussed in Thread: CC2530, CC2538, Z-STACK

Hi all,

I read through the latest application report AN123 on breaking the 400+ node network barrier. After increasing MAX_RTG_SRC_ENTRIES to 240+, our CC2530 platform was out of memory. The largest number of entries the CC2530 would support was 135.

The solution at this point is to either add a coprocessor (MSP430) or use the CC2538 for the concentrator.

On a live network with 240+ nodes, what is the best means to port the concentrator from a CC2530 platform to a CC2538 platform and maintain the integrity of the network?  Currently, we can clone the CC2530 coordinator in case of a failure, but I would imagine that writing this data back to the CC2538 would be futile, since the non-volatile flash would be structured differently on the CC2538.

Also, on a side note does the CC2538 support OAD (Over-Air-Download)?

Any experience on this or suggestions would be appreciated. Thanks.