Skip to content

My Accelerometer Hands-on Project to emulate it with Processing environment.

License

Notifications You must be signed in to change notification settings

lrmodesgh/Visual-Accelerometer

Repository files navigation

Visual-Accelerometer

My Accelerometer Hands-on Project to emulate it with Processing environment.

Learning Resources :

  1. ℹ️ Accelerometer in Wikipedia
  2. ℹ️ Degrees of Freedom in Wikipedia
  3. ℹ️ Stewart Platform in Wikipedia
  4. 🆒 Motion Dynamics Project

Tools Required :

  1. Arduino Microcontroller Platform
  2. Arduino Integrated Development Environment
  3. Processing Creative Design Environment
  4. Processing Libraries : ControlP5

Instructions :

  1. Connect the Arduino Prototyping Hardware (I used Arduino Mega 2560) with the Accelerometer as shown in the Related Resources section below
  2. Download the Arduino program (accelerometer.ino) from the local repository (downloaded directory) into the Target Arduino board (I used a Arduino Mega2560 Board)
  3. Invoke the Processing Environment
  4. Install the library ControlP5 from Sketch -> Add Library Menu
  5. Connect Arduino and the Computer running Processing Application with USB Cable
  6. Run the Processing Application
  7. Browse the Tabs displayed in the Processing Application window and play with it

Project Related Resources :

  1. Accelerometer and Arduino Board Connections Accelerometer & Arduino Board Connections
  2. Accelerometer and Arduino Schematic Diagram Accelerometer & Arduino Schematic Diagram
  3. Accelerometer and Arduino PCB Routed Result Accelerometer & Arduino PCB Routed Result

Uses :

  1. Learn Degrees Of Freedom partially.
  2. Accelerometer Data Visualization
  3. Understand how microcontroller is communicating with an Application.
  4. Used to understand Accelerometer before constructing Stewart Platform
  5. Used to construct Image Stabilizing system.

Possible Modifications:

  1. Add MEMS Accelerometer with higher Degrees Of Freedom, MEMS Gyroscope, MEMS Inertial Measurement Unit to spice up the project more.
  2. Use Socket, Node, and other JS to experiment, experience and enjoy the web layer.
  3. Learn Calibration and contribute the calibration module in Accelerometer application.

About

My Accelerometer Hands-on Project to emulate it with Processing environment.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages