cancel
Showing results for 
Search instead for 
Did you mean: 

LORA-E5-HF(stm32wle5jc)

SYAMALA
Associate II

Respected Sir/ Madam,

    AS i'm using LORA-E5(stm32wle5jc) module communicating point to point Radio Frequency and AT Command also. We are config SubGHz for Radio Send and Receive Functions in Loop Mode . No Response received from this.  By using AT command we need to flash any Binary Files? How to Communicate P2P Two Lora-E5 module. 

Thanks,

 

1 ACCEPTED SOLUTION

Accepted Solutions

Hello @SYAMALA 

Yes, you can create your own AT command to have a P2P communication throw AT commands. You just have to do a deep analyze of the AT command project that I've shared with you. After that, you can implement the send and receive command you want using the same method that are used to implement other commands. Finally, you can use your own AT Commands to have a P2P application.

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 @SYAMALA and welcome to the ST community.

The AT-Command implementation is done by our third-party (the fabricant of the LoRa-E5 module). So, it will be a good idea to look on the forum of the module owner (on this link). 

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.

Hi sir,

     In case We are using AT Command, We need to flash any binary Files for STM32WL series.

Thanks,

 

 

Hello @SYAMALA 

To use the AT Command on an STM32WL for P2P, you may want to refer to use this example SubGHz_Phy_AT_Slave (No ready to use .bin file). This example is tested on a Nucleo-WL55JC and may not work with the implementation on your module. It will be a good idea to ask the module manufacturer for a better guidance.

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.

Hello Sir,

  We are using Example SubGHz_Phy_AT_Slave Replaced my User Board (stm32wle5 modules) AT commands works well.  But now i communicate P2P communication using AT commands two lora-e5 module is possible?.

AT_Command_Slave.jpeg

If it is possible to communicate P2P Using AT Commands What are all the config we need to proceed. plz guide me to proceed further.

 

Thanks,

 

 

Hello @SYAMALA 

Yes, you can create your own AT command to have a P2P communication throw AT commands. You just have to do a deep analyze of the AT command project that I've shared with you. After that, you can implement the send and receive command you want using the same method that are used to implement other commands. Finally, you can use your own AT Commands to have a P2P application.

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.