cancel
Showing results for 
Search instead for 
Did you mean: 

STM32WL55_local_network_scaling_upto_30sensors

mohansv
Associate

Hi,

In this example,  https://wiki.stmicroelectronics.cn/stm32mcu/wiki/STM32CubeMonitor:How_to_start_with_STM32_Wireless_Long_Range_demo

there is a demo of one concentrator, and up to 15 sensors. How to perform the communication between one concentrator and up to 30 sensors in a local LoRa network concentrator setup, without LoRaWAN like the example shown in the link? What changes are to be done in the STM32WL55 local concentrator example code ? Please suggest. Thank you.

1 ACCEPTED SOLUTION

Accepted Solutions
STTwo-32
ST Employee

Hello @mohansv and welcome to the ST Community 😊.

What I suggest you is to use the available Sub_GHz examples on this STM32CubeWL. Then, you can configure one node as a concentrator and the other 30 as Clients. Then configure the communication as follow:

  • The concentrator sends a message for the initiation of communication.
  • All sensors receive the Message.
  • After a specific delay. For example 3s for the sensor 1, 6s for the sensor 2, 9s for the sensor 3, ...
  • After each delay, the sensor send data that will be received by the concentrator.

Best Regards.

STTwo-32

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

View solution in original post

1 REPLY 1
STTwo-32
ST Employee

Hello @mohansv and welcome to the ST Community 😊.

What I suggest you is to use the available Sub_GHz examples on this STM32CubeWL. Then, you can configure one node as a concentrator and the other 30 as Clients. Then configure the communication as follow:

  • The concentrator sends a message for the initiation of communication.
  • All sensors receive the Message.
  • After a specific delay. For example 3s for the sensor 1, 6s for the sensor 2, 9s for the sensor 3, ...
  • After each delay, the sensor send data that will be received by the concentrator.

Best Regards.

STTwo-32

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.