NRC17 (old and new)
Posted: Sat Jan 09, 2010 4:58 pm
old...
A friend of mine bought a NOKIA "Mediamaster 150 T" (DVB-T receiver) at ebay without remote control (for 1 Euro
) .
I discovered that it uses the NRC17 protocol, but I couldn't get the NRC17 (=00 BD) in RM to work.
After doing some research I found that (at least for some older S3C80 remotes with 00BD built in)
I had to change the RM protocol as follows:
[NRC17 (old)]
#Nokia Remote Control protocol
PID=00 BD
FixedData=00
DevParms=Device:7,OBC>127:bool
DeviceTranslator=Translator(lsb,0,7,1,0) Translator(1,1,0,0)
DefaultCmd=80
CmdParms=OBC:7
CmdTranslator=TranslatorWithDevBool(lsb,1,0,7,1)
#code section from 00 BD
Code.S3C80=...
Code.6805-RC16/18=...
After that change the programmed remotes (URC-7541 & 7552) generate NRC17 signals that fully
correspond with the DecodeIR "learned signals" protocol/device/OBC output.
(And they do work with the "Mediamaster 150 T".)
I know however, that this 00BD protocol is not 100% NRC17 according to
http://www.sbprojects.com/knowledge/ir/nrc17.htm
(supporting only half of the OBC range with one upgrade and only 7 bits of the device address - devices 0..127)
btw...
There are 2 entries for PID=00 BD in protocols.ini.
The latter has the same code section for S3C80 and 6805..., but in addition a code for HCS08.
Shouldn't the entries be merged or does the code for HCS08 work different?
A friend of mine bought a NOKIA "Mediamaster 150 T" (DVB-T receiver) at ebay without remote control (for 1 Euro
I discovered that it uses the NRC17 protocol, but I couldn't get the NRC17 (=00 BD) in RM to work.
After doing some research I found that (at least for some older S3C80 remotes with 00BD built in)
I had to change the RM protocol as follows:
[NRC17 (old)]
#Nokia Remote Control protocol
PID=00 BD
FixedData=00
DevParms=Device:7,OBC>127:bool
DeviceTranslator=Translator(lsb,0,7,1,0) Translator(1,1,0,0)
DefaultCmd=80
CmdParms=OBC:7
CmdTranslator=TranslatorWithDevBool(lsb,1,0,7,1)
#code section from 00 BD
Code.S3C80=...
Code.6805-RC16/18=...
After that change the programmed remotes (URC-7541 & 7552) generate NRC17 signals that fully
correspond with the DecodeIR "learned signals" protocol/device/OBC output.
(And they do work with the "Mediamaster 150 T".)
I know however, that this 00BD protocol is not 100% NRC17 according to
http://www.sbprojects.com/knowledge/ir/nrc17.htm
(supporting only half of the OBC range with one upgrade and only 7 bits of the device address - devices 0..127)
btw...
There are 2 entries for PID=00 BD in protocols.ini.
The latter has the same code section for S3C80 and 6805..., but in addition a code for HCS08.
Shouldn't the entries be merged or does the code for HCS08 work different?