cancel
Showing results for 
Search instead for 
Did you mean: 

Hi I am using Nucleo-WL55jc1 board. One is programmed as concentrator, other is programmed as sensor node. Currently the software is programmed for 14 sensors nodes How can I extend it to about 200 sensor node

SatishB
Associate II

Currently I am using the firmware LocalNetwork_Concentrator and LocalNetwork_Sensor.

The maximum Sensor nodes are 14. I wish to connect around 200 LocalNetwork_sensor.

Kindly help me to make the required changes in the software.

2 REPLIES 2

Rather than have someone guide you through the process, perhaps take some time and walk the code, do some static analysis to understand the architectural and practical limits of supporting more sensors, and the trade-offs in time/bandwidth to accommodate more devices.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Louis AUDOLY
ST Employee

Hello @SatishB​ ,

I suggest you to check UM2786 that detail the origin of the 14 nodes available.

I think you could increase this number, by taking attention to the time slot for each device.

Regards

Louis