2024-03-13 11:01 AM
Hi,
I have a project based on MIPOT 32001506xxx radio module.
The 32001506xxx is a multi-protocol sub-GHz radio module based on STM32WL55JC microcontroller.
I need an example to follow to help me use the radio module as a "simple" LoRa modem.
Thanks in advance
Solved! Go to Solution.
2024-03-13 11:58 AM
Take a look at this example.
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-03-13 11:16 AM
Hello @mmontecchi and welcome to the ST Community :smiling_face_with_smiling_eyes:.
If you are looking to implement a P2P communication between to STM32WL, i suggest you to refer to those examples. If you are looking for a end node to Gateway communication, you can use those examples.
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-03-13 11:44 AM
Thanks @STTwo-32 , I'm looking to implement a P2P communication between 2 STM32WL. I'm confused about the examples you linked to me. There is a description about it ? Which of them is right for P2P using AT command ?
Best Regards.
mmontecchi
2024-03-13 11:58 AM
Take a look at this example.
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-03-21 09:23 AM
2024-04-08 08:21 AM
Hello @mmontecchi
In the proposed example, you can control the payload and his dimension in the subghz_phy_app.c and subghz_phy_app.h.
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.