Feature:
-90614 is a low-cost infrared temperature module.
Working voltage 3-5v Low power consumption and small size.
Its working principle is to read infrared temperature data through single chip microcomputer, serial port (TTL level)
Communication mode output (the baud rate can be set): the baud rate of the serial port is 9600bps, 57600 and 115200bps
There are two ways of continuous output and query output, which can adapt to different working environments and connect with all single chip computers and computers.
Object distance ratio: 1.6: 1
letter of agreement:
Serial communication parameters (default baud rate value is 115200 bps, which can be set by software)
Baud rate: 9600 bps Check digit: N Data bit: 8 Stop bit: 1
Baud rate: 57600 bps Check digit: N Data bit: 8 Stop bit: 1
Baud rate: 115200 bps Check digit: N Data bit: 8 Stop bit: 1
Module output format:
Instruction length: 9
Data output format:
Byte1 frame header logo 0x66
Byte2 frame header logo 0x66
Byte3 data output mode (0x01 continuous output; 0x02 query output, default is continuous output mode)
Byte4 measurement data length (counted by Byte)
Byte5 data 1 high 8 bits
Byte6 data 1 low 8 bits
Byte7 data 2 high 8 bits
Byte8 data 2 lower 8 bits
Byte9 data parity bit (all 8 bits of data are accumulated)
Data calculation method:
Temperature = 8 bits of data high << 8 bits of data low, the result is the actual temperature multiplied by 100.
Command instruction (send to MCU, set various parameters)
Byte1 frame header logo 0x66
Byte2 frame header flag 0x66
Byte3 setting command
0x01 continuous output mode
0x02 query output mode
0x11 Set baud rate to 9600