Log download handler
Can someone explain more about how mbl_mw_logging_download and MblMwLogDownloadHandler work?
I can download logged data by subscribing to the logger signal (logging accelerometer samples), but I notice that for each sample downloaded, mbl_mw_logging_download calls received_unknown_entry instead of received_progress_update. Even though I'm getting the accelerometer samples, I think I'm doing something wrong somewhere. What does the id argument mean in received_unknown_entry?
Here's an example of the kind of output I get. it looks like for every sample, received_unknown_entry is called twice.
1478016592925 | (-0.075439453125, 0.0534057617188, 1.04595947266)
1478016592925 | received unknown log entry: id = 2
1478016592925 | received unknown log entry: id = 3
This discussion has been closed.
Comments
mbl_mw_acc_set_odr
withmbl_mw_acc_bmi160_set_odr
at line 220, assuming you are usingsample_rate_param
instead ofsample_rate
.