cancel
Showing results for 
Search instead for 
Did you mean: 

STM32WL55JC and LoRa

mmontecchi
Associate II

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

1 ACCEPTED SOLUTION

Accepted Solutions

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.

View solution in original post

5 REPLIES 5
STTwo-32
ST Employee

Hello @mmontecchi and welcome to the ST Community 😊.

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.

mmontecchi
Associate II

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

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.

mmontecchi
Associate II

Hi @STTwo-32 ,

I take a look at the example you suggested, but it's only a little test (for example I cannot send a specific payload ). Viceversa for LoRaWAN and Sigfox the Application are complete (from the functional point of view).
Do you have an Application more complete for LoRa P2P ?
Thanks

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.