vgahlaut
vgahlaut
Hi Experts, Now we have commented particular printf as reported in previous message and decoded stack and run it again. Now every time we are seeing stack smashing every time...
Thank you Sir for your answer. We never used dependency injector before and documentation also does not seems to be helping much. Is there any document that specify how do...
Dear @crankyoldgit , I have already checked Transmit circuit multiple times. The same circuit is working absolutely fine for other protocols (Voltas, Carrier) and all those protocols are well detected...
I already tried sending 56K raw data with `sendRaw(rawData, 595, 56);` and it did not work. If that could have worked I did not need to look for help because...
Please note that I also tried to use standard commands offered by protocol `IRHitachiAc296 ac(13); ac.begin(); ac.setFan(kHitachiAc296FanAuto); ac.setMode(kHitachiAc296Cool); ac.setTemp(25); ac.on(); ac.send();` This also did not work. But I just checked...
1. IR LED is fully function and can control my Voltas AC both with raw data and class object. 2. Yes, Its Phone camera shows pink/purple blinking when command is...
Dear @crankyoldgit Thank you so much for your help. Got raw data working. As you correctly suspected it was due to transmit power. Based on your suggestion I made the...