Other Parts Discussed in Thread: CC2541
Hi
We are using cc2541 keyfob, having a BMA250 accelerometer from BOSCH,
As per data sheet of BMA250, the data coming out of the sensor is 10 bit width,
But BLE stacks only transmits 8 bit data.
I have a couple related questions:
- Is the 8bit sufficient to determine acceleration. If so how to covert 8-bit value into acceleration.
- If above is not possible how do we get the 10bit data using BLE, so we can convert to appropriate acceleration value.