Changes for page Simulate a LoRaWAN End Node or NB-IoT End Node Uplink
Last modified by Kilight Cao on 2025/05/08 10:42
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -13,7 +13,7 @@ 13 13 14 14 = 2.For LoRaWAN End node. = 15 15 16 -Users can use LA66 USB LoRaWAN Adapter to simulatetheLoRaWAN 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 :** ... ... @@ -30,6 +30,9 @@ 30 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 31 32 32 33 +A video on how to use the dragino mobile app to simulate sensor data can be found at this link: **[[Simulation Sensor Uplink by LA66>>https://youtu.be/FlFLYL23EfQ]]** 34 + 35 + 33 33 == 2.1. Connect the LA66 USB LoRaWAN adapter to your phone == 34 34 35 35 ... ... @@ -46,11 +46,52 @@ 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 53 +[[image:image-20250508094345-4.png||height="554" width="458"]] 52 52 53 53 Function and page introduction: 54 54 57 +[[image:image-20250508091423-3.png||height="1016" width="457"]] 55 55 59 +(% style="color:blue" %)**Block Explain:** 60 + 61 +~1. Clear screen: clear log display 62 + 63 +2. Baud rate:LA66 USB LoRaWAN adapter defaults to 9600 64 + 65 +3. Log display: Output Log from LA66 USB adapter 66 + 67 +4. AT command input box 68 + 69 +5. Send Button: Send input box info to LA66 USB Adapter 70 + 71 +6. Enable repeated sending of AT commands 72 + 73 +7. Set the interval for repeated sending of AT commands 74 + 75 +8. Enable random generation of sensor data 76 + 77 +9. Select the sensor model to be simulated 78 + 79 +10. Clear the AT command cache in the input box 80 + 81 + 82 +== 2.3 Example to simulates LHT65N == 83 + 84 +This example simulates LHT65N sending data to TTN server and decoding sensor data 85 + 86 + 87 +(% style="color:blue" %)**Select the simulates sensor model LHT65N ** 88 + 89 +Below we selected the simulation of LHT65N, enabled repeated data transmission every 10 seconds, and enabled random generation of sensor data 90 + 91 +[[image:image-20250508103541-5.png||height="909" width="409"]] 92 + 93 + 94 +(% style="color:blue" %)**Check the decoding** 95 + 96 +[[image:image-20250508104014-6.png||height="296" width="1111"]] 97 + 98 + 99 + 56 56 = 3.For Cellular End Node =