Open rnonymous opened 6 years ago
So basically im hoping you have some suggestions how to proceed, to decode the data.
So basically im hoping you have some suggestions how to proceed, to decode the data.
@rnonymous Did you ever find a solution for this? Thanks
@frednickler Nope. I basically know very little about decoding binary data :/ And I didn't find any alternative projects working on "liberating" the moov data. Too bad, the moov is a cool little device, but really limited due to software implementation...
I would love access to the pure sensor data of the Moov, using the newer Moov Now. Im definitely quite limited in my knowledge with R, and binary filetypes, so im kind of stuck getting this to work with the files generated by the moov now.
I adjusted your header_new <- c(2049L, 4108L,6240L,8195L,10762L)
And can now see quite elaborate data structures, with what seems to be 9 different data sets? corresponding to the 9 sensors in the moov i would guess. (Accel, gyro, magneto) But seems to me something is not right here, and the data is not decoded correctly...