Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
resources:eval:user-guides:arduino-uno:reference_designs:demo_adxl372 [18 Jan 2018 09:46] – [Impact Measurement Demo using the Arduino Uno] Mircea Caprioruresources:eval:user-guides:arduino-uno:reference_designs:demo_adxl372 [22 Jan 2018 08:47] (current) – [Project Structure] Mircea Caprioru
Line 2: Line 2:
  
 This demo will use  **EVAL-ADXL372-ARDZ** shield along with **Arduino Uno** base board to create a impact measurement application, using the Arduino IDE.  This demo will use  **EVAL-ADXL372-ARDZ** shield along with **Arduino Uno** base board to create a impact measurement application, using the Arduino IDE. 
-{{ :resources:eval:user-guides:arduino-uno:reference_designs:img_20180118_101851.jpg?700 |}}+{{ :resources:eval:user-guides:arduino-uno:reference_designs:img_20180118_101851.jpg?500 |}}
 ===== General Description/Overview ===== ===== General Description/Overview =====
  
Line 9: Line 9:
 The **ADXL372** is an ultralow power, 3-axis, **±200 g** MEMS accelerometer.   The **ADXL372** is an ultralow power, 3-axis, **±200 g** MEMS accelerometer.  
  
 +<note important>To generate an impact event just hit the device with the palm of your hand.</note>
 ===== Demo Requirements ===== ===== Demo Requirements =====
  
Line 22: Line 23:
  
 ===== Setting up the Hardware ===== ===== Setting up the Hardware =====
-FIXME  
   - Plug the **EVAL-ADXL372-ARDZ** shield on top of the **Arduino Uno** development board by matching up the **POWER, ANALOG, DIGI0, DIGI1** connectors.   - Plug the **EVAL-ADXL372-ARDZ** shield on top of the **Arduino Uno** development board by matching up the **POWER, ANALOG, DIGI0, DIGI1** connectors.
     * Note, the boards should only plug together one way, preventing reverse connections.     * Note, the boards should only plug together one way, preventing reverse connections.
-  - Make sure the jumpers **P8P9P6** are configured exactly as the picture below. +  - Make sure the jumpers **P10P11P12** are configured exactly as the picture below. 
-    * P9 -> Pin 1-2 +    * P10 -> Pin 1-2 
-    * P8 -> Pin 2-3 +    * P11 -> Pin 1-2 
-    * P6 -> Pin 1-2 {{ :resources:eval:user-guides:eval-adicup3029:reference_designs:img_20170612_144055_hdr.jpg?800 |}}+    * P12 -> Pin 1-2  
 +{{ :resources:eval:user-guides:arduino-uno:reference_designs:img_20180118_101950.jpg?600 |}}
   -  Plug in the Type B USB cable into the USB port on the Arduino Uno, and the other end into the PC or laptop.   -  Plug in the Type B USB cable into the USB port on the Arduino Uno, and the other end into the PC or laptop.
  
Line 43: Line 44:
 ===== Project Structure===== ===== Project Structure=====
  
-{{ :resources:eval:user-guides:arduino-uno:reference_designs:drawing2.png?700 |}}+{{ :resources:eval:user-guides:arduino-uno:reference_designs:drawing3.png?700 |}}
  
 The Arduino Sketch is used to load the example into Arduino IDE. The project is composed of three main parts: The Arduino Sketch is used to load the example into Arduino IDE. The project is composed of three main parts:
Line 49: Line 50:
   * the main program (arduino sketch)   * the main program (arduino sketch)
   * application layer (IC drivers and sensor data)   * application layer (IC drivers and sensor data)
 +  * communication layer
 ===== Configuring the Software Parameters ===== ===== Configuring the Software Parameters =====
  
resources/eval/user-guides/arduino-uno/reference_designs/demo_adxl372.1516265185.txt.gz · Last modified: 18 Jan 2018 09:46 by Mircea Caprioru