Last modified by Kilight Cao on 2025/06/06 15:43

From version 15.1
edited by Kilight Cao
on 2025/05/08 10:40
Change comment: Uploaded new attachment "image-20250508104014-6.png", version {1}
To version 19.1
edited by Kilight Cao
on 2025/06/05 13:50
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -13,23 +13,19 @@
13 13  
14 14  = 2.For LoRaWAN End node. =
15 15  
16 -Users can use LA66 USB LoRaWAN Adapter to simulate the LoRaWAN node device to send data to the platform and debug the decoder according to the following example.
16 +Users can use the dragino mobile app with the LA66 USB LoRaWAN adapter to simulate a LoRaWAN node device to send data to the platform and debug the decoder according to the following examples.
17 17  
18 18  
19 19  **Below list the supported products and prerequisites :**
20 20  
21 -* (% style="color:blue" %)**Support Devices: [[LA66 USB LoRaWAN Adapter>>https://www.dragino.com/products/lora/item/232-la66-usb-lorawan-adapter.html]].**
22 -
23 -* (% style="color:blue" %)**Software Location: [[LA66 USB use LoRaWAN firmware>>https://www.dropbox.com/sh/els49fz9rd6fu1y/AAAt-kKIvXu1ZOK0hWysq97na?dl=0]].**
24 -
21 +* (% style="color:blue" %)**Required device: [[LA66 USB LoRaWAN Adapter>>https://www.dragino.com/products/lora/item/232-la66-usb-lorawan-adapter.html]].**
22 +* (% style="color:blue" %)**Device Software Location: [[LA66 USB use LoRaWAN firmware>>https://www.dropbox.com/sh/els49fz9rd6fu1y/AAAt-kKIvXu1ZOK0hWysq97na?dl=0]].**
25 25  * (% style="color:blue" %)**How to Flash Firmware:  [[For LA66 USB>>http://wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LA66%20USB%20LoRaWAN%20Adapter%20User%20Manual/#H1.10A0UpgradeFirmwareofLA66USBLoRaWANAdapter]].**
24 +* (% style="color:blue" %)**Video Demo: **(%%)**[[Simulation Sensor Uplink by LA66>>https://youtu.be/FlFLYL23EfQ]]**
25 +* (% style="color:blue" %)**Prerequisite:**
26 +** LA66 USB LoRaWAN Adapter **has been registered on the lorawan server** and has joined the network. See "**[[Example: Use of LA66 USB LoRaWAN Adapter and mobile APP>>url:http://wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LA66%20USB%20LoRaWAN%20Adapter%20User%20Manual/#H1.9A0Example:UseofA0LA66USBLoRaWANAdapterandmobileAPP]]**"
27 +** The default software shipped with the LA66 USB LoRaWAN Adapter is the LoRaWAN firmware. If the firmware is already the LoRaWAN firmware, users do not need to flash it again.
26 26  
27 -* (% style="color:blue" %)**Prerequisite:**(%%) LA66 USB LoRaWAN Adapter has been registered on the lorawan server and has joined the network. See "**[[Example: Use of LA66 USB LoRaWAN Adapter and mobile APP>>url:http://wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LA66%20USB%20LoRaWAN%20Adapter%20User%20Manual/#H1.9A0Example:UseofA0LA66USBLoRaWANAdapterandmobileAPP]]**"
28 -
29 -(% class="wikigeneratedid" %)
30 -The default software shipped with the LA66 USB LoRaWAN Adapter is the LoRaWAN firmware. If the firmware is already the LoRaWAN firmware, users do not need to flash it again.
31 -
32 -
33 33  == 2.1. Connect the LA66 USB LoRaWAN adapter to your phone ==
34 34  
35 35  
... ... @@ -46,11 +46,58 @@
46 46  
47 47  Open the Dragino Devices.tool app and click the icon "[[image:image-20250507174027-3.png||height="21" width="33"]]", select "(% style="color:blue" %)**Simulation Sensor Uplink by LA66**(%%)"
48 48  
49 -(% class="wikigeneratedid" %)
50 -[[image:image-20250507173738-2.png||height="560" width="458"]]
51 51  
46 +[[image:image-20250508094345-4.png||height="554" width="458"]]
52 52  
53 53  Function and page introduction:
54 54  
50 +[[image:image-20250508091423-3.png||height="1016" width="457"]]
55 55  
56 -= 3.For Cellular End Node =
52 +(% style="color:blue" %)**Block Explain:**
53 +
54 +~1. Clear screen: clear log display
55 +
56 +2. Baud rate:LA66 USB LoRaWAN adapter defaults to 9600
57 +
58 +3. Log display: Output Log from LA66 USB adapter
59 +
60 +4. AT command input box
61 +
62 +5. Send Button: Send input box info to LA66 USB Adapter
63 +
64 +6. Enable repeated sending of AT commands
65 +
66 +7. Set the interval for repeated sending of AT commands
67 +
68 +8. Enable random generation of sensor data
69 +
70 +9. Select the sensor model to be simulated
71 +
72 +10. Clear the AT command cache in the input box
73 +
74 +
75 +== 2.3 Example to simulates LHT65N ==
76 +
77 +This example simulates LHT65N sending data to TTN server and decoding sensor data
78 +
79 +
80 +(% style="color:blue" %)**Select the simulates sensor model LHT65N **
81 +
82 +Below we selected the simulation of LHT65N, enabled repeated data transmission every 10 seconds, and enabled random generation of sensor data
83 +
84 +[[image:image-20250508103541-5.png||height="909" width="409"]]
85 +
86 +
87 +(% style="color:blue" %)**Check the decoding**
88 +
89 +[[image:image-20250508104014-6.png||height="296" width="1111"]]
90 +
91 +
92 +
93 += 3.For NB-IoT End Node =
94 +
95 +
96 +Users can use the dragino mobile app to simulate an NB-IoT node device to send data to the platform and debug the decoder according to the following examples.
97 +
98 +
99 +**Below list the supported products and prerequisites :**