KG200Z LoRa P2P

Hello,

I have a custom PCB in which I already tested the module and it is working fine. Because of development and application limitations I need to use LoRa P2P instead of LoRaWAN. Since I am controlling the module through AT commands and already have an app working with lorawan, where can I find the necessary AT commands for LoRa P2P or resources support regarding working with KG200Z on P2P mode.

Best regards and thanks in advance

Hi,

We dont have a specific document for the P2P, as the commands used is already included in the AT commands.

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

image

image1088×352 102 KB

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

image

image980×408 77.7 KB

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

image

image978×162 10.5 KB

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

image

image989×168 11.4 KB

(7) Transmit (TX) Side:

  • AT+QTDA=ABCD

  • AT+QTTX=1

image

image780×363 12.4 KB

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