Matadormac
Well-known member
Good day all.
I have a data logger project recording the environment. I need to sample fairly often but I don't need to write to the SD card that often. I would like to sample every minute (possibly even more often), save that data, average the captured data for a 1 hour period and then write that 1 hr average to an SD card. If I write this data to the built in flash memory will I run into any issues? Would it be better to write to some sort of RAM or even use part of the Teensy ram? I am using a Teensy 3.2 and my program takes up less than 35% of the Teensy memory.
Thank you for your thoughts and time. I have spent some time trying to find relevant threads but so far haven't an answer to the above.
Regards
I have a data logger project recording the environment. I need to sample fairly often but I don't need to write to the SD card that often. I would like to sample every minute (possibly even more often), save that data, average the captured data for a 1 hour period and then write that 1 hr average to an SD card. If I write this data to the built in flash memory will I run into any issues? Would it be better to write to some sort of RAM or even use part of the Teensy ram? I am using a Teensy 3.2 and my program takes up less than 35% of the Teensy memory.
Thank you for your thoughts and time. I have spent some time trying to find relevant threads but so far haven't an answer to the above.
Regards