User Activity

I need to upload large data files (around 200MB) from my STM32L485 board to AWS S3 storage. I was planning to use direct S3 upload via an HTTP request. However, my data cannot be loaded in RAM so I was thinking of sending it in chunks. But, I have se...