User Manual
www.dragino.com
LoRa Gateway User Manual ---Update:2017-11-07 20 / 67
2.3.4 Analyze Test Result
Below screenshot shows the result of this example.
The Upper window shows the LoRa Client keep sending the LoRa packet out, and wait for
the reply of this packet.
The lower window is from LG01, which shows LG01 get a “Hello World” packet via LoRa,
after LG01 get the “Hello World” packet, it will sent a broadcast LoRa packet “And hello back
to you”, the LoRa Client will then receive it and print it on the serial monitor.
Notice: in the example code, the LoRa client will broadcast LoRa Packet once power on. But the
LG01 will only receive the LoRa packet and response after the serial monitor of LG01 is opened,
the reason is we have this code
while (!Console) ; // Wait for console port to be available
which mean the program will loop here until we open the serial monitor.
It is possible to use another LG01 as LoRa Client:
Method is same as above, but the example sketch is:
IDE --> File --> Examples --> Dragino --> LoRa --> LoRa_Simple_Client_Yun