Wiring Diagram
Jiangsu JWT Electronics Shares CO.,Ltd.
37 / 42
write reg[0x05] = 0x7fa6;
write reg[0x0A] = 0x2053;
write reg[0x0D] = 0x6003;
write reg[0x0F] = 0x661d;
write reg[0x1A] = 0x00f7;
write reg[0x01] = 0x207f;
write reg[0x0B] = 0x857f;
b、Clear to send FIFO
write reg[0x26] = 0x8080
c、Write data to FIFO, such as the data sent: 0x05 0x01 0x02 0x03 0x04 0x05(The first byte
represents length, the last five bytes are data, and the total length is 6 bytes.
write reg[0x27] = 0x0501;
write reg[0x27] = 0x0203;
write reg[0x27] = 0x0405;
d、Start sending enable and set the channel at the same time
write reg[0x00] = 0x80XX; // Low 7 is channel number
e、wait pkt _flag for highly,Indicates the completion of the transmission
(2)、Receiving process:
a、The initialization register, which is the register value that needs to be optimized
write reg[0x02] = 0x4026;
write reg[0x03] = 0x5810;
write reg[0x05] = 0x7fa6;
write reg[0x0A] = 0x3453;
write reg[0x0D] = 0x6003;
write reg[0x0F] = 0x661d;