IR Remote Protocols - Other Remote Info

Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.
I've been looking into doing a custom remote and noticed that some of the projects here do
not mention the protocol being used. Some also do not decode the address field and therefore
will not be compatible with a multifunction remote.
Thought I'd post some links here to the better documentation that I've found.

This covers some of the more popular protocols, including the NEC and easy to decode Sony:
http://www.remotecentral.com/features/irdisp3.htm

This link is to a document providing PBASIC STAMP code for the Sony protocol:
http://www.parallax.com/dl/docs/prod/compshop/IRremoteAppKit.pdf

And an errata to the previous:
www.parallax.com/dl/docs/prod/audiovis/IrRemoteErrata-v1.0.pdf

Stamps are particularly easy to set up and program however, I don't like the interpreted code,
lack of interrupt handling etc. Here is some info on a PicBasic Compiler that I think makes a lot of sense however it is not free, and I doubt I'll purchase it - anyone tried it?
http://www.rentron.com/PicBasic2.htm

I've got an AVR development board here that I will also look into at some point.

This site has different types of remotes and low cost preprogrammed parts for IR Remotes
using the Sony protocol:
http://www.rentron.com/PicBasic/RemoteControl.htm

Posted here to have a place for links to sources for documentation, code, parts, etc. for remote projects.

Pete B.
 
IR Protocol Analyzer

Hi,

An IR protocol analyzer would be interesting. There is mention of one on this page:
http://www.home-electro.com/jp1.php

The IR modulation frequency is not standardized; some are 36, 38, 40 or 50 KHz.
I wonder how the universal remotes handle this?

I happen to be using a 38 kHz sensor here with a universal remote set to Sony which should be
40 KHz and there are no problems as far as I can see. The Panasonic sensor does have AGC built in that might be cleaning things up:
https://www.solarbotics.com/products/pna4602

If you know or can find the modulation frequency you could get a Panasonic type sensor, power it up and look at the demodulated data
stream with a scope. Another option is to open the ball receiver that comes with the iMon and see if you can probe the output if the IR sensor.

The receiver has USB output, you could provide a USB port on whatever controller you choose. This company seems to have
good, in circuit programmable development boards at a good price:
http://www.sparkfun.com/commerce/categories.php?c=2

Lots of options ...
 
An easy way to inspect the IR signal is to get one of the all-in-one receiver modules (I use the Siemens SFH5110 - which comes in 5 different variants for the different carriers). The output of this chip (a chip which looks like a three terminal LED) can be plugged (almost) directly into a PC soundcard, through a 10uF capacitor and 10k resistor.

Any audio recording software that displays an oscillograph of the recording can be used to show the data pattern, and if you choose a 'nice' sampling frequency like 50kHz, the timing is easy to work out.

SOME protocols (Nokia / ITT) use no modulation, and the Siemens receiver doesnt pick them up at all.
 
Member
Joined 2004
Paid Member
theAnonymous1 said:
Thanks guys, I believe the IR signal from this remote is 38kHz.

I just tried my Veris remote control (Antec/iMon) with my remote control detection software, and it identified the protocol as RC5. I'm using a 38KHz receiver and I could detect the signal from across the room, so 38KHz is probably right.

My remote control detection software is far from perfect--but look at the logic diagram on slide 16 and you can see how it got to "RC5"

http://www.audiodevelopers.com/temp/Remote_Controls.ppt

This briefing documented what I learned while trying to develop a universal remote control reader. Eventually I gave up--there were just too many weird variations and it stopped being fun after awhile. I just went with NEC TV for my own use, since it is so well supported and easy to decode.
 
Denon code
 

Attachments

  • dennon.gif
    dennon.gif
    99.9 KB · Views: 91
Member
Joined 2004
Paid Member
High Quality Metal RC5 Remotes?

Folks:

I don't mean to hijack this thread, but perhaps you can point me in a useful direction. I have built several preamplifiers using various (and frankly terrific) Dantimax kits (http://electronics.dantimax.dk/). The Dantimax gear uses the RC5 protocol, but the remote handsets that Mikkel Simonsen (Mr. Dantimax) sells are all inexpensive mass-market plastic remotes. I don't have the equipment or know-how to manufacture something better but would love to find a source for a high quality metal remote that uses the RC5 protocol.

Does anyone have a recommendation?

Many thanks,
Scott
 
Using a 38 KHz IR Receiver for Sony 40 KHz Decoding

The IR modulation frequency is not standardized; some are 36, 38, 40 or 50 KHz.
I wonder how the universal remotes handle this?

I happen to be using a 38 kHz sensor here with a universal remote set to Sony which should be
40 KHz and there are no problems as far as I can see. The Panasonic sensor does have AGC built in that might be cleaning things up:
https://www.solarbotics.com/products/pna4602

Hey,
I am not able to get a 40 KHz IR Receiver module. However, 38 KHz ones are abundant. Do you reckon it would work with the 40 KHz Sony IR Protocol?
 
Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.