-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
support for MPU6050 (6DoF Gyro+Accel) #10
Comments
Thanks, It's on my list actually I know this module I tried and patched it https://github.com/rzr/generic-sensors-lite/blob/master/lib/orientation/simulator.js#L22 If you manage to have a similar array then we're fine to integrate it in index.js in same directory ping @jstapels |
mpu9250 clould be also considered if it gets node10+ support |
Also my this one from ST be considered too: The LSM9D1 Accelerometer/Magnetometer/Gyroscope -- see section 5.1.1 -- https://www.st.com/resource/en/datasheet/lsm9ds1.pdf It's on Pi Sensehat too : https://github.com/rzr/sense-hat-webthing Relate-to: rzr/generic-sensors-webthings#13 |
with MMA8451Q accelerometer from FRDM-KL25Z is also welcome |
Request for support for the Invensense MPU6050 (now officially part of TDK) 6DoF I²C sensor.
Datasheet : https://www.invensense.com/wp-content/uploads/2015/02/MPU-6000-Datasheet1.pdf
supported by NodeJS https://github.com/jstapels/mpu6050
The text was updated successfully, but these errors were encountered: