Last modified by Mengting Qiu on 2025/03/08 11:33
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -583,16 +583,36 @@ 583 583 584 584 ==== 3.7.2.1 Instruction Description ==== 585 585 586 +* AT+PRO=1,0(HEX format uplink) &AT+PRO=1,5(JSON format uplink) 586 586 * AT+SERVADDR=COAP Server Address,5683 587 587 588 588 Example: AT+SERVADDR=int.thingsboard.cloud,5683(The address is automatically generated when the COAP integration is created) 589 589 591 +[[image:image-20240729172305-12.png||height="361" width="624"]] 592 + 590 590 Note:The port for the COAP protocol has been fixed to 5683 591 591 592 -AT+URL1=11,character length,"" 593 593 594 - Ifthemoduleused is BC660K,onlyoneURLdirective needs to be configured,e.g.AT+URL1=11,38,"i/faaaa241f-af4a-b780-4468-c671bb574858"596 +* AT+URL1=11,(% style="color:red" %)**character length**(%%),"Needs to be consistent with the CoAP endpoint URL in the platform" 595 595 598 +If the module used is (% style="color:red" %)**BC660K, only one **(%%)URL directive needs to be configured, 599 + 600 +e.g. 601 + 602 +* AT+URL1=11,38, "i/faaaa241f-af4a-b780-4468-c671bb574858" 603 + 604 +[[image:image-20240729172415-13.png||height="401" width="694"]] 605 + 606 +If you are using a (% style="color:red" %)**BG95-M2**(%%) module, you need to configure (% style="color:red" %)**TWO**(%%) URL commands, 607 + 608 +e.g. 609 + 610 +* AT+URL1=11, "i"; 611 +* AT+URL2=11,"/faaaa241f-af4a-b780-4468-c671bb574858" 612 + 613 +[[image:image-20240729172500-14.png||height="403" width="700"]] 614 + 615 + 596 596 == 3.8 [[Tago.io>>url:https://admin.tago.io/]] (via MQTT) == 597 597 598 598 === 3.8.1 Create device & Get Credentials ===