Changes for page LG01v2 -- LoRa Gateway User Manual
Last modified by Kilight Cao on 2024/10/12 08:58
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 0 added, 13 removed)
- 1667456058832-484.png
- LoRa_Shield_Sketch_For_MQTT.ino
- arduino-LoRa-master.zip
- image-20221101160705-1.png
- image-20221101161318-2.png
- image-20221101161951-3.png
- image-20221101162527-4.png
- image-20221102105419-1.png
- image-20221102110604-2.png
- image-20221102114002-3.png
- image-20221102140053-4.png
- image-20221103140645-1.png
- image-20221103142228-2.png
Details
- Page properties
-
- Content
-
... ... @@ -88,7 +88,7 @@ 88 88 == **1.6 Button Intruction** == 89 89 90 90 91 -LG01 v2 has a black toggle button, which is:91 +LG01-V2 has a black toggle button, which is: 92 92 93 93 94 94 (% style="color:blue" %)**//➢ //Long press 4-5s : **(%%)the gateway will reload the Network and Initialize wifi configuration ... ... @@ -102,7 +102,7 @@ 102 102 103 103 104 104 105 -= **2. Quick Start** = 105 += ** 2. Quick Start** = 106 106 107 107 108 108 The LG01-V2 supports network access via Ethernet or Wi-Fi connection and runs without a network. ... ... @@ -119,7 +119,7 @@ 119 119 === (% style="color:blue" %)**Method 1**(%%): Connect via Ethernet with DHCP IP from the router === 120 120 121 121 122 -Connect the LG01 v2 Ethernet port to your router and LG01v2 can obtain an IP address from your router. In the router's management portal, you should be able to find what IP address the router has assigned to the LG01v2.122 +Connect the LG01-V2 Ethernet port to your router and LG01-V2 can obtain an IP address from your router. In the router's management portal, you should be able to find what IP address the router has assigned to the LG01-V2. 123 123 124 124 You can also use this IP to connect. 125 125 ... ... @@ -132,7 +132,7 @@ 132 132 133 133 [[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20All%20Gateway%20models/HP0C/WebHome/image-20220622100542-2.png?width=1256&height=369&rev=1.1||alt="image-20220622100542-2.png"]] 134 134 135 -The LG01 v2 has a fall-back IP address on its WAN port. you have to access the gateway Web-UI to configure the WiFi connection via the fallback IP address.135 +The LG01-V2 has a fall-back IP address on its WAN port. you have to access the gateway Web-UI to configure the WiFi connection via the fallback IP address. 136 136 137 137 138 138 (% style="color:#037691" %)**Steps to connect via fallback IP:** ... ... @@ -217,191 +217,166 @@ 217 217 218 218 219 219 220 -= **4. How to configuretheLora Gateway** =220 += **4. Build-in Server** = 221 221 222 222 223 - ==**4.1 Access theLora configurationpage**==223 +The default factory version of LG01-V2 is installed with the built-in Applicant server: (% style="color:blue" %)**Node-Red, and**(%%) LoRaWAN Server: (% style="color:blue" %)**The Things Network - Stack (Open Source 3.19 Version).** 224 224 225 225 226 - Users canaccess the LA66 moduleby running theowing command,then select theoption **''serialportsetup"**:226 +[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20All%20Gateway%20models/HP0C/WebHome/image-20220820115644-1.png?width=778&height=217&rev=1.1||alt="image-20220820115644-1.png"]] 227 227 228 -(% class="box infomessage" %) 229 -((( 230 -**root@dragino-2406ef:~~# minicom -s** 231 -))) 232 232 233 - [[image:image-20221029174637-2.png||height="410"width="524"]]229 +(% style="color:red" %)**Note:** 234 234 231 + **Path**: System ~-~-> Built-in Server 235 235 236 -And then, change the setting: 237 237 238 -(% class="box infomessage" %) 239 -((( 240 -**Serial Device :** **/dev/ttyUSB0** 234 +**Troubleshooting:** 241 241 242 -**Bps/Par/Bits : 9600 8N1** 243 -))) 244 244 237 +**~ 1. URL does not jump properly** 245 245 246 -(% style="color:red" %)**Note: Enter the corresponding letter to change the configuration, like A,B,C**(%%) 247 -(% style="color:red" %)[[image:image-20221029174703-3.png]] 239 + For the ttn-stack, you can click the update the URL which will update the configuration where change the hostname to the current local IP address as the URL. 248 248 241 + For the Node-Red, you can use the local IP address and the port is 1880 to access it. 249 249 250 -Enter **AT+CFG **in the interface to get the configuration, 251 251 252 252 253 -(% class="box infomessage" %) 254 -((( 255 -AT+FRE=868.100,868.100 ~-~--> TX and RX frequency 256 -AT+GROUPMOD=0,0 ~-~--> TX and RX group 257 -AT+BW=0,0 ~-~--> TX and RX Bandwidth 258 -AT+SF=12,12 ~-~--> TX and RX Spreading Factor 259 -AT+POWER=14 ~-~--> TX Power Range 260 -AT+CRC=1,1 ~-~--> TX and RX CRC Type 261 -AT+HEADER=0,0 ~-~--> TX and RX Header Type 262 -AT+CR=1,1 ~-~--> TX and RX Coding Rate 263 -AT+IQ=0,0 ~-~--> TX and RX InvertIQ 264 -AT+PREAMBLE=8,8 ~-~--> TX and RX Preamble Length 265 -AT+SYNCWORD=0 ~-~--> Syncword**(0: private,1: public)** 266 -AT+RXMOD=65535,0 ~-~--> Rx Timeout and Reply mode 267 -AT+RXDAFORM=1 268 -))) 245 +== **4.1 LoRaWAN Network Server ~-~- The Things Network - Stack (TTN-V3)** == 269 269 270 270 271 - ==**4.2Example:LG01v2Peer-to-Peer**==248 +You can access the gateway's built-in LNS server of (% style="color:blue" %)**The Things Network - Stack **(%%)via the URL( (% style="background-color:yellow" %)__**//http:~/~/<hostname>:8080 or http:~/~/<local-IPV4-address> //**__(%%)) in your browser. 272 272 250 +Such as (% style="background-color:yellow" %)__**//http:~/~/dragino-54ff12:8080 or http:~/~/<Local-IPV4-Address>//**__ 273 273 274 -[[image:image-20221103140645-1.png]] 275 275 276 - The user can run the AT command to set theLG01v2 RX windowalways open as a Receiver, the Sender uses **AT+SEND=1,helloworld,2,3** to simulate sending data,253 +Login account: 277 277 278 -** Prerequisites: **TheconfigurationofLG01v2andSendermustmatch,userscanuse**AT+CFG**tocheckallconfigurations.255 +**User ID: ** ** (% style="background-color:yellow" %)admin(%%)** 279 279 257 +**Password: ** ** (% style="background-color:yellow" %)dragino(%%)** 280 280 281 -(% style="color:red" %)**LG01v2 as Receiver: (configured as AT+RXMOD=65535,2)** 282 282 283 -[[image:image-2022110 2140053-4.png]]260 +[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20All%20Gateway%20models/HP0C/WebHome/image-20220725171719-1.png?width=769&height=570&rev=1.1||alt="image-20220725171719-1.png"]] 284 284 285 285 286 -(% style="color:red" %)**Sender: (AT+SEND=1,hello world,2,3)** 287 287 288 - [[image:image-20221031092053-4.png]]264 +== **4.2 Application Server ~-~- Node-Red** == 289 289 290 290 291 -Instruction for Peer-to-Peer firmware:[[ **Instruction **>>url:http://wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LA66%20LoRaWAN%20Shield%20User%20Manual/Instruction%20for%20LA66%20Peer%20to%20Peer%20firmware/]] 292 -))) 267 +You can access the gateway's built-in AS server of (% style="color:blue" %)**Node-Red **(%%)via the URL((% style="background-color:yellow" %)__**//http:~/~/<hostname>:1880 or http:~/~/<local-IPV4-address>//**__(%%)) in your browser. 293 293 294 294 295 - =**5.Build inServer**=270 +Such as (% style="background-color:yellow" %)__**//http:~/~/dragino-54ff12:1880 or http:~/~/<Local-IPV4-Address>//**__ 296 296 297 297 298 - Theefault factory versionf LG01-V2is installedwith theuilt-in Applicantserver: (% style="color:blue" %)**Node-Red**273 +[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20All%20Gateway%20models/HP0C/WebHome/image-20220725172124-3.png?width=843&height=610&rev=1.1||alt="image-20220725172124-3.png"]] 299 299 300 300 301 -[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20All%20Gateway%20models/HP0C/WebHome/image-20220820115644-1.png?width=778&height=217&rev=1.1||alt="image-20220820115644-1.png"]] 302 302 277 += **5. How users can access LG01v2 using serial USB** = 303 303 304 -(% style="color:red" %)**Note:** 305 305 306 - **Path**: System~-~->Built-inServer280 +(% style="color:blue" %)**USB TTL to LG01v2 Connection:** 307 307 308 308 309 - **Troubleshooting:**283 +Port 1 of the UART on the LG01v2 is GND 310 310 285 +(% class="box infomessage" %) 286 +((( 287 +**TXD <~-~--> UART RXD (Gray line)** 311 311 312 -**~ 1.URLdoesnotjump properly**289 +**RXD <~-~--> UART TXD (White line)** 313 313 314 - For the Node-Red, you can use the local IP address and the port is 1880 to access it. 291 +**GND <~-~--> GND (Black line)** 292 +))) 315 315 316 316 295 +**LG01v2 UART connection photo** 317 317 318 - == **5.1 ApplicationServer~-~- Node-Red**==297 +[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20All%20Gateway%20models/HP0C/WebHome/image-20220804163015-1.png?width=466&height=621&rev=1.1||alt="image-20220804163015-1.png"]] 319 319 320 320 321 -You can access the gateway's built-in AS server of (% style="color:blue" %)**Node-Red **(%%)via the URL((% style="background-color:yellow" %)__**//http:~/~/<hostname>:1880 or http:~/~/<local-IPV4-address>//**__(%%)) in your browser. 322 322 301 +In the PC, you can use the serial port tool(such as [[putty>>url:http://www.chiark.greenend.org.uk/~~sgtatham/putty/download.html]] in Windows), you need to set the serial baud rate to (% style="color:blue" %)**115200**(%%) to access the serial console for LG01v2. LG01v2 will output system info once power on as below: 323 323 324 -Such as (% style="background-color:yellow" %)__**//http:~/~/dragino-54ff12:1880 or http:~/~/<Local-IPV4-Address>//**__ 325 325 304 +[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20All%20Gateway%20models/HP0C/WebHome/image-20220804164928-3.png?width=332&height=320&rev=1.1||alt="image-20220804164928-3.png"]] 326 326 327 -[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20All%20Gateway%20models/HP0C/WebHome/image-20220 725172124-3.png?width=843&height=610&rev=1.1||alt="image-20220725172124-3.png"]]306 +[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20All%20Gateway%20models/HP0C/WebHome/image-20220804164747-2.png?width=594&height=622&rev=1.1||alt="image-20220804164747-2.png"]] 328 328 308 += **3. How to configure the LA66 module** = 329 329 330 -= (% style="color:inherit; font-family:inherit; font-size:29px" %)**6. How users can access LG01v2 using serial USB**(%%) = 331 331 311 +== **3.1 Access the LA66 module** == 332 332 333 -(% style="color:blue" %)**USB TTL to LG01v2 Connection:** 334 334 314 +Users can access the LA66 module by running the following command, then select the option **''serial port setup"**: 335 335 336 -Port 1 of the UART on the LG01v2 is GND 337 - 338 338 (% class="box infomessage" %) 339 339 ((( 340 -**TXD <~-~--> UART RXD (Gray line)** 318 +**root@dragino-2406ef:~~# minicom -s** 319 +))) 341 341 342 - **RXD <~-~--> UART TXD (Whiteline)**321 +[[image:image-20221029174637-2.png||height="410" width="524"]] 343 343 344 -**GND <~-~--> GND (Black line)** 345 -))) 346 346 324 +And then, change the setting: 347 347 348 -**LG01v2 UART connection photo** 326 +(% class="box infomessage" %) 327 +((( 328 +**Serial Device :** **/dev/ttyUSB0** 349 349 350 -[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20All%20Gateway%20models/HP0C/WebHome/image-20220804163015-1.png?width=466&height=621&rev=1.1||alt="image-20220804163015-1.png"]] 330 +**Bps/Par/Bits : 9600 8N1** 331 +))) 351 351 352 352 334 +(% style="color:red" %)**Note: Enter the corresponding letter to change the configuration, like A,B,C**(%%) 335 +(% style="color:red" %)[[image:image-20221029174703-3.png]] 353 353 354 -In the PC, you can use the serial port tool(such as [[putty>>url:http://www.chiark.greenend.org.uk/~~sgtatham/putty/download.html]] in Windows), you need to set the serial baud rate to (% style="color:blue" %)**115200**(%%) to access the serial console for LG01v2. LG01v2 will output system info once power on as below: 355 355 338 +Enter **AT+CFG **in the interface to get the configuration, 356 356 357 -[[image: http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20All%20Gateway%20models/HP0C/WebHome/image-20220804164928-3.png?width=332&height=320&rev=1.1||alt="image-20220804164928-3.png"]]340 +[[image:image-20221029172156-1.png||height="315" width="358"]] 358 358 359 -[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20All%20Gateway%20models/HP0C/WebHome/image-20220804164747-2.png?width=594&height=622&rev=1.1||alt="image-20220804164747-2.png"]] 360 360 343 +LG01v2 Peer-to-Peer example: 361 361 362 -= ** 7.FAQ**=345 +(% style="color:red" %)**LG01v2 as Receiver: (configured as AT+RXMOD=65535,2)** 363 363 347 +[[image:image-20221031091652-2.png]] 364 364 365 -== **7.1 How does LG01v2 communicate with Lora shield (LoRa.h)** == 366 366 350 +(% style="color:red" %)**Sender:** 367 367 368 -(% style="color:red" %)**Prerequisites: The configurations of LG01v2 and Lora shield must match** 369 369 370 - **LG01v2configuration:**353 +[[image:image-20221031092053-4.png]] 371 371 372 -(% class="box infomessage" %) 373 -((( 374 -AT+FRE=868.100,868.100 ~-~--> TX and RX frequency set :868100000 375 -AT+BW=0,0 ~-~--> TX and RX Bandwidth set : 125kHz 376 -AT+SF=12,12 ~-~--> TX and RX Spreading Factor 377 -AT+POWER=14 ~-~--> TX Power Range 378 -AT+CRC=1,1 ~-~--> TX and RX CRC Type 379 -AT+HEADER=0,0 ~-~--> TX and RX Header Type 380 -AT+CR=1,1 ~-~--> TX and RX Coding Rate 381 -AT+IQ=0,0 ~-~--> TX and RX InvertIQ 382 -AT+PREAMBLE=8,8 ~-~--> TX and RX Preamble Length 383 -AT+SYNCWORD=0 ~-~--> Syncword**(0: private,1: public)** 384 -AT+RXMOD=65535,0 ~-~--> Rx Timeout and Reply mode 385 -AT+RXDAFORM=1 355 + 356 +Instruction for LA66 Peer-to-Peer firmware :[[ **Instruction **>>url:http://wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LA66%20LoRaWAN%20Shield%20User%20Manual/Instruction%20for%20LA66%20Peer%20to%20Peer%20firmware/]] 386 386 ))) 387 387 388 -** Lorashield configuration:**359 += **7. Trouble Shooting** = 389 389 390 -Lora Shield example: [[attach:LoRa_Shield_Sketch_For_MQTT.ino||target="_blank"]] , [[attach:arduino-LoRa-master.zip||target="_blank"]] 391 391 392 - [[image:image-20221101161318-2.png]]362 +== 7.1 I can't log in to the built-in Server TTN Stack which shows '**Login failed**'. == 393 393 394 394 395 -**Test LG01v2 to receive Lora Shield data:** 396 396 397 -[[image:image-20221101161951-3.png]] 398 398 367 +This is caused by the inconsistency between the built-in TTN-Stack domain configuration and your login URL. 399 399 400 - **Test the LG01v2to senddata:**369 +By default, ttn-stack uses the gateway's domain name for URL resolution, but in some networks, they prefer to resolve IP-v4 addresses. 401 401 402 -[[image:image-20221101162527-4.png]] 403 403 372 +So you can change the domain name of the TTN-Stack configuration to the IPv4 address. 404 404 374 +**Click the update URL button to configure the URL with the current eth port address.** 375 + 376 + 377 + 378 + 379 + 405 405 = (% style="color:inherit; font-family:inherit; font-size:29px" %)**8. Supports**(%%) = 406 406 407 407
- 1667456058832-484.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Kilight - Size
-
... ... @@ -1,1 +1,0 @@ 1 -21.0 KB - Content
- LoRa_Shield_Sketch_For_MQTT.ino
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Kilight - Size
-
... ... @@ -1,1 +1,0 @@ 1 -2.9 KB - Content
-
... ... @@ -1,118 +1,0 @@ 1 -#include <SPI.h> 2 -#include <LoRa.h> 3 - 4 -// This is the LoRa Node side sketch for the MQTT example: http://wiki.dragino.com/index.php?title=MQTT_Forward_Instruction#Example_to_communicate_to_a_simple_MQTT_server 5 - 6 -float tem,hum; 7 -char tem_1[8]={"\0"},hum_1[8]={"\0"}; 8 -char *node_id = "<4567>"; //From LG01 via web Local Channel settings on MQTT.Please refer <> dataformat in here. 9 -uint8_t datasend[36]; 10 -unsigned int count = 1; 11 -unsigned long new_time,old_time=0; 12 - 13 -void setup() 14 -{ 15 - Serial.begin(9600); 16 - while (!Serial); 17 - Serial.println(F("Start MQTT Example")); 18 - if (!LoRa.begin(868100000)) //868000000 is frequency 19 - { 20 - Serial.println("Starting LoRa failed!"); 21 - while (1); 22 - } 23 - // Setup Spreading Factor (6 ~ 12) 24 - LoRa.setSpreadingFactor(12); 25 - 26 - // Setup BandWidth, option: 7800,10400,15600,20800,31250,41700,62500,125000,250000,500000 27 - //Lower BandWidth for longer distance. 28 - LoRa.setSignalBandwidth(125000); 29 - 30 - // Setup Coding Rate:5(4/5),6(4/6),7(4/7),8(4/8) 31 - LoRa.setCodingRate4(5); 32 - LoRa.setSyncWord(0x12); 33 - void disableCrc(); 34 - LoRa.disableInvertIQ(); 35 - LoRa.explicitHeaderMode(); 36 - Serial.println("LoRa init succeeded."); 37 - LoRa.onReceive(onReceive); 38 - LoRa.receive(); 39 -} 40 - 41 -void dhtTem() 42 -{ 43 - tem = random(15,40); 44 - hum = random(40,80); 45 - Serial.println(F("The temperature and humidity:")); 46 - Serial.print("["); 47 - Serial.print(tem); 48 - Serial.print("℃"); 49 - Serial.print(","); 50 - Serial.print(hum); 51 - Serial.print("%"); 52 - Serial.print("]"); 53 - Serial.println(""); 54 -} 55 -void dhtWrite() 56 -{ 57 - char data[50] = "\0"; 58 - //for(int i = 0; i < 50; i++) 59 - //{ 60 - // data[i] = node_id[i]; 61 - //} 62 - 63 - dtostrf(tem,0,1,tem_1); 64 - dtostrf(hum,0,1,hum_1); 65 - 66 - // Serial.println(tem_1); 67 - strcat(data,"tem="); 68 - strcat(data,tem_1); 69 - strcat(data,"&hum="); 70 - strcat(data,hum_1); 71 - strcpy((char *)datasend,data); 72 - 73 - //Serial.println((char *)datasend); 74 - //Serial.println(sizeof datasend); 75 - 76 -} 77 - 78 - 79 -void SendData() 80 -{ 81 - LoRa.beginPacket(); 82 - LoRa.print((char *)datasend); 83 - LoRa.endPacket(); 84 - Serial.println("Packet Sent"); 85 -} 86 - 87 - 88 - 89 -void loop() 90 -{ 91 - new_time=millis(); 92 - if (new_time - old_time >= 30000 || old_time == 0) 93 - { 94 - old_time = new_time; 95 - Serial.print("########### "); 96 - Serial.print("COUNT="); 97 - Serial.print(count); 98 - Serial.println(" ###########"); 99 - count++; 100 - dhtTem(); 101 - dhtWrite(); 102 - SendData(); 103 - LoRa.receive(); 104 - } 105 -} 106 - 107 -void onReceive(int packetSize) { 108 - 109 - // received a packet 110 - Serial.print("Received packet : "); 111 - 112 - // read packet 113 - for (int i = 0; i < packetSize; i++) { 114 - Serial.print((char)LoRa.read()); 115 - } 116 - Serial.print("\n\r"); 117 -} 118 -
- arduino-LoRa-master.zip
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Kilight - Size
-
... ... @@ -1,1 +1,0 @@ 1 -28.6 KB - Content
- image-20221101160705-1.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Kilight - Size
-
... ... @@ -1,1 +1,0 @@ 1 -6.1 KB - Content
- image-20221101161318-2.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Kilight - Size
-
... ... @@ -1,1 +1,0 @@ 1 -46.3 KB - Content
- image-20221101161951-3.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Kilight - Size
-
... ... @@ -1,1 +1,0 @@ 1 -131.0 KB - Content
- image-20221101162527-4.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Kilight - Size
-
... ... @@ -1,1 +1,0 @@ 1 -290.1 KB - Content
- image-20221102105419-1.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Kilight - Size
-
... ... @@ -1,1 +1,0 @@ 1 -37.3 KB - Content
- image-20221102110604-2.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Kilight - Size
-
... ... @@ -1,1 +1,0 @@ 1 -35.9 KB - Content
- image-20221102114002-3.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Kilight - Size
-
... ... @@ -1,1 +1,0 @@ 1 -50.1 KB - Content
- image-20221102140053-4.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Kilight - Size
-
... ... @@ -1,1 +1,0 @@ 1 -45.6 KB - Content
- image-20221103140645-1.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Kilight - Size
-
... ... @@ -1,1 +1,0 @@ 1 -39.1 KB - Content
- image-20221103142228-2.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Kilight - Size
-
... ... @@ -1,1 +1,0 @@ 1 -37.7 KB - Content