Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.06 KB

README.md

File metadata and controls

23 lines (14 loc) · 1.06 KB

Arduccelerometer

Accelerometer with graphical display, based on Arduino.

Arduccelerometer

Arduccelerometer is a versatile project which can be used in many scenarios, but I have chosen to exemplify its capabilities in the context of cars. Thanks to the use of a display, the Arduino board takes values from the standalone accelerometer and prints the values to the screen in an intuitive way, making it easy to monitor while driving.

Project description

The aim of this project is to show the acceleration of the car. The way the project is built leaves room for adjustment for any car, making it easy to modify in order to make it work regardless of the power that the platform is capable of. For this project, the following components were used:

  • Arduino Pro Micro development board
  • Adafruit MPU6050 6-DoF Accelerometer and Gyroscope
  • Adafruit SSD1306 128x64 OLED Display

Hardware Schematic

License

This project is licensed under the terms of the MIT license. See the LICENSE file.