Trouble Sending Raw Image Data over UART to ESP32 with AT Commands
Hi everyone,
I'm working on an embedded project involving an STM32G0B0 MCU and an ESP32-WROOM module (using AT firmware v3.4.0.0). My goal is to send a 100x100 RGB565 image (20,000 bytes) from the STM32 to another ESP32 device connected to another stm32 via TCP using AT commands.
Setup:
STM32G0B0VET6 → ESP32 (UART4 @ 115200 baud)
ESP32 connected to Wi-Fi and using TCP mode
Using AT+CIPSEND=<id>,<len>
But I'm not able to transfer the image, while searching the internet i couldn't find any refence of someone doing this,
so i just need to know if this is even possible and if so how to do it.
Thanks.
