How to control the air conditioner A/C at home with Arduino, even remotely!

details

How to control the air conditioner A/C at home with Arduino, even remotely!

by jackbell16

In this post you will see how to remote control your air conditioner at home through arduino, which is connected to the Internet.
How to control the air conditione at home with Arduin_07

Parts

How to control the air conditioner at home with Arduin_02

  • Arduino Uno x 2 or Arduino Uno/ Arduino Mega
  • Arduino Ethernet Shield
  • IR receiver TSOP1738
  • IR LED
  • 330 Ohm resistor
  • flexible cable

Schematic

You can download the schematic : Download
How to control the air conditione at home with Arduin_06

Source code and step by step

  1. You can download the source code through github.
    How to control the air conditione at home with Arduin_01
    In this first version, the program automates the process by entering the information in the TextField. In the next version, you can load from file, the results obtained from the serial Arduino.

  2. Sending IR Command to air conditioner
    To connect the two Arduino in a correct way, care should be taken to the below image.
    On the device connected to the Ethernet Shield is necessary to load the program that takes the name of AC_Webpage_Controller.ino, while nell’Arduino that will send IR commands, you must load the program that takes the name of AC_Sender_Code.ino. You can find the software on my Github repo https://github.com/jackbell16/AC-Progetto-Arduino

  3. Port forwarding, to put the Arduino and air conditioner on the WEB
    You can proceed as follows:

    • Identify the IP address of the webserver Arduino
    • Identify the IP address of the gateway
    • Open your browser and type the IP address of your router and enter the credentials
    • Open the port forwarding section and enter data such as the IP port as the Arduino and 80.
  4. Android application
    You can find the this application from Play store.
    https://play.google.com/store/apps/details?id=com.iSmanettone.remoteac
    How to control the air conditione at home with Arduin_05
    How to control the air conditione at home with Arduin_04

Video

For more information, you visit to web of author : http://ismanettoneblog.altervista.org/ or instructables

How to control the air conditioner A/C at home with Arduino, even remotely!

by jackbell16

In this post you will see how to remote control your air conditioner at home through arduino, which is connected to the Internet.
How to control the air conditione at home with Arduin_07

Parts

How to control the air conditioner at home with Arduin_02

  • Arduino Uno x 2 or Arduino Uno/ Arduino Mega
  • Arduino Ethernet Shield
  • IR receiver TSOP1738
  • IR LED
  • 330 Ohm resistor
  • flexible cable

Schematic

You can download the schematic : Download
How to control the air conditione at home with Arduin_06

Source code and step by step

  1. You can download the source code through github.
    How to control the air conditione at home with Arduin_01
    In this first version, the program automates the process by entering the information in the TextField. In the next version, you can load from file, the results obtained from the serial Arduino.

  2. Sending IR Command to air conditioner
    To connect the two Arduino in a correct way, care should be taken to the below image.
    On the device connected to the Ethernet Shield is necessary to load the program that takes the name of AC_Webpage_Controller.ino, while nell’Arduino that will send IR commands, you must load the program that takes the name of AC_Sender_Code.ino. You can find the software on my Github repo https://github.com/jackbell16/AC-Progetto-Arduino

  3. Port forwarding, to put the Arduino and air conditioner on the WEB
    You can proceed as follows:

    • Identify the IP address of the webserver Arduino
    • Identify the IP address of the gateway
    • Open your browser and type the IP address of your router and enter the credentials
    • Open the port forwarding section and enter data such as the IP port as the Arduino and 80.
  4. Android application
    You can find the this application from Play store.
    https://play.google.com/store/apps/details?id=com.iSmanettone.remoteac
    How to control the air conditione at home with Arduin_05
    How to control the air conditione at home with Arduin_04

Video

For more information, you visit to web of author : http://ismanettoneblog.altervista.org/ or instructables

COMMENTS

Please Login to comment
  Subscribe  
Notify of