How Do I Use LSM303DLM Voltage Output to Measure Acceleration?

  • Thread starter Thread starter jason1988
  • Start date Start date
  • Tags Tags
    Accelerometer
Click For Summary
SUMMARY

The LSM303DLM accelerometer requires connection to a microcontroller for voltage output measurement of acceleration. Recommended microcontrollers include Arduino, which has a dedicated library for easy interfacing, and Orangutans, which can utilize an AVR Studio project for tilt-compensated compass applications. Additionally, an ARM mbed library exists for the LSM303DLH, needing slight modifications for the LSM303DLM. Users should refer to the datasheet and application notes for detailed guidance and consider upgrading to the LSM303DLHC for enhanced performance.

PREREQUISITES
  • Understanding of microcontroller interfacing
  • Familiarity with Arduino libraries
  • Knowledge of I²C communication protocol
  • Basic concepts of accelerometer functionality
NEXT STEPS
  • Explore the LSM303DLH sensor module datasheet from STMicroelectronics
  • Learn how to implement the Arduino library for LSM303DLM
  • Investigate AVR Studio projects for Orangutan controllers
  • Research the differences between LSM303DLM and LSM303DLHC
USEFUL FOR

Electronics enthusiasts, embedded systems developers, and anyone working with motion sensing applications will benefit from this discussion.

jason1988
Messages
1
Reaction score
0
-- how to used the voltage output --

i bought LSM303 accelerometer (FROM NEXT LINK ) and i don't know how to used output voltage to find the acceleration . can you help me pls


http://www.pololu.com/catalog/product/1273
 
Engineering news on Phys.org
jason1988, Welcome to Physics Forums!

You have purchased a LSM303DLH sensor module. To use it it must be connected to a microcontroller. From your link above I clicked on the link "Application Note". That note gives typical connections on page 9.

There are 3 different microcontrollers described that you could use:

Arduino: We have written a basic Arduino library for this LSM303 carrier board that makes it easy to interface this sensor with an Arduino. The library makes it simple to read the raw accelerometer and magnetometer data, and it has a function for computing the tilt-compensated heading for those looking to use this sensor as a tilt-compensated compass.

Orangutans: We provide an AVR Studio project (5k zip) that demonstrates how to use an Orangutan robot controller to interface with the LSM303DLM and make a tilt-compensated compass. The project is set up for an ATmega328P microcontroller, but it will work on other Orangutans with simple changes to the project configuration.

mbed: There is a library for using the similar LSM303DLH with the ARM mbed development board. This library was not written and is not maintained by Pololu, and it needs to be modified slightly to work with the LSM303DLM.

At the bottom of the note there are 3 references. I would recommend you get all 3 to study...you can't learn too much about your sensor.

References:
1. STMicroelectronics, Inc. LSM303DLH sensor module datasheet
http://www.st.com/stonline/products/families/sensors/motion_sensors/lsm303dlh.htm

2. Honeywell, Inc. Applications of Magnetoresistive Sensors in Navigation Systems
http://www.ssec.honeywell.com/position-sensors/datasheets/sae.pdf

3. Honeywell, Inc. Applications of Magnetic Sensors for Low Cost Compass Systems
http://www.ssec.honeywell.com/magnetic/datasheets/lowcost.pdf

Finally, I'm sure you noticed your sensor is being replaced by a newer, better version. That's why it was so cheap.

"Clearance: This board is being replaced by the newer LSM303DLHC carrier, which offers improved magnetic sensing resolution and a wider acceleration measurement range. The new version is also 0.1″ shorter than the original, but it is pin-compatible with the original LSM303DLM carrier and can generally be used as a drop-in replacement. However, changes in I²C addresses and configuration registers mean that code written to interface with an LSM303DLM might need to be modified to work with an LSM303DLHC."

Cheers,
Bobbywhy
 
Last edited by a moderator:
Ooops! Please revise my post above: You have purchased the LSM303DLM.
 

Similar threads

  • · Replies 10 ·
Replies
10
Views
2K
Replies
2
Views
2K
  • · Replies 17 ·
Replies
17
Views
6K
Replies
9
Views
3K
Replies
19
Views
3K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 9 ·
Replies
9
Views
2K
Replies
8
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K