KG200Z LORA P2P communication

I want to make a P2P communication with two KG200Z (or STM32WLE5). There is a Lora Module KG200Z_SDK for LoRaWAN application, but i didn’t figure it out to make a communication between two devices via P2P. Is there any document or a SDK or an any example for P2P LoRa? I am using KG200Z TE-B EVB kit.

This case is handled by a special FAE. I believe you have received the news.

did you figure out how it can? I am working on same thing. Do you have any solution? Thanks.

Has anyone made the KG200Z work into LoRa p2P mode?. I’m in need of an app or AT commands to just send and receive packets without the need of a LoRaWAN GW

Hi,

Enviromment Setup
(1) 2 x KG200Z TE-B [ evaluation boards].
(2) 2 x USB cable for connectivity.
(3) QCOM tool [ Serial communication tool for AT communication]

Test Steps
(1) Connect KG200Z EVBs to QCOM tool via USB cables
(2) Make sure your KG200Z TEB or module is running AT firmware using AT+QVER
(3) Check the band information on EVBs by running AT+QBAND=? Command


(4) Turn on the P2P feature by running AT+QP2P=?


(5) Transmit (TX) Side:Set TCONF using AT+QTCONF command


(6) Receive (RX) Side: Set TCONF using AT+QTCONF command


(7) Transmit (TX) Side:

  • AT+QTDA=ABCD
  • AT+QTTX=1

**Important: Always set the payload using AT+QTDA before executing AT+QTTX= to send data.