-->
Page 1 of 1

ESP-01 as a File Server for file download and file upload.?

PostPosted: Fri Dec 09, 2016 10:56 am
by Pradeep Ch
I am new to ESP8266 - 01
I am able to communicate with it via UART and give some AT commands.
Currently able to run ESP-01 as an Access Point and connect client to it to visit a web page at ESP's IP address.

Is it possible to make ESP-01 as a file server so that I can upload file from client connected to wifi to the SD card that is on the board (micro-controller can be anything) ? The file shall also be downloaded to the client over wifi from SD card that is on the board.

I searched on the web for any start up code for this, without much success.
I can start from any platform(Arduino for example) and port that code to my platform.

Thanks,