Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code Decoded by Advanced Receiver and ProtocolAnalyzeDemo(Martin-Laclaustra) does not work with the real receiver #518

Open
garudaonekh opened this issue Jan 12, 2025 · 0 comments

Comments

@garudaonekh
Copy link

garudaonekh commented Jan 12, 2025

HI,
I got Protocol 1 decoded by the Receive_Demo_advance.ino but the receiver switch failed to read it.

I also try ProtocolAnalyzeDemo and I add the suggested protocol but it also failed.

Suggested protocol by ProtocolAnalyzeDemo(https://github.com/Martin-Laclaustra/rc-switch/blob/protocollessreceiver/examples/ProtocolAnalyzeDemo/ProtocolAnalyzeDemo.ino)


Received 8768932 / 24bit Protocol: 0
data bits of pulse train duration: 35944
proposed protocol: { 375, { 1, 31 }, { 1, 3 }, { 3, 1 }, true }
====
first level up
11607 
1110 388 363 1143 337 1143 391 1114 347 1156 1148 357 330 1158 1100 402 
1094 402 1096 402 340 1151 346 1156 1118 384 1081 434 332 1155 1107 384 
1085 406 369 1131 1076 438 328 1161 335 1166 1078 404 348 1142 357 1151 
371
====
Received 8768932 / 24bit Protocol: 0
data bits of pulse train duration: 35922
proposed protocol: { 374, { 1, 31 }, { 1, 3 }, { 3, 1 }, true }
====
first level up
11614 
1135 363 374 1124 368 1106 426 1089 399 1104 1089 422 365 1107 1135 360 
1157 345 1098 405 353 1134 354 1131 1125 388 1100 398 340 1159 1089 419 
1096 378 371 1134 1087 435 303 1174 360 1149 1071 403 384 1136 333 1147 
329

I set the code as follow for sending out:


mySwitch.setProtocol(newProtocolNumber,375);
mySwitch.send(8768932,24)

And here's the code I get from
https://github.com/sui77/SimpleRcScanner/blob/master/htdocs/Sketchbook/SimpleRcScanner.ino
382,1120,1128,371,349,1145,1112,397,1107,380,1126,385,350,1141,354,1137,1100,398,1100,389,387,1129,1078,415,1078,422,370,1113,1111,399,340,1162,347,1141,1093,394,360,1131,361,1144,381,11330,84,164,1120,392,366,1129,376,1116,358,1140,382,1115,1123,380,392,1106,1086,416,1085,399,1112,404,335,1149,352,1156,1091,393,1085,427,344,1142,1107,391,1079,425,319,1157,1102,404,338,1157,352,1134,1107,404,344,1152,342,1153,347,11615,1131,365,373,1124,382,1112,398,1092,396,1100,1132,374,409,1100,1129,360,1113,376,1115,387,342,1153,350,1157,1086,406,

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant