SparkFun Forums 

Where electronics enthusiasts find answers.

Discussions on how to get your MSP JTAG programmer up and running.
By mnasir123
#118862
Hello Sir,
I am doing a project on Vibration meter using MSP430F2618. I chose ADXL330 as accelerometer. My problem is,
1) How to convert the output of the accelerometer into g-force and display in LCD.
2) I need a C-programming of LCD (Hitachi or Nokia 3310/6610) which is to be interfaced with MSP430F2618.

Can you please help me in this?
By grabbo
#121409
I might not help directly but point you right direction..

1. ADXL330s are analog accelerometers, you need to sample output with A/D converter. There's lot of literature. I found most useful from freescale when i measured inclination. Read those, there are aritmetics.
2. You should be able to find a library for those lcd's. I've seen somewhere project with Nokia 3310,but can't remember where.

Good luck!