Wiki

Differences

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

Link to this comparison view

Next revision
Previous revision
resources:tools-software:uc-drivers:microchip:adxl362 [01 Oct 2012 16:25] – created Dragos Bogdanresources:tools-software:uc-drivers:microchip:adxl362 [22 Jul 2019 09:50] (current) – Update no-OS driver link Andrei Drimbarean
Line 7: Line 7:
  
 ===== Downloads ===== ===== Downloads =====
-  * {{:resources:tools-software:uc-drivers:adxl362_generic.zip|ADXL362 Generic Driver}} +<WRAP round download 80%>
-  * {{:resources:tools-software:uc-drivers:microchip:adxl362_pic32.zip|ADXL362 PIC32 Driver}}+
   * {{:resources:tools-software:uc-drivers:microchip:adxl362_dspic33.zip|ADXL362 DSPIC33 Driver}}   * {{:resources:tools-software:uc-drivers:microchip:adxl362_dspic33.zip|ADXL362 DSPIC33 Driver}}
-  * {{:resources:tools-software:uc-drivers:microchip:adxl362_arduino.zip|ADXL362 Arduino Driver}}+  * {{:resources:tools-software:uc-drivers:microchip:adxl362_arduino.zip|ADXL362 chipKIT Driver}} 
 +  * **ADXL362 Driver:** https://github.com/analogdevicesinc/no-OS/tree/master/drivers/accel/adxl362 
 +  * **PmodACL2 Demo for PIC32MX320F128H:** https://github.com/analogdevicesinc/no-OS/tree/master/Microchip/PIC32MX320F128H/PmodACL2 
 +  * **PIC32MX320F128H Common Drivers:** https://github.com/analogdevicesinc/no-OS/tree/master/Microchip/PIC32MX320F128H/Common 
 +</WRAP>
  
 ====== Digilent Cerebot MX3cK Quick Start Guide ====== ====== Digilent Cerebot MX3cK Quick Start Guide ======
Line 17: Line 20:
 ==== Required Hardware ==== ==== Required Hardware ====
   * [[http://www.digilentinc.com/Products/Detail.cfm?Prod=CEREBOT-MX3CK|Cerebot MX3cK (Digilent)]]   * [[http://www.digilentinc.com/Products/Detail.cfm?Prod=CEREBOT-MX3CK|Cerebot MX3cK (Digilent)]]
-  * PmodACL2+  * [[http://www.digilentinc.com/Products/Detail.cfm?Prod=PMOD-ACL2|PmodACL2]]
  
 ==== Required Software ==== ==== Required Software ====
   * [[http://www.microchip.com/mplabx|MPLAB X Integrated Development Environment]]   * [[http://www.microchip.com/mplabx|MPLAB X Integrated Development Environment]]
   * [[http://www.microchip.com/mplabxc|MPLAB XC32 compiler]]   * [[http://www.microchip.com/mplabxc|MPLAB XC32 compiler]]
 +  * The ADXL362 demonstration project for PIC32MX320F128H.
 +
 +<WRAP round info 80%>
 +The ADXL362 demonstration project for PIC32MX320F128H consists of three parts: the **ADXL362 Driver**,  the **PmodACL2 Demo for PIC32MX320F128H** and the **PIC32MX320F128H Common Drivers**.
 +
 +All three parts have to be downloaded.
 +</WRAP>
  
 ==== Hardware Setup ==== ==== Hardware Setup ====
Line 29: Line 39:
  
 ==== Reference Project Overview ==== ==== Reference Project Overview ====
-Following commands were implemented in this version of ADXL362 reference project for Cerebot MX3cK board.+The following commands were implemented in this version of ADXL362 reference project for Cerebot MX3cK board.
 ^ Command ^ Description ^ ^ Command ^ Description ^
 | help? | Displays all available commands. | | help? | Displays all available commands. |
-| id? | Device details. | +| id? | Displays device details. | 
-| measure= | Start/stop the measure process of the device. Accepted values: 0 - 1. | +| measure= | Start/stop the measurement process of the device. Accepted values:\\ 0 - Stop measurement.\\ - Start measurement. | 
-temp? | Read the temperature. | +temperature? | Displays the temperature. | 
-| resetReset the device. | +| resetResets the device. | 
-| acceleration? | Displays the accelerations on XYZ axis. |+| acceleration? | Displays the accelerations on XYZ axes. | 
 +| accelerationX? | Displays the acceleration on X axis. | 
 +| accelerationY? | Displays the acceleration on Y axis. | 
 +| accelerationZ? | Displays the acceleration on Z axis. |
 | activity? | Displays the activity status of the device. It runs for 5 motion detections. | | activity? | Displays the activity status of the device. It runs for 5 motion detections. |
  
 Commands can be executed using a serial terminal connected to the UART1 peripheral of PIC32MX320F128H. Commands can be executed using a serial terminal connected to the UART1 peripheral of PIC32MX320F128H.
  
-The following image shows a list of commands in a serial terminal connected to processor’s UART peripheral.+The following image shows a generic list of commands in a serial terminal connected to processor’s UART peripheral.
 {{ :resources:tools-software:uc-drivers:microchip:terminal_pic32.png? |}} {{ :resources:tools-software:uc-drivers:microchip:terminal_pic32.png? |}}
  
Line 82: Line 95:
 {{page>:resources:tools-software:uc-drivers:microchip:dspic33_software_design}} {{page>:resources:tools-software:uc-drivers:microchip:dspic33_software_design}}
  
-====== Digilent Cerebot MX3cK Quick Start Guide - Arduino ====== +====== Digilent Cerebot MX3cK Quick Start Guide - chipKIT Project ====== 
-This section contains a description of the steps required to run the ADXL362 Arduino demonstration project on a Digilent Cerebot MX3cK platform.+This section contains a description of the steps required to run the ADXL362 chipKIT demonstration project on a Digilent Cerebot MX3cK platform.
  
 ==== Required Hardware ==== ==== Required Hardware ====
Line 98: Line 111:
  
 ==== Reference Project Overview ==== ==== Reference Project Overview ====
-Following commands were implemented in this version of ADXL362 Arduino reference project for Cerebot MX3cK board.+Following commands were implemented in this version of ADXL362 chipKIT reference project for Cerebot MX3cK board.
 ^ Command ^ Description ^ ^ Command ^ Description ^
 | help? | Displays all available commands. | | help? | Displays all available commands. |
resources/tools-software/uc-drivers/microchip/adxl362.1349101549.txt.gz · Last modified: 01 Oct 2012 16:25 by Dragos Bogdan