ESP32 Fileserver/web server with wifi and HTTPS control!

preview_player
Показать описание
Want to HTTPS upload/download/delete files, upload firmware, configure wifi or reboot the ESP32? Well now you can with this handy dandy little sketch for Arduino IDE.
The ESP32 acts as an Access Point (like a router) and you log into it with a password.

My code on Github:

The code I based my program on (heavily :):

I am using the Adafruit ESP32-S2 TFT feather:
Рекомендации по теме
Комментарии
Автор

I love this interface. Thank you very much for sharing the information. I will try this a weekend.

SureshGMu
Автор

Couple quick questions i was wanting to pair lorawifi with a file sharing unit. Like this esp32. Will the esp32 function as a file server on its own, or does it need a support board such as arduino or rasbery pi zero as example. What i had in mind was transmit large files over lorawifi using the old p2p file sharing programs using torrents. Lora is limited on data but breaking it up sending chunks at a time being reassembled in full. Just some ideas im playing with. Trying to push lora tech. Sorry long winded but interested in your ideas

secondline