Logging data on SD
engineear
Posts: 4
Hello, I am new to the propeller chip environment.
I am logging data through I2c Sensors and writing the data to an SD card. I would like to log the data for an undefined period of time, is there a save as you go option or do i have to close the file safe it and append.
I am using the FSRW object to write the data to a CSV file.
Thanks
Peter
I am logging data through I2c Sensors and writing the data to an SD card. I would like to log the data for an undefined period of time, is there a save as you go option or do i have to close the file safe it and append.
I am using the FSRW object to write the data to a CSV file.
Thanks
Peter
Comments
The advantage of breaking up a large file this way is that it's easier to organize the data since you can process discrete time periods' data without going through all of it.