HumanDynamics / openbadge

MIT License
49 stars 19 forks source link

Add LIS3DH implemented. #88

Closed Bernal-R closed 6 years ago

Bernal-R commented 6 years ago

1- Added a new board badge_03v6 , and new makefile flags (badge_03v6, badge_03v6_noDebug, badge_03v6_tester). 2- Removed the references to the button in the code and tester code. 3-Used and improve "whoami" (implemented by Oren) for make sure that accelerometer is connected. 4- LIS3DH internal self-test. (Simulated aceleration when device is static (by register) and enable interruput pin that is read by interrupt pin input in your nrf51) 5- Activated a internal motion detection for wake up the badge. (When movement is detected LIS3DH enable Interruput output that is read by your nrf51) 6- Implemented too a tap feature for detect movement.