wireless mouse control - rajat94/mouse-control GitHub Wiki

This project demonstrates the use of a accelerometer as a computer mouse, but first what is an accelerometer? Its a device that can measure acceleration and the pull of gravity. There are multiple ways of doing this, the particular one I’m using works with the capacitive method. Inside the chip is a capacitor with an extra plate in the middle that can move. As you know the closer the objects are together the bigger the capacitance, the circuit inside the chip measures the capacitance difference between the two plates and the middle one. Finally the circuit coverts this in to a analog signal between 0V and 3.3V. All of this is small enough to fit in to a small SMD chip.

http://www.engineersgarage.com/sites/default/files/styles/normalimages/public/circuitdiagram/circuit1.JPG?itok=BY0PsgFx

http://www.engineersgarage.com/sites/default/files/styles/normalimages/public/circuitdiagram/circuit2.JPG?itok=DxjlPFTD