esp-at icon indicating copy to clipboard operation
esp-at copied to clipboard

No response when using battery power supply

Open Xellosi opened this issue 6 months ago • 2 comments

Answers checklist.

  • [X] I have read the documentation ESP-AT Programming Guide and the issue is not addressed there.
  • [X] I have used the latest released firmware or have updated my ESP-AT branch (master or release) to the latest version and checked that the issue is present there.
  • [X] I have searched the issue tracker for a similar issue and not found a similar issue.

General issue report

Hardware: ESP32-WROOM-32D ESP-AT Firmware Source: Release v3.4.0.0

I am trying to integrate the ESP32 AT suite with an STM32 development board via UART. When the ESP32 board is powered by the PC's USB port, it responds correctly to commands sent from both the STM32 board and a serial communication tool on the PC. However, when I change the USB connection to a 18650 battery-powered power bank, which output specs is 5 volts and 1 amp, there is no response after sending commands.

Another approach was attempted by changing the power source to a breadboard power supply module, using wires to connect the 5V/3.3V and GND pins on the ESP32-WROOM board, but the board still did not send any responses.

I would like to ask if there is a connection error or how to troubleshoot this issue.

Xellosi avatar Aug 04 '24 18:08 Xellosi