I built this little box mainly for fun but it served me as a platform on which i could learn about the MPU 6050. It has an Arduino Nano, a 1,8 TFT, MPU6050 Board and a Button.
Its compact and rugged with its 3D Printed case so It can be used anywhere to develop with it.
Its also almost fully modular incase something breaks.
Things I'm working on:
-Removing Gravity form readings
-Tell Speed and Distance accurately with Integration
I wrote a little GUI on it with that is controlled purely by the Accelerometer so no buttons required.
The graphics are made by using the setPixel function of the adafruit gfx library. The data from the sensor is the y position and the x position is incremented
I'm interested in how you are able to determine distance.