Hi.
I have a project where I would like to have a client connect their ESP32 to a USB cable, and then upload new files to the SPIFF. I would prefer that they not have to install Python etc. I would have already created the SPIFF when originally programming the unit, however I would like for them to be able to update with files that I send them.
Please OTA is NOT an option. Telling someone to set up Wifi/IP’s/Bluetooth etc would cause more problems.
Many many thanks
Hi David.
I’m not sure if there’s something like that.
There are some tools to write files to SPIFFS but they require Python. See here: https://docs.espressif.com/projects/esp-idf/en/latest/api-reference/storage/spiffs.html#tools
I’m sorry that I can’t help much.
Meanwhile if you find something, let us know, it might be useful for other readers.
Thank you.