Skip to main content
SatishB
Associate II
March 5, 2023
Question

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

  • March 5, 2023
  • 2 replies
  • 909 views

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.

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
March 5, 2023

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 VenmoUp vote any posts that you find helpful, it shows what's working..
Louis AUDOLY
ST Employee
March 7, 2023

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