EasyManua.ls Logo

Seeed Grove - LoRa-E5 - Page 11

Seeed Grove - LoRa-E5
18 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
char cmd[128];
sprintf(cmd, "AT+CMSGHEX=\"%04X%04X\"\r\n", (int)temp, (int)humi);
ret = at_send_check_response("Done", 5000, cmd);
if (ret)
{
recv_prase(recv_buf);
}
else
{
Serial.print("Send failed!\r\n\r\n");
}
delay(5000);
}
}
else
{
delay(1000);
}
}
TTN Console Configuration Setup
Step 1: Load into TTN
website: https://www.thethingsnetwork.org and create your account,
then access “Console” and first click on "APPLICATIONS".
Step 2: Add an Application:
Application ID: Enter a unique name.

Related product manuals