Skip to content

RCMM32 Protocol #198

Discussion options

You must be logged in to vote

I do not like the statement that the signal "is" 0X2600270C; that is some description someone has cooked up, the 5 parameter form is likely the one more close to the manufacturer. The IRP form of Nokia32 is

{36k,1p,msb}<6,-10|6,-16|6,-22|6,-28>((15,-10,D:8,S:8,T:1,X:7,F:8,6,^100m)*,T=1-T) [D:0..255,S:0..255,F:0..255,T@:0..1=0,X:0..127]

so likely 8 bits of D concatenated to 8 bits of S concatenated with 1 bit of T concatenated to 7 bits of X concatenated with 8 bits of F should equal 0x2600270C; i.e. D=26, S=00, T=0, X=27, F=0C (all hexadecimal) is the answer.

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by bengtmartensson
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants
Converted from issue

This discussion was converted from issue #197 on March 09, 2021 08:40.