Difference between revisions of "NEC IR Remote Control Interface with 8051"
m (Explorer moved page B2.8051 Interfacing Zigbee to NEC IR Remote Control Interface with 8051) |
|||
Line 1: | Line 1: | ||
[[Category:8051 tutorials]] | [[Category:8051 tutorials]] | ||
− | + | IR Remote Controllers and receivers follow standard protocols for sending and receiving the data. Some of the standard protocols are NEC , JVC , SIRC (Sony Infrared Remote Control) etc. | |
+ | We will be discussing only the NEC protocol. After understanding the frame format of IR Remote, We will be interfacing a IR receiver with 8051 and decode the key pressed. | ||
+ | |||
+ | =NEC Protocol= | ||
+ | This protocol was | ||
+ | |||
[[File:Schematic 8051 Interfacing Zigbee.JPG|680px]] | [[File:Schematic 8051 Interfacing Zigbee.JPG|680px]] | ||
<span style="color:red">'''Code and Explanation will be updated soon..'''</span> | <span style="color:red">'''Code and Explanation will be updated soon..'''</span> |
Revision as of 16:17, 29 July 2016
IR Remote Controllers and receivers follow standard protocols for sending and receiving the data. Some of the standard protocols are NEC , JVC , SIRC (Sony Infrared Remote Control) etc. We will be discussing only the NEC protocol. After understanding the frame format of IR Remote, We will be interfacing a IR receiver with 8051 and decode the key pressed.
NEC Protocol
This protocol was