Search found 1 match

by Lucasj
Mon Nov 23, 2020 3:17 pm
Forum: ESP32 Arduino
Topic: Tutorial : Sending file to a remote HTTPS server with the ESP32 using the Arduino core.
Replies: 0
Views: 7340

Tutorial : Sending file to a remote HTTPS server with the ESP32 using the Arduino core.

The aim of this tutorial is to demonstrate how to transfer multiple files from a SD Card to a remote server using https with ESP32 and the Arduino core. The files can be pretty big, so for this reason we do not want to use the dynamic memory, instead we will cut the files in multiple smaller parts. ...