You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear Sir,
I think you have done a fantastic job! but I really can't understand how to use this program pyton "setup.py"
I have a MITSUBISHI Kyrigame MSZ-FD25VA.
Which command line on RASPBERRY PI 3 with Raspbian Scretch Lite, I have to use to send just one, the START command through the IR LED connected to the GPIO nr (give me the GPIO PIN????
And for the Arduino UNO have I to use simply this??? #include "IRremote2.h" IRsend irsend; void setup(){} void loop() { delay(1000); irsend.sendHvacMitsubishi(HVAC_HOT, 22, FAN_SPEED_AUTO, VANNE_AUTO_MOVE, false); delay(1000);} **
Thanks in advance!
The text was updated successfully, but these errors were encountered:
lumanga
changed the title
NO ISSUE, Just know how send the START command to MITSUBISHI MSZ-FD25VA.
NO ISSUE, Just the .IDE to send START command from ARDUINO UNO to MITSUBISHI MSZ-FD25VA.
Oct 27, 2018
lumanga
changed the title
NO ISSUE, Just the .IDE to send START command from ARDUINO UNO to MITSUBISHI MSZ-FD25VA.
NO ISSUE, Just need .ino to send START command from ARDUINO UNO to MITSUBISHI MSZ-FD25VA.
Oct 27, 2018
lumanga
changed the title
NO ISSUE, Just need .ino to send START command from ARDUINO UNO to MITSUBISHI MSZ-FD25VA.
NO ISSUE, Just need to send START command from ARDUINO UNO/Raspberry pi3 to MITSUBISHI MSZ-FD25VA.
Oct 27, 2018
Dear Sir,
I think you have done a fantastic job! but I really can't understand how to use this program pyton "setup.py"
I have a MITSUBISHI Kyrigame MSZ-FD25VA.
Which command line on RASPBERRY PI 3 with Raspbian Scretch Lite, I have to use to send just one, the START command through the IR LED connected to the GPIO nr (give me the GPIO PIN????
And for the Arduino UNO have I to use simply this???
#include "IRremote2.h" IRsend irsend; void setup(){} void loop() { delay(1000); irsend.sendHvacMitsubishi(HVAC_HOT, 22, FAN_SPEED_AUTO, VANNE_AUTO_MOVE, false); delay(1000);} **
Thanks in advance!
The text was updated successfully, but these errors were encountered: