Page 1 of 1

Get a file from server using esp32 standard AT command

Posted: Wed May 15, 2019 10:09 am
by jonesng
Hi,

I would like to know is that whether there is way to use the official AT command firmware on ESP32 to get a file from server and send to host mcu through the uart interface?

Jones

Re: Get a file from server using esp32 standard AT command

Posted: Fri May 17, 2019 6:28 am
by Helen L
Of course, it can. Try to send the GET command that the server requires, it should work.