Wiring Diagram

Table Of Contents
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;
bClear to send FIFO
write reg[0x26] = 0x8080
cWrite data to FIFO, such as the data sent 0x05 0x01 0x02 0x03 0x04 0x05The 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;
dStart sending enable and set the channel at the same time
write reg[0x00] = 0x80XX; // Low 7 is channel number
ewait pkt _flag for highlyIndicates the completion of the transmission
(2)Receiving process:
aThe 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;