Infrared decoding module coding module infrared wireless communication NEC code receiving and transmitting serial communication|
Baby parameters:
Specification: 27 * 17 * 13MM
Power supply voltage: 5V
Communication method: Serial communication (TTL level)
Launch distance: 6-10 meters (stable control within 8 meters during actual environmental testing in our store)
1、 Function Description
1. Equipped with NEC format infrared emission function.
2. Equipped with NEC format infrared encoding function.
3. Equipped with an infrared emitter expansion interface.
4. Equipped with serial communication function, communication level is TTL.
5. Can control 99% of NEC infrared format devices, including electronic and electrical devices such as televisions and fans.
6. Supports NEC encoding chips: (Typical encoding chips such as uPD6121, uPD6122, TC9012, as well as numerous compatible chip models such as PT2221, PT2222, SC6121, SC6122, SC9012, etc.)
7. Can serve as infrared wireless data communication, data transmission, infrared control and other functions
2、 Application scope
Smart Home Student Electronic Design Infrared to Wireless Intelligent Industrial Control Equipment
MP3 controller remote infrared control infrared decoding device electronic building block kit
Electronic Device Control Wireless to Infrared Design Infrared Encoding Equipment Intelligent Car Remote Control
3、 Usage
The usage of this module is very simple. The following will explain it in terms of electronic and non electronic majors:
Electronic major:
Simply utilize the serial communication knowledge of the microcontroller to send specified instructions through the serial port for control module transmission; Perform infrared encoding operations through serial port reception to obtain remote control encoding information.
Decoding: No instructions need to be sent during decoding, just pick up the remote control and align it with the receiving head of the module, and press it. At this time, the serial port of the module will output the infrared code.
Encoding (transmission): When encoding, instructions need to be sent according to a certain format. By sending 5 bytes of instructions through the computer or microcontroller serial port, the corresponding encoded infrared signal can be restored.
By utilizing the infrared transceiver function, we can perform infrared data transmission and control. Purchasing 2 sets can complete the transceiver operation.
Non electronic majors:
If customers do not understand the knowledge of microcontrollers, they can use our store's USB to TTL combined with a computer to control other devices. After connecting the circuit, the computer's upper computer software can easily send and receive instructions, achieving encoding and decoding functions.
Instructions for operation:
---------------Example explanation-------------------
Transmit NEC signal encoded as 1C 2F 33, signal with data bit 3:
{A1, F1,1C, 2F, 33}
-------
Modify the serial communication address to 0xA5
{A1, F2, A5, 00, 00}
-------
Modify the baud rate to 4800bps (corresponding to serial number 1)