IMPLEMENTED SO FAR

- Support for 4x20 LCD Display and large number display
- Brightness and contrast adjustment with remote
- (OPUS/Wolfson WM8741) DAC volume control: remote and rotary encoder
- (OPUS/Wolfson WM8741) DAC random filter selection 1 to 5 with remote
- (OPUS/Wolfson WM8741) DAC upsampling selection (L, M, H -this is the OSR setting)
- I2C level shifting (5V to 3.3V)
- Optimized power-up sequence

Sunday, March 22, 2009

IR Remote Signals


Here is a picture I downloaded showing the waveform from pressing a few buttons (in this example pressing the buttons 1, 2,4 and 7) on a remote control. Arduino will have to decode each of these codes. In addition, the code depends on the manufacturer of the remote.

Seems too complex for my taste. You need to read every pulse and then figure out that the sequence of pulses corresponds to. The following links gives a flavor of what is involved:


No comments: