Page 1 of 1

PIC16F1823 NEC_IR decoder

Posted: Tue Jan 11, 2022 7:51 am
by seokgi
Good morning!
I am making NEC_IR decoder using PIC16F1823. I'm trying to program by referring to various data, but it doesn't work.

I referenced RC5(38KHz) of FC9 but it doesn't work.

How should I proceed?

Re: PIC16F1823 NEC_IR decoder

Posted: Tue Jan 11, 2022 9:03 am
by Steve-Matrix
The best way to get help for problems like this is to do the following:
  • Describe in detail the specific problem that is not working
  • Say if this a problem in simulation or when downloaded to a target device (or both)
  • Provide a simple example that shows the problem and give the steps to replicate it (.fcfx project file along with .c and .msg.txt if relevant)

Re: PIC16F1823 NEC_IR decoder

Posted: Tue Jan 11, 2022 9:25 am
by seokgi
Thank you for your attention.

This is my program.

Re: PIC16F1823 NEC_IR decoder

Posted: Tue Jan 11, 2022 9:31 am
by medelec35
Hi.
The NEC and RC5 are two different protocols.
Therefore the RC5 component will not work decoding NEC Remote controls.

Re: PIC16F1823 NEC_IR decoder

Posted: Tue Jan 11, 2022 3:13 pm
by BenR
Hello,

NEC doesn't look too bad. I'll investigate and see if we can craft a component to receive and transmit this.