Search found 3 matches

by aydintopcu
Tue Nov 13, 2018 7:34 am
Forum: ESP32 Arduino
Topic: ESP32 Large Array Fails
Replies: 8
Views: 11901

Re: ESP32 Large Array Fails

Here is more info on the encoding: http://www.dspguide.com/ch27/4.htm Tom Meyers Thank you @tommeyer; your point as storing values in 16bit format, clear now. I have a specific file format mixed with text and HEX and need a conversion to implement that, worth to deal with to double the amount :) By...
by aydintopcu
Sat Nov 10, 2018 8:25 pm
Forum: ESP32 Arduino
Topic: ESP32 Large Array Fails
Replies: 8
Views: 11901

Re: ESP32 Large Array Fails

Thanks for the answers. @ESP_Sprite, Actually best practice would be to write raw data directly ın SDCard but write speed does not allow sampling over 1kHz. I guess wrover with 4MB SRAM will fit my need for this specific purpose but I have package constraint unfortunately. Isn't there a possibility ...
by aydintopcu
Fri Nov 09, 2018 9:21 am
Forum: ESP32 Arduino
Topic: ESP32 Large Array Fails
Replies: 8
Views: 11901

ESP32 Large Array Fails

Hello, I'm trying to build an ESP32 (ESP32-WROOM-32D 4MB) device to collect at least 30 seconds of analog sensor data (i.e. accelerometer) by 20.000 Hz and store the data in array later in an SD card. Since each stored the data is Float32; the data will take 30 x 20000 x 4 = 2.400.000 bytes in memor...