ADXL335 on a board(Manufactured by Sparkfun.com) |
The interface of this device is analog: The voltages on X(Y,Z) port depends on the linear acceleration throughout X(Y,Z) axis. The Arduino board has 6 analog-in ports, we can use 3 of them(0,1,2) to connect to X,Y,Z ports of ADXL335.
Analog ports |
So lets open the Arduino IDE and write a simple program, which will periodically read the values on analog ports and send trough the Serial port.
In this program analogRead function read the voltage on the pin and return the integer value between 0 and 1023.
On the computer side we will read the information coming through Serial port an show the values on 3 horizontal progress bars.
This is C# code of program
Be careful, connect ADXL335 to the Arduino board, before connecting them to the PC, otherwise the board will hang and only solution is reconnecting.
This is a short video how it runs.
can u sent n me the entire code to yohannan,basil@gmail.com plz plz
ReplyDelete