It is a simple library to decode the commands from a remote control using NEC protocol for Atmel AVR microcontrollers. The explanation of NEC protocol can be found ...
In today’s modern world, we find a wide range of appliances managed by handheld remote controls, whose decoder function historically has often been provided by a dedicated chip. However, given the ...
This project demonstrates decoding NEC infrared (IR) remote control signals using the ATTiny13 microcontroller. It is based on the tutorial AVR ATTiny13 NEC IR Protocol Remote Control by Nguyễn Văn ...
As you might have noticed, the 38-KHz pulse generator is built around the evergreen timer chip NE555P (IC1). Here, the RC components (R5-C3-P1) set the astable frequency to drive the infrared light ...
Hardware development often involves working with things that can’t be directly perceived, which is one reason good development tools are so important. In appreciation of this, [David Johnson-Davies] ...
[SpiralBrain] needed to figure out the coding scheme used by an IR remote control so that he could use it with his own project. He built an IR receiver board for the PICkit 2 and figured out how to ...