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:adt7420 [01 Oct 2012 16:35] – created Dragos Bogdanresources:tools-software:uc-drivers:microchip:adt7420 [22 Jul 2019 14:32] (current) – Update no-OS driver link Andrei Drimbarean
Line 7: Line 7:
  
 ===== Downloads ===== ===== Downloads =====
-  * {{:resources:tools-software:uc-drivers:adt7420_generic.zip|ADT7420 Generic Driver}} 
-  * {{:resources:tools-software:uc-drivers:microchip:adt7420_pic32.zip|ADT7420 PIC32 Driver}} 
-  * {{:resources:tools-software:uc-drivers:microchip:adt7420_dspic33.zip|ADT7420 DSPIC33 Driver}} 
  
 +<WRAP round download 80%>
 +  * {{:resources:tools-software:uc-drivers:microchip:adt7420_dspic33.zip|ADT7420 DSPIC33 Driver}}
 +  * **ADT7420 Driver:           ** https://github.com/analogdevicesinc/no-OS/tree/master/drivers/temperature/adt7420
 +  * **PmodTMP2 Demo for PIC32MX320F128H: ** https://github.com/analogdevicesinc/no-OS/tree/master/Microchip/PIC32MX320F128H/PmodTMP2
 +  * **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 ======
 This section contains a description of the steps required to run the ADT7420 demonstration project on a Digilent Cerebot MX3cK platform. This section contains a description of the steps required to run the ADT7420 demonstration project on a Digilent Cerebot MX3cK platform.
Line 21: Line 24:
   * [[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 ADT7420 demonstration project for PIC32MX320F128H.
  
 +<WRAP round info 80%>
 +The ADT7420 demonstration project for PIC32MX320F128H consists of three parts: the **ADT7420 Driver**,  the **PmodTMP2 Demo for PIC32MX320F128H** and the **PIC32MX320F128H Common Drivers**.
 +
 +All three parts have to be downloaded.
 +</WRAP>
 ==== Hardware Setup ==== ==== Hardware Setup ====
 A PmodTMP2 has to be connected to the J2 connector of Cerebot MX3cK development board. A PmodTMP2 has to be connected to the J2 connector of Cerebot MX3cK development board.
Line 28: Line 37:
  
 ==== Reference Project Overview ==== ==== Reference Project Overview ====
-Following commands were implemented in this version of ADT7420 reference project for Cerebot MX3cK board.+The following commands were implemented in this version of ADT7420 reference project for Cerebot MX3cK board.
 ^ Command ^ Description ^ ^ Command ^ Description ^
 | help? | Displays all available commands. | | help? | Displays all available commands. |
-| reset| Resets the ADT7420. | +| reset| Resets the ADT7420. | 
-| mode= | Sets the operational mode for ADT7420. Accepted values: 0 - 3 |+| mode= | Sets the operational mode for ADT7420. Accepted values:\\ 0 - Continuos conversions.\\ 1 - One shot.\\ 2 - 1 SPS mode.\\ - Shutdown. |
 | mode? | Displays the selected operational mode. | | mode? | Displays the selected operational mode. |
-| resolution= | Sets the resolution for ADT7420. Accepted values: 0 - 1 |+| resolution= | Sets the resolution for ADT7420. Accepted values:\\ 0 - 13 bits resolution.\\ - 16 bits resolution. |
 | resolution? | Displays the selected resolution. | | resolution? | Displays the selected resolution. |
-temp? | Displays the temperature. |+temperature? | Displays the temperature in degrees Celsius. |
  
 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? |}}
- 
 ==== Software Project Setup ==== ==== Software Project Setup ====
 {{page>:resources:tools-software:uc-drivers:microchip:pic32_software_design}} {{page>:resources:tools-software:uc-drivers:microchip:pic32_software_design}}
resources/tools-software/uc-drivers/microchip/adt7420.1349102151.txt.gz · Last modified: 01 Oct 2012 16:35 by Dragos Bogdan