SensorBox icon indicating copy to clipboard operation
SensorBox copied to clipboard

Data not writing to file properly

Open SaundersEngineering opened this issue 1 year ago • 3 comments

I've got an issue where the data isn't writing properly to the csv file or something. The x,y,z data does not change even a small amount, the entire column just stays the same even when the live data on the graph on the phone is clearly changing:

image

SaundersEngineering avatar May 08 '24 18:05 SaundersEngineering

I have the same issue. Seems like app is writing data to the disk slower than it is receiving it

crabio avatar Jun 16 '24 14:06 crabio

I have the same issue, data only seems to change about once every 3 seconds.

Mengie32 avatar Jan 07 '25 12:01 Mengie32

In addtion, t_Android is unusually large compare to y_unix

t_Android;t_unix;bpm;a 578933434000000;1737985622323;0.0;3

Are the 2 timestamp simply epoch_in_nano and epoch_in_milli?

  1. these two timestamps are not changing much either.
  2. Ocassionally a record in CSV will have missing value. Need to curate it

tk2600 avatar Jan 27 '25 22:01 tk2600