You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I have searched the issue tracker for a similar issue and not found a similar issue.
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.
The text was updated successfully, but these errors were encountered:
Xellosi
changed the title
No response when using Battery power supply
No response when using battery power supply
Aug 4, 2024
@Xellosi Hi, it looks like a hardware-related issue. Could you measure the voltage between the VCC and GND pins of the ESP32 device to see if it is stable at 3.3V?
@Xellosi Hi, it looks like a hardware-related issue. Could you measure the voltage between the VCC and GND pins of the ESP32 device to see if it is stable at 3.3V?
I don't currently have a multimeter. I will try to get one, take the measurements, and then reply. Thanks.
Answers checklist.
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.
The text was updated successfully, but these errors were encountered: