Mitsubishi AC MSZ-GA71VA & AnalysIR
Posted: Fri Oct 15, 2021 6:58 am
Really happy with the AnalysIR software & support. I've been working on the remote for a Mitsubishi MSZ-GA71VA and was starting from scratch with my understanding of AC IR codes. Using a combination of AnalysIR, my Oscilloscope and details from the AnalysIR blog, I now have a reasonable understanding in general and I've been able to create a model solution using a pair of ESP32's as sender and receiver and produce almost perfect signals. Currently I am only generating (from the Hex codes) test signals for turning ON and OFF (one byte change within the 18 byte array) every 30 seconds (with temp, fan, vane etc remaining unchanged). Signals are output via constant current circuit and works perfectly.
References: (https://www.analysir.com/blog/2015/01/0 ... -protocol/) & (https://www.analysir.com/blog/2013/11/2 ... d-circuit/)
Note : The approach I used was to use the ESP32's programmable PWM functions (ledc) to generate the 38kHz carrier and to vary the duty cycle (0-255) argument from 0 (for a Space) to 87 (for a Mark). Seems to work well - and I'm not worried about using the ESP32 re power consumption, as eventually it'll be part of a mains powered home automation unit.
Happy with progress so far ...
References: (https://www.analysir.com/blog/2015/01/0 ... -protocol/) & (https://www.analysir.com/blog/2013/11/2 ... d-circuit/)
Note : The approach I used was to use the ESP32's programmable PWM functions (ledc) to generate the 38kHz carrier and to vary the duty cycle (0-255) argument from 0 (for a Space) to 87 (for a Mark). Seems to work well - and I'm not worried about using the ESP32 re power consumption, as eventually it'll be part of a mains powered home automation unit.
Happy with progress so far ...