We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: