2024-06-18 05:23 PM - last edited on 2024-06-19 07:41 AM by STTwo-32
hi ALL
I bought three stm32 Lora HF band sensor and gateway pack.
I would like to communicate by connecting one gateway (nucleo-F746) and three end nodes (nucleo-L073) directly (no server, no site). Is it possible? And please tell me the example code.
thanks.
Solved! Go to Solution.
2024-06-19 09:44 AM
Hello @togsin
If you are looking to implement a local communication between 3 Nodes and a local Concentrator. You have to use 4 nodes one of them as a concentrator and the other 3 as an end node. The Gateway can't be a local concentrator, his job is always to collect data from different LoRa Nodes and share them on a connected Server. You can use 4 Nucleo-L073 to do this job. But personally, I recommend you use 4 Nucleo-WL55JC1 and use this example or the one on this video to start your application. If you still want to use the Nucleo-L073, you have to migrate one of those example to be compatible with those nodes. For that, use the AN5408.
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.
2024-06-19 09:44 AM
Hello @togsin
If you are looking to implement a local communication between 3 Nodes and a local Concentrator. You have to use 4 nodes one of them as a concentrator and the other 3 as an end node. The Gateway can't be a local concentrator, his job is always to collect data from different LoRa Nodes and share them on a connected Server. You can use 4 Nucleo-L073 to do this job. But personally, I recommend you use 4 Nucleo-WL55JC1 and use this example or the one on this video to start your application. If you still want to use the Nucleo-L073, you have to migrate one of those example to be compatible with those nodes. For that, use the AN5408.
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.