RAK411 PROGRAMMING MANUAL
V1.7
COPYRIGHT ©
SHENZHEN RAKWIRELESS TECHNOLOGY CO., LTD
ETDX1603021415
5
3.3 Interrupt Pin
RAK411 provides an optional INT pin, so that the host can quickly respond to module data
requests via the INT pin. The normal INT pin is low level voltage, when there is abnormal data to
be sent, the module pulls INT to high level. After the host receives the rising edge, the module
can read the data by sending read frames directly.After reading a package, INT pin goes low. If
there is data in the module needs to be sent to the host, the module will once again pull up INT
pin.
3.4 SPI Frame Format
The SPI basic operations are divided into three categories: read status, write data, and read
data.
3.4.1 Command frame header
The frame head is composed of three parts, CMD, Length, 0x97.
Field
Bytes
Value
Instruction
CMD
1
0xA0-0xCD
Command code for all commands
0x97
1
0x97
Fixed
Length
2
0-1416
The command and the length of the
data, the low byte in the front