Search found 2 matches

by FreakONN
Wed Feb 13, 2019 7:54 am
Forum: ESP-IDF
Topic: Saving chunked response data to spiffs from ISR
Replies: 2
Views: 3653

Re: Saving chunked response data to spiffs from ISR

I'm not sure I'm doing it right. I need advice how to do it properly. I'm new to this. How to save 512 bytes received every second from server to spiffs without interrupting other tasks running concurrently. To paint picture more clearly. I'm working with a6 gsm with mfrc522 on esp-wroom-32u. GSM mo...
by FreakONN
Tue Feb 12, 2019 12:36 pm
Forum: ESP-IDF
Topic: Saving chunked response data to spiffs from ISR
Replies: 2
Views: 3653

Saving chunked response data to spiffs from ISR

Hello, first time posting here. I'm having problem successfully saving http post data to spiffs file system. I'm receiving data in parts (chunks) and saving it to spiffs. However, I'm receiving huge amount of data, 48kB to be exact that I'm supposed to send from http event handler with xQueueSendFro...