CONTROL YOUR AIR CONDITIONER AUTOMATICALY USING ARDUINO

  Рет қаралды 13,011

JosephDream

JosephDream

Күн бұрын

Пікірлер: 34
@The_JosephDream
@The_JosephDream 2 жыл бұрын
Hey guys!! You can download the codes and the diagrams for this project on my GitHub repository: github.com/Amajo0209/Air-Conditioner-With-Arduino
@khalilbouanzi
@khalilbouanzi 11 ай бұрын
You are a genius ,helped me so much. You're such an inspiration i'am waiting for more project ✌you are a genius bro ❤
@globalwarming101s
@globalwarming101s 2 жыл бұрын
Hi, I am wondering if we can modify the aircond controller to have a humidity control instead of temperature control? Appreciate your feedback, thanks!
@MarineNinja
@MarineNinja Жыл бұрын
Great tutorial! Could you please provide links for the parts? much appreciated
@AlexeyKarpenko1
@AlexeyKarpenko1 Жыл бұрын
Thanks, this was helpful A LOT!
@Zee002
@Zee002 4 ай бұрын
Hi Josef, if i use ESP32 to control air conditioner. Is this code can be use in ESP32?
@zugzug2006
@zugzug2006 Жыл бұрын
great video,.. thanks. i tried it but the sender sends the code 3 times,any idea why?, some times it sends a shorter code than the original
@trik_id
@trik_id 3 жыл бұрын
Great video friend
@marjunior10
@marjunior10 5 ай бұрын
Great vídeo! Do you have the complete code??? Thank you.
@The_JosephDream
@The_JosephDream 3 ай бұрын
Yes I do have
@mohannadabdulrazaq5991
@mohannadabdulrazaq5991 2 жыл бұрын
Thank you for the useful video, I want to control the air conditioner using nodemcu (esp8266) but it shows me that the code is not compatible, what is the problem?
@arthurcavalcanti8815
@arthurcavalcanti8815 11 ай бұрын
Hi Joseph! The library works on esp8266?
@The_JosephDream
@The_JosephDream Ай бұрын
Hey bro. Yes if you use the Arduino IDE
@hamzahteknik2018
@hamzahteknik2018 2 жыл бұрын
the code from the remot always change every i push the button, so i dont know which code i have to use.... do you have a solution?
@AhmedAhmed-hd9ex
@AhmedAhmed-hd9ex 3 жыл бұрын
Great i love ur vids
@ToanNguyen-mo5qr
@ToanNguyen-mo5qr Жыл бұрын
Help me i don't want to use pin 3 to connect to ir led, where can i change it in the library
@ptaudio
@ptaudio 3 жыл бұрын
link to blog does not work. i only get this message:"Sorry, you are not allowed to preview drafts."
@The_JosephDream
@The_JosephDream 2 жыл бұрын
You can check my GitHub Repo: github.com/Amajo0209/Air-Conditioner-With-Arduino
@jeovanipaxe8900
@jeovanipaxe8900 3 жыл бұрын
Saudações Joseph! poderias fazer um tutorial básico explicado em português um vídeo que você fez sobre um personal assistent em python com arduino? Por favor é muito importante pra mim e se poderes também me ensinar uma outra forma de o programar offline agradeceria
@duffy2512
@duffy2512 5 ай бұрын
Hi Josef! I just found you video, as I want do do the same for my aircondition. Now I tryed to install you libraries from Git, but if I try to use it I get a lot of errors whan compiling the included example. Can you or anyone support me. Thk in advance! Regards Paul
@The_JosephDream
@The_JosephDream 5 ай бұрын
Hello. Please could specify the error you’re encountering?
@duffy2512
@duffy2512 5 ай бұрын
@@The_JosephDream Thx for you response! IR_SEND_PWM_START; ^~~~~~~~~~~~~~~~~ In file included from C:\Users\duffy\Documents\Arduino\libraries\Seeed_Arduino_IR\src\IRLibSendBase.cpp:14:0: C:\Users\duffy\Documents\Arduino\libraries\Seeed_Arduino_IR\src\IRLibSendBase.cpp: In member function 'void IRsendBase::space(uint16_t)': C:\Users\duffy\Documents\Arduino\libraries\Seeed_Arduino_IR\src\IRLibHardware.h:196:31: error: 'TCCR2A' was not declared in this scope #define IR_SEND_PWM_STOP (TCCR2A &= ~(_BV(COM2B1))) ^ C:\Users\duffy\Documents\Arduino\libraries\Seeed_Arduino_IR\src\IRLibSendBase.cpp:101:2: note: in expansion of macro 'IR_SEND_PWM_STOP' IR_SEND_PWM_STOP; ^~~~~~~~~~~~~~~~ C:\Users\duffy\Documents\Arduino\libraries\Seeed_Arduino_IR\src\IRLibHardware.h:196:31: note: suggested alternative: 'TCB2' #define IR_SEND_PWM_STOP (TCCR2A &= ~(_BV(COM2B1))) ^ C:\Users\duffy\Documents\Arduino\libraries\Seeed_Arduino_IR\src\IRLibSendBase.cpp:101:2: note: in expansion of macro 'IR_SEND_PWM_STOP' IR_SEND_PWM_STOP; ^~~~~~~~~~~~~~~~ In file included from c:\users\duffy\appdata\local\arduino15\packages\arduino\tools\avr-gcc\7.3.0-atmel3.6.1-arduino5\avr\include\avr\io.h:99:0, from c:\users\duffy\appdata\local\arduino15\packages\arduino\tools\avr-gcc\7.3.0-atmel3.6.1-arduino5\avr\include\avr\pgmspace.h:90, from C:\Users\duffy\AppData\Local\Arduino15\packages\arduino\hardware\megaavr\1.8.8\cores\arduino/api/String.h:31, from C:\Users\duffy\AppData\Local\Arduino15\packages\arduino\hardware\megaavr\1.8.8\cores\arduino/api/IPAddress.h:24, from C:\Users\duffy\AppData\Local\Arduino15\packages\arduino\hardware\megaavr\1.8.8\cores\arduino/api/ArduinoAPI.h:30, from C:\Users\duffy\AppData\Local\Arduino15\packages\arduino\hardware\megaavr\1.8.8\cores\arduino/Arduino.h:23, from C:\Users\duffy\Documents\Arduino\libraries\Seeed_Arduino_IR\src\IRLibProtocols.h:12, from C:\Users\duffy\Documents\Arduino\libraries\Seeed_Arduino_IR\src\IRLibSendBase.h:16, from C:\Users\duffy\Documents\Arduino\libraries\Seeed_Arduino_IR\src\IRLibSendBase.cpp:13: C:\Users\duffy\Documents\Arduino\libraries\Seeed_Arduino_IR\src\IRLibHardware.h:196:47: error: 'COM2B1' was not declared in this scope #define IR_SEND_PWM_STOP (TCCR2A &= ~(_BV(COM2B1))) ^ C:\Users\duffy\Documents\Arduino\libraries\Seeed_Arduino_IR\src\IRLibSendBase.cpp:101:2: note: in expansion of macro 'IR_SEND_PWM_STOP' IR_SEND_PWM_STOP; ^~~~~~~~~~~~~~~~ Multiple libraries were found for "IRLibRecvPCI.h" Used: C:\Users\duffy\Documents\Arduino\libraries\IRLibRecvPCI Not used: C:\Users\duffy\Documents\Arduino\libraries\Seeed_Arduino_IR Not used: C:\Users\duffy\Documents\Arduino\libraries\IRLib2 Multiple libraries were found for "IRLibRecvBase.h" Used: C:\Users\duffy\Documents\Arduino\libraries\IRLib2 Not used: C:\Users\duffy\Documents\Arduino\libraries\Seeed_Arduino_IR Multiple libraries were found for "IRLibHardware.h" Used: C:\Users\duffy\Documents\Arduino\libraries\Seeed_Arduino_IR Not used: C:\Users\duffy\Documents\Arduino\libraries\IRLibProtocols exit status 1 Error compiling for board Arduino Nano Every.
@duffy2512
@duffy2512 5 ай бұрын
@@The_JosephDream Hi Josef! I figured out whats the problem is! The Arduino Nano is not supported in the library. as I'm not the programming specialist, I can't adapt the libray to the new board and found an old Arduino Nano that works. Regards Paul
@basemabbas1671
@basemabbas1671 Жыл бұрын
Hi bro. could you upload the code it's not available in the given link
@sarath.k9963
@sarath.k9963 2 жыл бұрын
Which aurdino is using....
@The_JosephDream
@The_JosephDream 2 жыл бұрын
I am using Arduino Nano
@dels1601
@dels1601 7 ай бұрын
when i click of my ac remote then this not release anything,why?can u help my problem?
@The_JosephDream
@The_JosephDream 7 ай бұрын
Did you extract the codes from the remote control to the Arduino?
@dels1601
@dels1601 7 ай бұрын
ya,i done used ur code in link bio @@The_JosephDream
@dels1601
@dels1601 6 ай бұрын
@@The_JosephDream yes, i done
@meddjihed9108
@meddjihed9108 3 жыл бұрын
what is the transistor for?
@The_JosephDream
@The_JosephDream 2 жыл бұрын
To amplify the signal, and that is basically the function of a trasistor.
@tamalt4604
@tamalt4604 Жыл бұрын
please share ur email....iam stuck in this project
I tried the Cheapest Arduino Alternative (that Nobody heard of)
13:31
Mom had to stand up for the whole family!❤️😍😁
00:39
버블티로 부자 구별하는법4
00:11
진영민yeongmin
Рет қаралды 26 МЛН
Will A Basketball Boat Hold My Weight?
00:30
MrBeast
Рет қаралды 121 МЛН
Friends make memories together part 2  | Trà Đặng #short #bestfriend #bff #tiktok
00:18
Automatic AC Temperature control using Arduino and TSOP
6:14
Circuit Digest
Рет қаралды 38 М.
Using IR Remote Controls with the Arduino
35:28
DroneBot Workshop
Рет қаралды 936 М.
Make your Infrared controlled air conditioner smarter
9:42
3 engineers race to design a PCB in 2 hours | Design Battle
11:50
Predictable Designs
Рет қаралды 334 М.
How I turned my AC into a Smart AC with Arduino - DIY
11:06
imClutch
Рет қаралды 1,5 М.
Make Smart Air Conditioner Controller with ESPHome ($6)
18:35
ohminy com
Рет қаралды 51 М.
How to Hack any IR Remote using arduino
11:20
Enjoy Mechatronics
Рет қаралды 16 М.
Mom had to stand up for the whole family!❤️😍😁
00:39