Hi All,
I have an Airfel LRX/LTXN35UV1B, it is a Midea brand or licensed from Midea.
I installed esphome in my home assistant and configured a Midea component.
Unfortunatelly it doesn’t seems to working. I always get a response timeout error (transmission is working but there is no response)
I tried some config for rx and tx (1-3; 3-1; 2-3; 3-2, RX-TX; TX-RX) but without success.
The hardware looks like as same in this thread. I programmed a nodemcu.
Thx! This “echo” thing is a good point. As I checked the possibilities I found out that the installing of a new yaml not working somehow. So first I have to go deeper into this esphome…
(As far as I understand, the level shifter is not relevant for me because I’m using a nodemcu through usb where 5V is default - but maybe I’m wrong)
So back to start line, I will inform you of something new occures…
Unfortunately you are wrong, at least for most nodemcu dev boards.
The level shifter has nothing to do with the board itself. The board can be powered by 5V via USB. But what we need here is something different. The signals that get send to and from the AC unit are digital signals, but totally independent from the board voltage. They need a specific voltage, and that is what we are looking for here.
So you have 5V to power the dev board, but the signals are only sent in 3.3V, so long story short, you need a level shifter with the usual nodemcu dev boards. You can look it up within the datasheet of the board, you should get that from the seller. It is called “logic level voltage”, at least that’s what they call it with my seller.
If I could expand even further for @petikeje, because I’ve seen this a lot on the forum: The emphasis is on powered by 5V, which isn’t the same as the voltage used. It’s only 5V, because it’s a common source voltage (like USB). The ESP board converts this regardless to 3.3V to power the ESP chip. 3.3V is the voltage used for TTL (transistor-transistor logic). If you have a laptop, you plug it into your wall socket (which is one of 110V, 220V, 240V or something like that, depending on where you are located), but you have that big power adaptor, because the laptop doesn’t actually run on that voltage (side-note: more complex computers use a number of different voltages internally for different parts). So, don’t be caught out by where you plug it in. You need to consider the voltages used on the pins.
I have already ordered the following to the final solution:
(Esp adapter with esp01)
Could you please give an advice if I need further board to test the unit with the nodemcu above?
Could you please check if the ordered boards are proper for this project?
Thanks in advance!
I bought CH340G USB TTL converter and ESP8266 ESP-12F module and I don’t know how to flash the damn thing. On USB TTL converter page it says that 5V, VCC and 3V3 are jumpers that select the voltage level of the logic on the Rx and Tx lines. So because ESP8266 ESP-12F module needs 5V, I connected 5V and VCC with a jumper. I connected Tx on Rx, Rx on Tx and GND to GND from converter to ESP module, but what should I connect to VCC pin on ESP module? External 5V?
I also don’t know if I have to do something special to enter flashing mode in ESP module?
I connected everything like on your picture but still nothing. Rx diode on converter is constantly turned on and the flasher says that COM port could not be opened. If I just for the fun of it rotate Tx and Rx, then Tx is blinking on converter when trying to flash, but I get error ESP Chip Auto-Detection failed.
What should I try next?
Hi,
The new esp01 and the level shifter have arrived. I flashed it and tried out, but not seems to work.
If I put the esp01 and the level shifter together and connect it to the AC unit with dupont cables nothing happens (the led on the esp01 not lighting). I think I connected the right pins because I measured it with a multimeter.
If I put the esp01 and the level shifter together and connect the level shifter to a cp2102 and I connect the cp2102 usb to the AC unit with a delock usb to pin header cable, the esp01 boots up, but I always get the timeout no response message in the log, no matters the rx/tx connection.
Then I accidentaly cooked the esp01…
I ordered 2 more esp01, level shifters and a ch340g adapter. I still have an esp01, so trying to find out a correct connection method…
Finally it was easy based on the first post and second picture. I followed the colors of the cables… (I had to change the tx and rx)
Could you please give some hints, how I can put the esp01 with an ir led together.