Hello Community!
The IR codes (raw) I receive using Ardiuno sketch IRrecvDump v2 and OMG are very different. Sending the raw data captured from IRrecvDump v2 via MQTT to OMG works but sending raw codes captured OMG doesnt work.
Raw Data IRrecvDump v2
unsigned int rawData[161] = {1050,500, 1050,500, 1050,2500, 1050,2450, 1100,500, 1050,450, 1100,2500, 1050,2500, 1050,2500, 1050,2450, 1050,2500, 1050,500, 1050,500, 1100,500, 1050,2450, 1100,500, 1050,500, 1050,450, 1150,500, 1050,500, 1100,450, 1100,500, 1050,500, 1100,450, 1100,450, 1100,500, 1100,500, 1050,2500, 1050,2450, 1050,500, 1100,2450, 1050,500, 1100,450, 1100,500, 1100,2450, 1050,2500, 1050,2450, 1100,500, 1050,2500, 1050,2450, 1050,500, 1100,500, 1050,2500, 1050,2450, 1050,2500, 1050,500, 1100,2450, 1050,2500, 1050,500, 1050,500, 1050,2450, 1100,2450, 1100,2450, 1100,450, 1100,2450, 1050,2500, 1050,500, 1050,500, 1100,450, 1100,2500, 1050,500, 1050,500, 1100,500, 1050,2500, 1050,500, 1050,500, 1050,500, 1100,500, 1050,450, 1100,500, 1100,500, 1050,550, 1050,450, 1100,500, 1050,500, 1100,500, 1050,2500, 1050,2500, 1050,2450, 1050,500, 1050};
V/S Captured by OMG:
1132,498,1084,498,1082,2480,1080,2488,1082,500,1080,500,1082,2478,1088,2506,1054,2478,1090,2488,1076,2500,1070,500,1084,500,1082,500,1080,2508,1056,502,1080,500,1084,500,1082,468,1114,496,1086,500,1082,500,1084,498,1086,420,1162,524,1058,500,1084,524,1058,2508,1058,2510,1054,506,1078,502,1082,498,1084,498,1084,498,1086,2508,1058,2506,1058,2502,1062,504,1080,2504,1060,2502,1064,502,1080,500,1082,2506,1058,2508,1060,2482,1090,492,1084,2504,1058,2508,1060,500,1084
What am I missing here? Any help is much appreciated …