Skip to main content
Associate
September 24, 2024
Solved

LORA-E5-HF(stm32wle5jc)

  • September 24, 2024
  • 2 replies
  • 1822 views

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,

 

Best answer by STTwo-32

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

2 replies

STTwo-32
Technical Moderator
September 24, 2024

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

SYAMALAAuthor
Associate
September 24, 2024

Hi sir,

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

Thanks,

 

 

STTwo-32
Technical Moderator
September 24, 2024

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

 

 

Associate
November 22, 2025

@SYAMALA  @STTwo-32 

I am using the LoRa-E5 Development Kit (Seeed Studio) if you are using the same kit can you tell me the Pin configuration to LoRa point-to-point communication.