Hi, All
I have to send long map (result of the FFT) to a web-server.
It's 500 records "frequency number":magnitude float number. Minumum, actually, maybe 1000 ... 2000 records...
It's around 50....200 kB of JSON text.
I didn't try yet.
PHP POST request by default can receive up to 8 MB amount, but question is about the MCU esp32 family possibility.
And the sketch is much bigger than just FFT result array.
How better ?
I have to send long map (result of the FFT) to a web-server.
It's 500 records "frequency number":magnitude float number. Minumum, actually, maybe 1000 ... 2000 records...
It's around 50....200 kB of JSON text.
I didn't try yet.
PHP POST request by default can receive up to 8 MB amount, but question is about the MCU esp32 family possibility.
And the sketch is much bigger than just FFT result array.
How better ?
Last edited: