BenjaminSoelberg / openchronos-ng-elf

Fully modular opensource firmware for the eZ430 chronos using TI's new msp430-elf-gcc
GNU General Public License v3.0
59 stars 22 forks source link

Implement, complete the 3-Axis Accelerometer -White PCB (Bosch Sensortec BMA250) support. #20

Open quoraquestions opened 7 years ago

quoraquestions commented 7 years ago

3-Axis Accelerometer - white PCB (Bosch Sensortec BMA250) is not supported by openchronos, a reference implementation for interfacing with BMA250 is available at

https://github.com/BoschSensortec/BMA2x2_driver

Datasheet: http://www.mouser.com/ds/2/783/BST-BMA250-DS002-05-786487.pdf

This could be the first step to implementing pedometer functionality in the watch.

I can take this up and start with including the sources from Bosch reference code.