I wonder what could be causing loss of packets. I have repeated this with multiple boards and multiple gateways, always the same result.
I have an E5 mini board and an RG186 gateway. I use EU868. Sending packets from the E5 the gateway will pick up about 1/10 of the packets sent. Very randomly receiving sometimes two or three (rarely) packets in row but very often loosing between 3-10 packets in between each received/decoded packet.
I set the device up with the following sequence:
AT+FDEFAULT=Seeed
AT+UART=TIMEOUT,0
AT+LOG=DEBUG
AT+LW=VER, V103
AT+DR=EU868
AT+CH=3,867.1,0,5
AT+CH=4,867.3,0,5
AT+CH=5,867.5,0,5
AT+CH=6,867.7,0,5
AT+CH=7,867.9,0,5
AT+LW=DC,OFF
AT+LW=JDC,OFF
AT+ADR=OFF
AT+KEY=NWKSKEY,79252593F1562F92F17D561A1CDD154E
AT+KEY=APPSKEY,6AE7293B7D229B4D5A312F78AC75E81E
AT+ID=DevAddr,01003111
AT+ID=DevEUI,DC221144335566EE
AT+ID=AppEUI,7F12042002CF840A
AT+KEY=APPKEY,1778899AABBCCDD432A112233445566A
AT+MODE=LWABP
AT+LW=NET,OFF
AT+REPT=1
AT+CLASS=A
AT+POWER=14
AT+DR=DR5
AT+PORT=8
then repeatedly sending the following message:
AT+MSGHEX=41534E49
and the gateway will pick up packets very randomly. I’ve tested this with distance 1 meter up to 10 meters between gateway and E5.
Any help, hints or comments are very appreciated.