Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

warn: Unrecognized log identifier: #1

Open
msabers opened this issue Oct 17, 2023 · 0 comments
Open

warn: Unrecognized log identifier: #1

msabers opened this issue Oct 17, 2023 · 0 comments

Comments

@msabers
Copy link

msabers commented Oct 17, 2023

Hi

We have MetaMotion S, Firmware 1.7.2 I used this command line to record and download the Accelerometer, Gyroscope and Magnetometer.

sudo npm start -- --device DA:4E:51:0A:B7:A4
--sensor Accelerometer='{"odr" : 100.0, "range": 4.0}'
--sensor Gyroscope='{"odr" : 100.0, "range": 1000.0}'
--sensor Magnetometer='{"odr" : 25.0}'
--command log

Then used the below command to download the data:

sudo npm start -- --device DA:4E:51:0A:B7:A4
--sensor Accelerometer='{"odr" : 100.0, "range": 4.0}'
--sensor Gyroscope='{"odr" : 100.0, "range": 1000.0}'
--sensor Magnetometer='{"odr" : 25.0}'
--command download

But at the end, we only have Accelerometer and Magnetometer data, no Gyroscope data.

This is the Log report:

info: Connecting to device mac=DA:4E:51:0A:B7:A4
info: Attempting to connect mac=da:4e:51:0a:b7:a4
info: Connected to and setup mac=da:4e:51:0a:b7:a4
info: Syncing log information mac=da:4e:51:0a:b7:a4
info: Resetting device mac=da:4e:51:0a:b7:a4
info: Attempting to reconnect mac=da:4e:51:0a:b7:a4
info: Attempting to connect mac=da:4e:51:0a:b7:a4
info: Connected to and setup mac=da:4e:51:0a:b7:a4
info: Reconnected to device mac=da:4e:51:0a:b7:a4
warn: Unrecognized log identifier:
info: Downloading log mac=da:4e:51:0a:b7:a4

Could you please let me know how can I fix it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant