Page 1 of 1

Esp32S3 : How to download a file via WIFI using a particular URL ?

Posted: Wed Oct 29, 2025 3:27 pm
by ThomasESP32
Good afternoon,


I am working with an Esp32S3.

I would like to put a file on the internet at a particular URL and using the Esp32S3, I would like to have the possibility to connect to a WIFI Access Point, to get the file from this URL and to save it on a Internal FAT of the chip.

I know how to create an internal FAT on the chip and how to write some file chunks on it.

Unfortunately, I don't know how to start the WIFI, to connect to a WIFI access point and how to download
a file using a particular URL.
Do you have any idea on how to do it ? Do you have any example please ?

Best regards,

Re: Esp32S3 : How to download a file via WIFI using a particular URL ?

Posted: Thu Oct 30, 2025 3:10 am
by Sprite
You can use esp_http_client for that.