read meta-motion R value via node.js on raspberry pi
hi
I want to read sensor value from a meta motion R via node.js which is installed on a raspberry pi 3.
After some calculations, Node.js is sending web-sockets.
I had this all working with some other sensor (a Sensortag from TI) but I changed to Meta motion R sensors because they had sensor-fusion on board for more accurate measuring. they work fine!!!
I just read interesting information about this integration on:
from what I read I have to use:
Now my question:
The github files show how to read accelerometer and gyroscope value from a metawear sensor.
But I want also to read magnetometer and also euler / quaternion information. That is why I bought a meta motion R with on-board sensor fusion.
Do you have a suggestion how to read this magnetometer and euler/quaternion information?
Hope to hear.
gr markv
This discussion has been closed.
Comments
But we will also try writing a C++ program although we are not so familiar with C++. Maybe you have a programm we can use as an example and change a bit. The case is simple.
Connect to the metawear sensors
Read magnetometer and accelerometer value 5 times a second
Send the measured data 5 times a second via Websockets
Do you by excedent have such a c++ program as basic so we can adjust to our needs?
Hope you can help
Gr markv