IR remote signals to be recognised by PIC

Status
Not open for further replies.

Beowolf

Full Member level 2
Joined
Jun 19, 2006
Messages
130
Helped
11
Reputation
22
Reaction score
3
Trophy points
1,298
Activity points
2,071
I want to build a remotely controlled device to be compatible with universal tv remotes using PIC.

What interface do I need?
 

Hi What do you mean ?. Are you talking about the protocol ?. If yes. RC5 or RC6 is the way to go (Philips standard)
 

TSOP1738 or similar, RC5/6 decoding algo at the minimum
 

Beowolf said:
I want to build a remotely controlled device to be compatible with universal tv remotes using PIC.

What interface do I need?
Universal Remotes transmit all the standard remote codes, so you need to write code for only one standard. Check out my post related to RC5. Yager has posted a very nice code there.
 

I need schematics and some sample code...
Device should recognise commands sent by ordinary TV remote control.

I see there are various IR control IC's but I cant sort that out what to use with PIC, so anyone with experience in IR control and PIC, please share some of your :idea:

Added after 13 minutes:

Solution found on random google search:
TSOP1738, and it's cheap...
thx for the code links...
 

Beowolf,

don't I deserve a thank you for giving you the google keywords

Oh.. and send us the links and your project files when you are done.

This will help people who are starting out a lot !

Just think about yourself - if there was some tested code already ..
 

    Beowolf

    Points: 2
    Helpful Answer Positive Rating
vsm Guy, found about TSOP before I red your post, but tnx anyway.. When I finish te project I'll post it for sure.
 

I was just pulling your leg - but thanks anyways. Do update us with your project. You are using CCS C to write the firmware ?
 

Yea, I'm currently in hardware development phase, then I write the code.

P.S: any link to a tutorial on including asm code in C? Particuraly, I want to write subroutines on time-sensitive operations, as is hardware -interface coding..., so, how do I reference C-coded variable in asm code? I designed a SPI interface for LCD which works excelent, bu to use it I must change the direction of SDI pin, as I use it for contrling RS pin on LCD module. Can I do it and still use CCS lib for SPI, or to write a specialised routines for my LCD?

I previously coded µC only in asm, but I know C from PC.
 

Use CCS C.

Join the forum... extensive examples for what you want to do !!

Don't forget to thank me again after you see your problem already solved for you there
 

Have you completed the project ?

How far is your RC5 Decoder ?
 

any update on ur project?
can u help the starters now? i mean some precautionary notes etc. some instructions.....
 

uzairsukhera said:
any update on ur project?
can u help the starters now? i mean some precautionary notes etc. some instructions.....

Not much required. The code is pretty straight forward. Let us know if you face any problems and need help.
 

IR is a good tool since most of the DVD, VCR has a control module, so only the receiver side need be developed. It is extremly useful for peolpe enjoy the DIY process at home. This will be useful.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…