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:tools-software:uc-drivers:microchip:adt7420 [26 Jun 2013 17:16] – source code change and source code put on github Lucian Sinresources:tools-software:uc-drivers:microchip:adt7420 [22 Jul 2019 14:32] (current) – Update no-OS driver link Andrei Drimbarean
Line 10: Line 10:
 <WRAP round download 80%> <WRAP round download 80%>
   * {{:resources:tools-software:uc-drivers:microchip:adt7420_dspic33.zip|ADT7420 DSPIC33 Driver}}   * {{:resources:tools-software:uc-drivers:microchip:adt7420_dspic33.zip|ADT7420 DSPIC33 Driver}}
-  * **ADT7420 Driver:           ** https://github.com/analogdevicesinc/no-OS/tree/master/drivers/ADT7420 +  * **ADT7420 Driver:           ** https://github.com/analogdevicesinc/no-OS/tree/master/drivers/temperature/adt7420 
-  * **PmodTMP2 Demo for Cerebot MX3cK: ** https://github.com/analogdevicesinc/no-OS/tree/master/ +  * **PmodTMP2 Demo for PIC32MX320F128H: ** https://github.com/analogdevicesinc/no-OS/tree/master/Microchip/PIC32MX320F128H/PmodTMP2 
-  * **Cerebot MX3cK Common Drivers:   ** https://github.com/analogdevicesinc/no-OS/tree/master/+  * **PIC32MX320F128H Common Drivers:   ** https://github.com/analogdevicesinc/no-OS/tree/master/Microchip/PIC32MX320F128H/Common
 </WRAP> </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 25: 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 Digilent Cerebot MX3cK platform.+  * The ADT7420 demonstration project for PIC32MX320F128H.
  
 <WRAP round info 80%> <WRAP round info 80%>
-The ADT7420 demonstration project for the Digilent Cerebot MX3cK platform consists of three parts: the **ADT7420 Driver**,  the **PmodTMP2 Demo for Cerebot MX3cK** and the **Cerebot MX3cK Common Drivers**.+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. All three parts have to be downloaded.
 </WRAP> </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 43: Line 41:
 | 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. |
 | temperature? | Displays the temperature in degrees Celsius. | | temperature? | Displays the temperature in degrees Celsius. |
Line 53: Line 51:
 The following image shows a generic 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.txt · Last modified: 22 Jul 2019 14:32 by Andrei Drimbarean