04-27-2015, 02:52 PM
Interim Update:
I made the following change on the arduino:
The following raw data sequence is transmitted by the remote control
(Remote: Button 1, ON or pilight-send -p quigg_gt7000 -i 2816 -u 0 -t):
The following code sequence is received by pilight-rawf:
Analysis:
one byte is missing (41 instead of 42), the footer value is wrong, a lot of received bytes are wrong.
I made the following change on the arduino:
Code:
#define MAX_PULSELENGTH 8100
The following raw data sequence is transmitted by the remote control
(Remote: Button 1, ON or pilight-send -p quigg_gt7000 -i 2816 -u 0 -t):
Code:
757 1243 748 625 1403 1321 713 1341 698 672 1362 688 1352 695 1338 701 1364 707 1332 710 1332 719 1318 737 1304 734 1307 736 1306 742 1303 1419 659 748 1286 749 1298 743 1300 1409 585 78264
Code:
433nano: 750 1250 750 750 750 1400 750 1400 750 750 750 750 750 750 750 750 750 750 750 750 750 750 750 750 750 750 750 750 750 750 750 1400 750 750 750 750 750 750 750 1400 750 15424 -# 41
one byte is missing (41 instead of 42), the footer value is wrong, a lot of received bytes are wrong.