PIC16F1823 NEC_IR decoder

For general Flowcode discussion that does not belong in the other sections.
Post Reply
seokgi
Posts: 165
http://meble-kuchenne.info.pl
Joined: Thu Dec 03, 2020 1:43 pm
Has thanked: 5 times
Been thanked: 6 times

PIC16F1823 NEC_IR decoder

Post 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?

Steve-Matrix
Matrix Staff
Posts: 1234
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 167 times
Been thanked: 277 times

Re: PIC16F1823 NEC_IR decoder

Post 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)

seokgi
Posts: 165
Joined: Thu Dec 03, 2020 1:43 pm
Has thanked: 5 times
Been thanked: 6 times

Re: PIC16F1823 NEC_IR decoder

Post by seokgi »

Thank you for your attention.

This is my program.
Attachments
Cleaner-220111-1NEC_IR.fcfx
(22.53 KiB) Downloaded 68 times

medelec35
Matrix Staff
Posts: 1432
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 506 times
Been thanked: 469 times

Re: PIC16F1823 NEC_IR decoder

Post by medelec35 »

Hi.
The NEC and RC5 are two different protocols.
Therefore the RC5 component will not work decoding NEC Remote controls.
Martin

BenR
Matrix Staff
Posts: 1707
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 435 times
Been thanked: 598 times

Re: PIC16F1823 NEC_IR decoder

Post 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.

Post Reply