2024-07-09 06:17 PM
hello
Can I use the stm32WL55 + STM32H763 as a gateway? If possible, any example?
tks
Marco Antonio
Solved! Go to Solution.
2024-07-10 10:18 AM
For the Real concept of LoRaWan, @Andrew Neil have answered your question. For a Local concentrator as the one I've described before you have to create a coordination between nodes. For example, you may program your Concentrator STM32WL to send a coded request that only one end node can decode it and respond with his data. then, another decoded request is sent to another end node and ... until we finish all nodes. You may refer to those projects and this demo.
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-07-09 09:45 PM - edited 2024-07-09 11:15 PM
Hello @marcodaikoo and welcome to the ST Community :smiling_face_with_smiling_eyes:.
STM32H763? DO you mean STM32H723?
In fact, the only gateway example using an STM32 board is developed based on the NUCLEO-F746ZG with a LRWAN_GS_HF1 LoRa expansion board. But, develpping an example based on the STM32WL55 Mcu/shield and connected to an STM32H7 should be possible as follow:
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-07-10 06:28 AM
Thank you for the quick response.
My project would be to collect data from 50 node ends. based on the SMT32WLE5.
Send to a base or gateway based on the STM32WL55.
If I can do this from now on it's easy, I can use any microcontroller.
I tried Ping pong but I couldn't get the node ends to transmit without interfering with each other.
I found the Lorawan with LRWAN_GS_HF1 gateway very interesting.
but I would not like to use the LRWAN_GS_HF1, I would like to use the STM32WL55.
Is there any example, any literature about this?
2024-07-10 06:34 AM
What do you mean by, "gateway" ?
To be officially described as a LoRaWAN Gateway, I think you have to be able to support 8 simultaneous channels.
2024-07-10 10:18 AM
For the Real concept of LoRaWan, @Andrew Neil have answered your question. For a Local concentrator as the one I've described before you have to create a coordination between nodes. For example, you may program your Concentrator STM32WL to send a coded request that only one end node can decode it and respond with his data. then, another decoded request is sent to another end node and ... until we finish all nodes. You may refer to those projects and this demo.
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-07-10 10:54 AM
Hello @marcodaikoo
You need anyway to tell about the correct MCU part number you are using. There is no STM32H763.
There is only STM32H743, STM32H753, STM32H723 or STM32H733.