My Accelerometer Hands-on Project to emulate it with Processing environment.
- ℹ️ Accelerometer in Wikipedia
- ℹ️ Degrees of Freedom in Wikipedia
- ℹ️ Stewart Platform in Wikipedia
- 🆒 Motion Dynamics Project
- Arduino Microcontroller Platform
- Arduino Integrated Development Environment
- Processing Creative Design Environment
- Processing Libraries : ControlP5
- Connect the Arduino Prototyping Hardware (I used Arduino Mega 2560) with the Accelerometer as shown in the
Related Resources
section below - Download the Arduino program (accelerometer.ino) from the local repository (downloaded directory) into the Target Arduino board (I used a Arduino Mega2560 Board)
- Invoke the Processing Environment
- Install the library ControlP5 from
Sketch -> Add Library
Menu - Connect Arduino and the Computer running Processing Application with USB Cable
- Run the Processing Application
- Browse the Tabs displayed in the Processing Application window and play with it
- Accelerometer and Arduino Board Connections
- Accelerometer and Arduino Schematic Diagram
- Accelerometer and Arduino PCB Routed Result
- Learn Degrees Of Freedom partially.
- Accelerometer Data Visualization
- Understand how microcontroller is communicating with an Application.
- Used to understand Accelerometer before constructing Stewart Platform
- Used to construct Image Stabilizing system.
- Add MEMS Accelerometer with higher Degrees Of Freedom, MEMS Gyroscope, MEMS Inertial Measurement Unit to spice up the project more.
- Use Socket, Node, and other JS to experiment, experience and enjoy the web layer.
- Learn Calibration and contribute the calibration module in Accelerometer application.