2023-12-01 03:15 AM
Good morning,
I am creating an application that would require the use of several stm32wl55.
The idea is to have one microcontroller configured as a LoraWan EndNode communicating with TTN and a set of Slaves communicating via subghz (which will be slaves).
I was able to implement both solutions separately but I would like to know if anyone has ever tried to combine the two functions so that a microcontroller communicates with a ttn gateway and simultaneously is a master of a ping pong network.
Or if there is a similar methodology.
thanks to those who can help me
Solved! Go to Solution.
2023-12-02 03:21 AM - edited 2023-12-02 03:33 AM
Hello again @IngSerio
I Can suggest you 2 ways to do that.
PS:
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.
2023-12-01 03:25 AM
Hello @IngSerio and welcome to the ST Community :smiling_face_with_smiling_eyes:.
I suggest you to take a look at this playlist. It will help you to make your project work.
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.
2023-12-01 03:42 AM
Hello @STTwo-32 thank you for your reply, but those videos I have already seen, they do not meet my need. In fact I can implement a solution that communicates with TTN and also a solution where two microcontrollers communicate with each other. However, I cannot create a solution where a microcontroller receives orders from ttn and tells slave microcontrollers what to do.
Can u help me?
2023-12-02 03:21 AM - edited 2023-12-02 03:33 AM
Hello again @IngSerio
I Can suggest you 2 ways to do that.
PS:
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.
2023-12-05 01:11 AM
In my particular case, I think I should proceed with the second solution. I will read the suggested documentation, do you have any other material on this solution?
thank you very much
2023-12-05 01:45 AM
Hello @IngSerio
The AN previously provided will be a good source of information. What I suggest you is to start from the end node example and then you can add the point to multi-point configuration. Also, you may find helpful those documents and the Resorces mentioned in this wiki.
Good luck on your project.
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.