Close

RAM

A project log for IR2IR Translator

Translate one IR protocol to another. Use only one of your existing remotes for multiple devices.

yohanes-nugrohoYohanes Nugroho 06/29/2015 at 02:580 Comments

First experiment in porting Arduino's IR Remote code shows that the PIC that I choose doesn't have enough RAM to decode the IR signals. I was going to switch to another chip, but it turns out that hashing the IR code is enough, I don't really need to know the exact decoded value of a button.

Discussions