Elektroda.com
Elektroda.com
X

IR Transmitter/Receiver on ESP8266 (Arduino)

krzbor 4200 7
This content has been translated flag-pl » flag-en View the original version here.
  • IR Transmitter/Receiver on ESP8266 (Arduino)
    Purpose and principle of operation
    There are libraries for Arduino used to control devices via IR. However, I decided to solve it in a different way - I wanted to create a learning system, i.e. remembering the codes from the original remote control. This allows you to control a whole range of devices such as air conditioners, light chains, disco balls, etc. The main task of the system was to work on the on/off basis, but of course you can record and play any sequence of pulses and thus simulate pressing any button on the remote control or pressing sequence. The system also has an additional functionality - signaling whether the device is switched on or not. Sometimes we are far from the controlled system and we want to be sure that, for example, the air conditioner has been turned off. On the occasion of developing software on Arduino, I decided to use GPT chat to create some code. Read on to see what came of it.

    A bit of history, or why the system was created?
    At home I have a fireplace and a DGP. I decided to earn extra DZP, i.e. Cold Air Distribution. For this purpose, I placed a monobloc room air conditioner in the attic, which I connected to a fireplace fan and an additional fan blowing air into the rooms. The system was controlled by a remote control, but I won't go to the attic every time I need to turn the air conditioner on or off. An extension cord had to be made. The first version was wired (TSOP receiver and 38 kHz generator. It worked well, but after changing the furniture, the cable connecting the receiver with the transmitter looked very ugly. The next solution was based on a ready-made 433 MHz radio extension cable (the one in the shape of a UFO). It did not work perfect - sometimes there were problems with turning off the air conditioner, but the biggest problem was the automatic switching on of the air conditioning (luckily in ventilation mode). system and replaced it with the presented solution - sending remote control commands via Wi-Fi, and in conjunction with the rest of the smart home infrastructure - the ability to control from any place with Internet access.

    System construction
    Since I do everything on ESP8266 and Arduino, the choice of platform was obvious. It remained to create such a circuit, and basically two circuits - one for teaching (reading) and the other for transmitting. I was thinking about building it myself, or about modifying SONOFF Basic. However, I found this module:
    IR Transmitter/Receiver on ESP8266 (Arduino)
    It has both a receiver and a transmitter in it, and it's connected to the ESP8266. The pins necessary for programming are easily accessible and well described:
    IR Transmitter/Receiver on ESP8266 (Arduino)
    So I decided to buy such a module. I bought 3 pieces because I wanted to convert one chip into a reader and the other into a transmitter (the third is a spare). Later, I changed the concept and each module can work in both receiver and transmitter mode. The system is not perfect - the diode operating in visible light is missing. Such a diode turns out to be very useful during testing - you can blink in self test and blink during transmission. You just know what's going on. It was very important for me, because after the first programming "with cables", I immediately switch to OTA and do not play with RX, TX, which is why my system was equipped with such a diode:
    IR Transmitter/Receiver on ESP8266 (Arduino) IR Transmitter/Receiver on ESP8266 (Arduino)
    I used a red "bright" 3mm LED in a clear case connected by a 220R resistor to the ESP. I recommend such diodes - they shine brightly at a current of 1-2 mA, and the colorless casing leaves no doubt whether the diode is on or not at a given moment.

    Reading keyfob keys
    The sequences read from the buttons on the remote controls had to be stored somewhere. I decided that the "database" will be a single json file, in which individual remotes will be saved, and in each remote - buttons. It looks something like this (number sequences have been shortened for presentation):
    Code: json
    Log in, to see the code


    Each remote (identified by name) has two global parameters: frequency (in Hz) and duty cycle (in %), and of course a list of buttons with times. The unit of time is 10 µs, so the number 290 corresponds to 2.9 ms. Numbers cannot be larger than 16 unsigned bits, i.e. approx. 655 ms. The first number is the signal time, the second number is the pause time, and so on. The last number is always the signal time. The sequence of numbers itself (as 16-bit binary data) is provided by ESP. There was a problem how to add it to the "base". For this purpose, auxiliary software was created in the form of a website and a PHP script:
    File "button.htm":
    Code: html
    Log in, to see the code


    button.php:
    Code: php
    Log in, to see the code

    The script works as a demo remote. We can send any button code to any ESP. The send() function shows how to send the code. One of the parameters is nrir – this is the name of the specific system and the code compiled for it. In the example shown, it is "IRX1" (with APname).
    If we have several chips, then we have to compile the code many times, changing the APname to IRX2, IRX3, etc. each time. For me, each chip asks for an OTA update at startup, but this query also records the APname and IP on the server side. That's why I always know what IP a specific system is at a given moment:
    Code: php
    Log in, to see the code

    All this can be changed - just give the systems a specific fixed IP.
    Remote control commands can also be sent using GET, e.g.:
    http://192.168.1.20/IR.php?action=IRget&nrir=IRX1&remote=TV-SONY&button=Power

    Summary
    The proposed solution is very universal. Allows multiple devices to be controlled by multiple IR transmitters. Codes can be uploaded to the database also after starting the whole thing. Each of the transmitters can send any sequence and does not require reprogramming for this purpose. Unfortunately, such versatility complicated the solution in terms of presentation on the electrode. Finally, a few remarks on the presented transmitter/receiver system. Well, even before the purchase, I noticed that the IR diode is controlled by a transistor without any current-limiting resistor. It is interesting because the whole is powered by a stabilizer that can give up to 1 A, which is far too much for an IR diode. However, the system works, and the diode did not burn out. Probably the current limiter is a transistor whose beta decreases strongly with the current, which is apparently enough with a 1 kΩ resistor on the base. The system has one more disadvantage - the placement of the IR diode. It is practically impossible to build it (the diode is lower than the ESP plate). Therefore, it should be solved in a different way - either the diode should be soldered to the other side, or led out on a cable. In any case, its original location is unfortunate.

    Cool? Ranking DIY
    Do you have a problem with Arduino? Ask question. Visit our forum Arduino.
    About Author
    krzbor
    Level 25  
    Offline 
    krzbor wrote 1103 posts with rating 631, helped 21 times. Been with us since 2004 year.
  • #2
    TechEkspert
    Editor
    Interestingly, such an IR bridge can even be used in simple installations with an air conditioner in technical rooms, where the air conditioner has no connection with the BMS. You can send an emergency code for turning on the air conditioning / changing parameters. At home, you can send commands to air conditioning, audio and video equipment, especially since sometimes TV remote controls, set-top boxes, players, etc.
  • #3
    krzbor
    Level 25  
    Probably, as a classic remote control, the system will not be used - you have to take the phone, run the website and press the button. Here the pilot will always be faster and more comfortable. The case is different when we have 2 TV sets and one SAT receiver. Where there is SAT, we can use a classic remote control, and in the other room - the presented solution is quite good. I tried to see if the signals would be received "from reflection" - that is, from the opposite wall (a distance of about 4 m). It was possible for the SONY TV, but the DENON amplifier no longer picked up this type of signal. However, everything depends on the power of the IR diode and their number. However, perhaps the most interesting solution is remote control, e.g. with air conditioning. As long as there is room for a miniature power supply and ESP in the indoor unit itself, everything can be built in. It is enough to bring the IR diode near the receiver. You can use an extra pin to add a DS18B20. Then our system can also report the temperature to us.
    It may also be interesting to use this system to supervise an elderly person. Here we also need a camera to see what is happening, for example, on a TV set.
  • #4
    khoam
    Level 42  
    krzbor wrote:
    However, perhaps the most interesting solution is remote control, e.g. with air conditioning. As long as there is room for a miniature power supply and ESP in the indoor unit itself, everything can be built in.

    And considering how much some air conditioning manufacturers "sing" themselves for a "Wi-Fi control module", the solution presented by you is most appropriate. For example, for the air conditioners in my house, the seller "wants" about PLN 400 for a single module (after discounts for 3 such modules).
  • #5
    krzbor
    Level 25  
    Here I will tell you about the control codes. My air conditioner remote only sent them once. This is a strange solution, because the remotes usually repeat the sequence several times. When I made the layout, I noticed that the air conditioner did not always turn on and off. I solved it very simply - the on/off sequence always ends with on. So I added 10000 at the end (100ms pause) and copied the whole control sequence again. Now it works every time. In this way, several instructions can be combined, but the total cannot be longer than 512 entries. If necessary, however, you can increase the length of the buffer in the program.

    khoam wrote:
    For example, for the air conditioners in my house, the seller "wants" about PLN 400 for a single module (after discounts for 3 such modules).

    For PLN 400, you can make several "my" modules :) However, if the air conditioner has room for a Wi-Fi module, there will probably be a connector and some physical space. You can take power from such a connector - if it's 12 V, a miniature converter is enough, if 5 V, a linear stabilizer is enough - the current efficiency should be adequate, because all Wi-Fi modules consume more or less the same amount.
  • #6
    weryfany
    Level 26  
    The only argument is that there is no "p2p cloud" in the whole control.
    Recently, I bought an IR-Wi-Fi module on aliexpress, it cost as much as PLN 12 and we can control it even from the Bahamas (if there is internet). The functionality here is on the smartphone app side. schedules of switching on/off/sequences of signal generation) from various remote controls. There is a huge database of pilots at your disposal. If we miss a given remote control and manufacturer, we can add our own, provided that we have a physical remote control.
  • #7
    Yazu
    Level 12  
    >>20604370
    You can make such a module yourself, only the operation from the phone is not convenient.
    link
  • #8
    gulson
    System Administrator
    Thanks for the description of an interesting structure. You've gained a lot of popularity. Write to me in a parcel locker and you will receive a gift.