User:Sarah Labianca/Notebook/Smyth Lab/2012/03/01: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
Line 16: Line 16:


-The ADXL345 should interface well with an Arduino, and comes mounted on a breakout board.
-The ADXL345 should interface well with an Arduino, and comes mounted on a breakout board.
[http://www.sparkfun.com/datasheets/Sensors/Accelerometer/ADXL345.pdf ADXL345 Data Sheet]
==Side notes==
Today I found a piece of software called [http://fritzing.org/download/ Fritzing] that allows one to flesh out PCB board and breadboard designs virtually.
A [http://www.youtube.com/watch?v=M6rZYm-7k4E&feature=player_embedded video] of someone using Fritzing:
<!-- ##### DO NOT edit below this line unless you know what you are doing. ##### -->
<!-- ##### DO NOT edit below this line unless you know what you are doing. ##### -->




__NOTOC__
__NOTOC__

Revision as of 09:53, 1 March 2012

Project name <html><img src="/images/9/94/Report.png" border="0" /></html> Main project page
<html><img src="/images/c/c3/Resultset_previous.png" border="0" /></html>Previous entry<html>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</html>Next entry<html><img src="/images/5/5c/Resultset_next.png" border="0" /></html>

Choosing an accelerometer

I have decided to use the ADXL345 triple axis accelerometer. The reasons for this choice are as follows:

-The measurement range is variable, we can choose ranges of ±2g, ±4g, ±8g and ±16g. This means that we aren't obligated to a certain measurement range, and can adjust this based on our needs. -The importance of the variable measurement ranges lies in the effect it has on resolution. The larger the g range, the smaller the resolution of our measurements. This is because the 1024 possible data points for measurements are divided up evenly over the g ranges. If we discover that the pendulum falls withing the ±4g range, we can use ±4g instead of ±8g or ±16g, effectively giving us a larger resolution, as compared to an accelerometer without variable ranges where we would be stuck using a certain, nonadjustable measurement range. This is even more useful because we do not know the force range of the pendulum.

- To measure impacts, bandwidth (the amount of data that can reliably be output per second) needs to be in the hundreds of Hz. The ADXL345 has a variable hertz range of 6.25 Hz to 3200 Hz, allowing us to read impacts.

-The ADXL345 should interface well with an Arduino, and comes mounted on a breakout board.


ADXL345 Data Sheet


Side notes

Today I found a piece of software called Fritzing that allows one to flesh out PCB board and breadboard designs virtually. A video of someone using Fritzing: