Page 1 of 1

TX Power Consumption with Impedance Mismatch

Posted: Fri Jun 15, 2018 6:19 pm
by chrismerck
I noticed that the power consumption of the ESP-WROOM-32U is significantly higher than expected when connecting to WiFi without any antenna connected. This causes my power supply to go into hiccup mode and creates an endless cycle of brownout resets.

While I understand that WiFi/BLE performance will be very poor without an antenna, and the RF PA may even be damaged by lack of antenna, the high power consumption and resulting brownouts prevents the end product from performing other critical functions besides the wireless connectivity. It is possible that the antenna is removed through rough product handling, and it would be highly preferable to have the ESP32 continue to function even if the WiFi/BLE fails due to lack of antenna.

Can anyone confirm or comment on this higher power draw? I could make measurements with an oscilloscope to show time-domain current draw if that would be helpful.

Re: TX Power Consumption with Impedance Mismatch

Posted: Mon Jun 18, 2018 2:25 pm
by johnlee
yes. it could happen depending on what the impedance is at that point. the transceiver is not designed to work under such conditions. Imagine the power amplifier trying to pump 20 dBm of power into a low impedance, and since power is current^2 x R, and R is very small, the current would have to increase.
it would still work but electromigration might eventually kill it after a long while.
If you have inductance on the supply voltage, it might also cause large supply fluctuations, like what a boost DCDC does, and pump up the supply and kill something else along the way.

In a nutshell, it's extremely dangerous to run the transceiver without the antenna! don't do it.

Re: TX Power Consumption with Impedance Mismatch

Posted: Mon Jun 18, 2018 2:58 pm
by WiFive
johnlee wrote:In a nutshell, it's extremely dangerous to run the transceiver without the antenna! don't do it.
Ok but say a IPEX cable falls off during shipping. Is there a way for the phy to detect this and notify the application?

Re: TX Power Consumption with Impedance Mismatch

Posted: Tue Jun 19, 2018 1:17 am
by ESP_Sprite
That would indeed be a good feature to have. I'll ask around to see if we can implement this.

Edit: Analog people tell me they are working on this and have a possible way to do this (both the no-antenna-detection as well as the power draw when no antenna is connected) but they need to run tests to see how well it works. If those tests are successful, we'll add it to esp-idf.

Re: TX Power Consumption with Impedance Mismatch

Posted: Fri Jun 22, 2018 1:34 pm
by chrismerck
Whoah, awesome! That could help improve long-term reliability and self-diagnostic capability. :ugeek: