ESP 32 as wifi modul communication issues by AT command
Hello,
I am trying to establish UART communication between STM32G070RBTX and ESP32 Devkit using AT commands.
Connections: STM32 UART TX ESP32 RX, STM32 UART RX ESP32 TX, and common GND
Power ESP32 powered from 5V pin by usb or base board
Baud rate 115200
On reset, ESP32 does not print ok or any AT response.
Very rarely once in many tries I get a single AT command response,
but after that no communication happens.
Even pressing the reset button does not bring it back.
When I connect the ESP32 module via USB to Dockight and send AT commands, the communication works fine.
