UP/Down Link Command
eWBM LoRa AT Command Manual for Consumer Products, Rev. 0.6, 02/2021
21 | 49
7.
UP/DOWN LINK COMMAND
7.1.
COMMAND TABLE
Table 16 UP/Down Link Command Table
AT Command
Description
Reference
AT+SEND
LoRa Data Uplink (data type in text)
7.2.1
AT+SENDB
LoRa Data Uplink (data type in hexadecimal)
7.2.2
AT+RECV
Confirm Received Downlink Data (data type in text)
7.2.3
AT+RECVB
Confirm Received Downlink Data (data type in hexadecimal)
7.2.4
AT+RSSI
Returns RSSI value of the last received data
7.2.5
AT+SNR
Returns SNR value from the last received data
7.2.6
7.2.
COMMAND DETAIL
AT+SEND
⚫
LoRa Data Uplink
Command
⚫
Send Data Type : text data
Table 17 AT+SEND
Syntax
Operation
Remark
AT+SEND
W
Uplink command of LoRa Data
Data transfer type: text
[Format] : AT+SEND <application port>:<data> <ENTER>
[Example]
Send text data string “12345”
(5 Byte) to port #2
AT+SEND
2:12345
<OK>
➢
Note )
When the data is sent successfully,
<OK>
message returns
If Failed to send, <
AT_ERROR
> message returns