node-metawear icon indicating copy to clipboard operation
node-metawear copied to clipboard

nodejs library for MetaWear devices

Results 15 node-metawear issues
Sort by recently updated
recently updated
newest added

npm ERR! Windows_NT 10.0.15063 npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" npm ERR! node v6.11.5 npm ERR! npm v3.10.10 npm ERR! code ELIFECYCLE npm ERR! [email protected] install: `make OPT_FLAGS=-Wno-strict-aliasing...

My first problem is: 1. I am trying to read the logs for accelerometer using the logging module but it is not able to read them using downloadLog function. I...

I've noticed the accelerometer.js example supports specifying different output rates and range; however, the output rate doesn't seem to have an impact on the rate accelerometer data is posted to...

Hello again - I have been attempting to do some framerate tests with a MetaMotion R. I was finding that if I streamed the magnetometer, gyro, accelerometer, and quaternions via...

This [post from resin.io](https://resin.io/blog/open-source-guide-1-documentation-and-jsdoc/?utm_source=Resin+Users&utm_campaign=b4e575ed02-EMAIL_CAMPAIGN_2017_01_31&utm_medium=email&utm_term=0_1c73cb7379-b4e575ed02-202943545) seems to be a good starting point to improve it.

There are further methods for configurate the accelerometer: - TAP_CONFIG - ORIENT_CONFIG - FLAT_CONFIG - LOW_HIGH_G_CONFIG Right now, the default values are send only. It would be fine to create...

missing feature

Instead of returning a anonymous data structure, it should be better to return a typed data object like a CartesianFloat as an argument to the onChange listener on accelerometer and...

enhancement

The following issue has been observed when the accelerometer example is executed on a MacOS device. `MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 write listeners added. Use emitter.setMaxListeners() to increase...

bug
help wanted

I have implemented the connection parameter support, apparently applying a 7.5ms max connection interval could. This could also vary depending the underlying hardware. I need some help, would you please...

bug
enhancement
help wanted

I'm running your example accelerometer code on a MBP, and it streams wonderfully at first. However, after a few seconds, the stream noticeably slows down and I get maybe two...

bug