-
Notifications
You must be signed in to change notification settings - Fork 111
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
16G Accelerometer #77
Comments
This is currently not supported. However can be, by adding a API to set the correct bits: http://processors.wiki.ti.com/index.php/CC2650_SensorTag_User's_Guide#Configuration_2 Pull requests welcome .... |
Hi sandeepmistry, I'm not sure to understand, is it possible to set the bits somewhere manually in your code (replace a mask?), or where those bits are to be setup ? |
@openStove try https://github.com/sandeepmistry/node-sensortag/blob/master/lib/cc2650.js#L19 and the link I mentioned earlier. All the code you need to change is isolated in |
@sandeepmistry Is it enabling 8G by default on the accelerometer? Looking at https://github.com/sandeepmistry/node-sensortag/blob/master/lib/cc2650.js#L108 it seems it is being set to 2G by using 0x007f for the config characteristic value? |
Hi @efreiberg,
Maybe, from what I remember there was some bugs in the firmware or documentation when I was looking at it. Maybe this has since been fixed, the Please tryout other values and report your findings (also mention the f/w version you are using on your SensorTag). Thanks. |
Hi Sandeep, I am a novice in nodejs.I had a question related to Ti Sensor tag reading MPU9250 data |
abhatikar@abhatikar-mac:~$ gatttool -I -b 24:XX:89:XX:XX:XX |
My Firmware revision:1.32 Oct 5 2016 |
Hi @sandeepmistry,
Line 184 lib/cc2650.js it says // we specify 8G range in setup.
How do i change to 16g or 4g.
The text was updated successfully, but these errors were encountered: