Changes for page LA66 LoRaWAN Shield User Manual
Last modified by Xiaoling on 2023/05/26 14:19
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -168,6 +168,32 @@ 168 168 169 169 == Example Send & Get Messages via LoRaWAN in PC == 170 170 171 +Connect the LA66 LoRa Shield to the PC 172 + 173 +[[image:image-20220602153333-4.png]] 174 + 175 +Open the serial port tool 176 + 177 +[[image:image-20220602161617-8.png]] 178 + 179 +[[image:image-20220602161718-9.png||height="529" width="927"]] 180 + 181 +Press the reset switch RST on the LA66 LoRa Shield. 182 + 183 +The following picture appears to prove that the LA66 LoRa Shield successfully entered the network 184 + 185 +[[image:image-20220602161935-10.png]] 186 + 187 +send instructions: AT+SENDB=<confirn_status>,<Fport>,<data_len>,<data> 188 + 189 +example: AT+SENDB=01,02,8,05820802581ea0a5 190 + 191 +[[image:image-20220602162157-11.png]] 192 + 193 +Check to see if TTN received the message 194 + 195 +[[image:image-20220602162331-12.png||height="547" width="1044"]] 196 + 171 171 == Example Send & Get Messages via LoRaWAN in RPi == 172 172 173 173 Connect the LA66 LoRa Shield to the RPI ... ... @@ -205,8 +205,6 @@ 205 205 206 206 [[image:image-20220602143744-2.png]] 207 207 208 -=== Use AT Command to send an uplink message. === 209 - 210 210 === Send PC's CPU/RAM usage to TTN via script. === 211 211 212 212 ==== Take python as an example: ====