User:Sarah Labianca/Notebook/Smyth Lab/2012/04/05: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
(Autocreate 2012/04/05 Entry for User:Sarah_Labianca/Notebook/Smyth_Lab)
 
Line 6: Line 6:
| colspan="2"|
| colspan="2"|
<!-- ##### DO NOT edit above this line unless you know what you are doing. ##### -->
<!-- ##### DO NOT edit above this line unless you know what you are doing. ##### -->
==Entry title==
==Building a force gauge==
* Insert content here...
===Downloads===
to be filled in with libraries, code, etc, later
 
====ADXL345====
[http://en.wikipedia.org/wiki/Accelerometer Background reading on accelerometers.] Our accelerometer of choice was the [http://www.sparkfun.com/products/9836 ADXL 345] from SparkFun Electronics. There are a bunch of code examples for the ADXL345, and the [http://www.sparkfun.com/datasheets/Sensors/Accelerometer/ADXL345.pdf datasheet] and [http://www.sparkfun.com/datasheets/Sensors/Accelerometer/ADXL345.pdf quickstart guide] were very helpful.
 
===Interfacing the Arduino Uno R3 and ADXL 345===
 
 
 
<source lang ="c">
init.h
</source>





Revision as of 08:44, 5 April 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>

Building a force gauge

Downloads

to be filled in with libraries, code, etc, later

ADXL345

Background reading on accelerometers. Our accelerometer of choice was the ADXL 345 from SparkFun Electronics. There are a bunch of code examples for the ADXL345, and the datasheet and quickstart guide were very helpful.

Interfacing the Arduino Uno R3 and ADXL 345

<source lang ="c"> init.h </source>