Receiving from LoRaWAN with AT commands

Hi,

I am trying to use the CubeCell with AT commands and I can’t see any command in the documentation for receiving messages from the network. Am I missing something? I’ve included my setup below and what commands I am using.

Copyright @2019-2020 Heltec Automation.All rights reserved.

AT Rev 1.1
+AutoLPM=0

+LORAWAN=1

+KeepNet=0
+OTAA=0
+Class=A
+ADR=1
+IsTxConfirmed=1
+AppPort=2
+DutyCycle=15000
+ConfirmedNbTrials=4
+ChMask=000000000000000000000001
+DevEui=XXXXXXXXXXXXXXXX(For OTAA Mode)
+AppEui=XXXXXXXXXXXXXXXX(For OTAA Mode)
+AppKey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX(For OTAA Mode)
+NwkSKey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX(For ABP Mode)
+AppSKey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX(For ABP Mode)
+DevAddr=XXXXXXXX(For ABP Mode)

AT+Join=1
+OK

LoRaWAN EU868 Class A start!

confirmed uplink sending ...

AT+SendStr=hello
+OK
+Send String:hello
confirmed uplink sending ...

Thanks in advance!

hi,

No such command. The following method can also achieve the function you want.

  1. set to the CLASS C(Keep receiving window 2 open).

  2. Wait for the start of the next sending cycle.