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:ad7476 [09 Oct 2012 09:08] – Replaced Arduino with chipKIT. Dragos Bogdanresources:tools-software:uc-drivers:microchip:ad7476 [22 Jul 2019 11:24] (current) – Update no-OS driver link Andrei Drimbarean
Line 7: Line 7:
  
 ===== Downloads ===== ===== Downloads =====
-  * {{:resources:tools-software:uc-drivers:ad74xx_generic.zip|AD74xx Generic Driver}} +<WRAP round download 80%>
-  * {{:resources:tools-software:uc-drivers:microchip:ad7476_pic32.zip|AD7476 PIC32 Driver}}+
   * {{:resources:tools-software:uc-drivers:microchip:ad7476_dspic33.zip|AD7476 DSPIC33 Driver}}   * {{:resources:tools-software:uc-drivers:microchip:ad7476_dspic33.zip|AD7476 DSPIC33 Driver}}
   * {{:resources:tools-software:uc-drivers:microchip:ad7476_arduino.zip|AD7476 chipKIT Driver}}   * {{:resources:tools-software:uc-drivers:microchip:ad7476_arduino.zip|AD7476 chipKIT Driver}}
 +  * **AD74xx Driver:           ** https://github.com/analogdevicesinc/no-OS/tree/master/drivers/adc/ad74xx
 +  * **PmodAD1 Demo for PIC32MX320F128H: ** https://github.com/analogdevicesinc/no-OS/tree/master/Microchip/PIC32MX320F128H/PmodAD1
 +  * **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 22: Line 25:
   * [[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 AD7476 demonstration project for PIC32MX320F128H.
 +
 +<WRAP round info 80%>
 +The AD7476 demonstration project for PIC32MX320F128H consists of three parts: the **AD74xx Driver**,  the **PmodAD1 Demo for PIC32MX320F128H** and the **PIC32MX320F128H Common Drivers**.
 +
 +All three parts have to be downloaded.
 +</WRAP>
  
 ==== Hardware Setup ==== ==== Hardware Setup ====
-A PmodAD1 has to be connected to the JE connector of Cerebot MX3cK development board.+A PmodAD1 has to be connected to the JE connector of Cerebot MX3cK development board in this particulary way: 
 +  PmodAD1 J1 connector Pin CS  → Cerebot MX3cK JE connector Pin 1 
 +  PmodAD1 J1 connector Pin D0  → Cerebot MX3cK JE connector Pin 3 
 +  PmodAD1 J1 connector Pin CLK → Cerebot MX3cK JE connector Pin 4 
 +  PmodAD1 J1 connector Pin GND → Cerebot MX3cK JE connector Pin 5 
 +  PmodAD1 J1 connector Pin VCC → Cerebot MX3cK JE connector Pin 6
  
 {{ :resources:tools-software:uc-drivers:microchip:pmod_ad1_pic32.jpg? |}} {{ :resources:tools-software:uc-drivers:microchip:pmod_ad1_pic32.jpg? |}}
 +
 +<WRAP round important round 80%>
 +\\
 +  * The reference voltage for the AD7476 is 3.3V.
 +\\
 +</WRAP>
  
 ==== Reference Project Overview ==== ==== Reference Project Overview ====
-Following commands were implemented in this version of AD7476 reference project for Cerebot MX3cK board.+The following commands were implemented in this version of AD7476 reference project for Cerebot MX3cK board.
 ^ Command ^ Description ^ ^ Command ^ Description ^
 | help? | Displays all available commands. | | help? | Displays all available commands. |
-| voltage? | Initiates a conversion and displays the captured voltage. | +| voltage? | Initiates a conversion and displays the voltage captured on A0 channel. | 
-| register? | Initiates a conversion and displays the raw data in decimal format. |+| register? | Initiates a conversion and displays the value from the register. |
  
 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? |}}
  
resources/tools-software/uc-drivers/microchip/ad7476.txt · Last modified: 22 Jul 2019 11:24 by Andrei Drimbarean