Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 2.12 KB

MOTION_LOGGER.md

File metadata and controls

45 lines (29 loc) · 2.12 KB

Motion logger with PIC16F18326, MPU9255, A1324LUA-T and EEPROM

I develop a small 9-axis motion logger with PIC16F18326 and MPU9255.

Typical applications in this project:

  • measuring ride quality of public transport
  • wearable/embeddeable motion sensor for sports

Note1: the MPU9250 sensor module I purchased from Amazon turned out to be MPU9255, because WHO_AM_I response is 0x73. Note2: MPU9250(incl. 9255) is not recommended for new designs.

Datasheet

Project documentation

Code in development

Preliminary test on MPU9255

Deep learning with Keras/TensorFlow

I use the instrument to record data as an input for machine learning (training and testing):