Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

avr rc5 receving and transmitting.

Status
Not open for further replies.

senthilkumar

Advanced Member level 1
Joined
Nov 24, 2001
Messages
401
Helped
27
Reputation
54
Reaction score
19
Trophy points
1,298
Location
india
Activity points
3,965
avr rc5

hai,,


iam using avr8535 with 3.6864mhz crystal.


how can decode the rc5 code in c.


any ready code avilable.

thanks
 

rc5 avr

senthilkumar said:
hai,,


iam using avr8535 with 3.6864mhz crystal.


how can decode the rc5 code in c.


any ready code avilable.

thanks

Not exactly C language, but you can find several information about RC5 and other IR coding at my website. There is some examples of coding in assembly for the 8051 (89C2051). It is not that bad and in time you will see it pretty simple to decode.

**broken link removed**

Wagner
 

rc5 avr c

Here are my link collection for IR decoding, mostly with RC5 code, but also other formats:

http://vishay.com/docs/80071/80071.pdf Data Formats for IR Remote Control.
**broken link removed** RC5 decoding in C for AVR.
http://bray.velenje.cx/avr/rc5/rc5.html RC5 decoding in C for AVR.
**broken link removed** RC5 decoding in C for AVR.
http://www.sbprojects.com/knowledge/ir/ir.htm IR Remote Theory and Data Formats for IR Remotes.
http://www.ustr.net Data Formats for IR Remote Control.
http://www.mikrocontroller.com
**broken link removed**
http://www.winpicprog.co.uk/pic_tutorial5.htm
**broken link removed**
**broken link removed**
**broken link removed**
**broken link removed**
http://www.epanorama.net/links/irremote.html

Also look at these Atmel AVR application notes with assembly code:
AVR410: RC5 IR Remote Control Receiver
AVR415: RC5 IR Remote Control Transmitter
Link: http://www.atmel.com/dyn/products/app_notes.asp?family_id=607

Also read these uploaded articles from Elektor Electronics magasines #03 and #04 2001,
**broken link removed**
IR Remote Control Codes (1) 03/2001 - page 50
IR Remote Control Codes (2) 04/2001 - page 54
 

rc5 c avr

Hai

Thank you very much ME for the links.

Probabily it created a unsolicited effect that I lost my confidence in Google!

Have you seen any interrupt driven IR RC5 receiving code for PIC?

With thanks and regards

Picstudent
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top