Line 1: Line 1:
 
[[Category:8051 tutorials]]
 
[[Category:8051 tutorials]]
[http://exploreembedded.com/wiki/images/0/05/Schematic_8051_Interfacing_Zigbee.pdf '''Schematic''']
+
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


Schematic 8051 Interfacing Zigbee.JPG Code and Explanation will be updated soon..