Wiki

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
resources:tools-software:uc-drivers:renesas:ad5933 [13 Nov 2012 13:55] – Removed applilet3 content / updated drivers. Dan Nechitaresources:tools-software:uc-drivers:renesas:ad5933 [29 May 2013 11:28] – added RENESAS RL78G14 QUICK START GUIDE and RL78G14 source code downloads Lucian Sin
Line 8: Line 8:
 ===== Downloads ===== ===== Downloads =====
  
-<WRAP round download 30%>+<WRAP round download 80%>
   * {{:resources:tools-software:uc-drivers:ad5933_generic.zip|AD5933 Generic Driver}}   * {{:resources:tools-software:uc-drivers:ad5933_generic.zip|AD5933 Generic Driver}}
   * {{:resources:tools-software:uc-drivers:renesas:ad5933_rl78g13.zip|AD5933 RL78G13 Driver}}   * {{:resources:tools-software:uc-drivers:renesas:ad5933_rl78g13.zip|AD5933 RL78G13 Driver}}
   * {{:resources:tools-software:uc-drivers:renesas:ad5933_rx62n.zip|AD5933 RX62N Driver}}   * {{:resources:tools-software:uc-drivers:renesas:ad5933_rx62n.zip|AD5933 RX62N Driver}}
 +  * **AD5933 Driver:           ** https://github.com/analogdevicesinc/no-OS/tree/master/drivers/AD5933
 +  * **PmodIA Demo for RL78G14: ** https://github.com/analogdevicesinc/no-OS/tree/master/Renesas/RL78G14/PmodIA
 +  * **RL78G14 Common Drivers:   ** https://github.com/analogdevicesinc/no-OS/tree/master/Renesas/RL78G14/Common
 </WRAP> </WRAP>
  
Line 35: Line 38:
  
 ==== Reference Project Overview ==== ==== Reference Project Overview ====
-The reference project reads the temperature from AD5933 partinitializes and start a sweep operationcalculates the gain factor for an impedance of 47k and calculates the impedance between the VOUT and VIN pins. +The reference project
- +  * reads the temperature from AD5933 part
-The temperature and the impedance are displayed on the LCD.+  * initializes and start a sweep operation
 +  * calculates the gain factor for an impedance of 47k
 +  * calculates the impedance between the VOUT and VIN pins; 
 +  * displays the temperature and the impedance on the LCD.
  
 {{ :resources:tools-software:uc-drivers:renesas:pmod_ia_rl78g13_screen.jpg? |}} {{ :resources:tools-software:uc-drivers:renesas:pmod_ia_rl78g13_screen.jpg? |}}
Line 43: Line 49:
 ==== Software Project Tutorial ==== ==== Software Project Tutorial ====
 {{page>rl78g13_software_tutorial_without_applilet3}} {{page>rl78g13_software_tutorial_without_applilet3}}
 +
 +====== Renesas RL78G14 Quick Start Guide ======
 +This section contains a description of the steps required to run the AD5933 demonstration project on a Renesas RL78G14 platform using the PmodIA.
 +
 +==== Required Hardware ====
 +  * [[http://am.renesas.com/products/tools/introductory_evaluation_tools/renesas_demo_kits/yrdkrl78g14/index.jsp|Renesas Demo Kit for RL78G14 (Renesas)]]
 +  * [[http://www.digilentinc.com/Products/Detail.cfm?Prod=PMOD-IA|PmodIA]]
 +
 +==== Required Software ====
 +  * [[http://www.iar.com/en/Products/IAR-Embedded-Workbench/Renesas-RL78/|IAR Embedded Workbench for Renesas RL78 Kickstart]]
 +  * The AD5933 demonstration project for the Renesas RL78G14 platform.
 +
 +<WRAP round info 80%>
 +The AD5933 demonstration project for the Renesas RL78G14 platform consists of three parts: the **AD5933 Driver**,  the **PmodIA Demo for RL78G14** and the **RL78G14 Common Drivers**.
 +
 +All three parts have to be downloaded.
 +</WRAP>
 +
 +==== Hardware Setup ====
 +A PmodIA has to be interfaced with the Renesas Demonstration Kit (RDK) for RL78G14:
 +
 +    PmodIOXP J1 connector pin SCL → RDKRL78G14 J8  connector Pin 1
 +    PmodIOXP J1 connector pin SDA → RDKRL78G14 J8  connector Pin 3
 +    PmodIOXP J1 connector pin GND → RDKRL78G14 J11 connector Pin 5
 +    PmodIOXP J1 connector pin VCC → RDKRL78G14 J11 connector Pin 6
 +
 +{{ :resources:tools-software:uc-drivers:renesas:pmod_ia_rl78g14.jpg? |}}
 +
 +<WRAP round important 80%>
 +\\ 
 +  * The default value for the calibration resistor is 47 Kohms. If another resistor is used for calibration, please modify the **calibrationImpedance** parameter in 'AD5933_CalculateGainFactor()' function from PmodIA.c.
 +\\
 +</WRAP>
 +
 +==== Reference Project Overview ====
 +The reference project:
 +  * reads the temperature from AD5933 part;
 +  * initializes and start a sweep operation;
 +  * calculates the gain factor for an impedance of 47k;
 +  * calculates the impedance between the VOUT and VIN pins;
 +  * displays the temperature and the impedance on the LCD.
 +
 +{{ :resources:tools-software:uc-drivers:renesas:pmod_ia_rl78g14_screen.jpg? |}}
 +
 +==== Software Project Tutorial ====
 +{{page>rl78g14_software_tutorial}}
 +
  
 ====== Renesas RX62N Quick Start Guide ====== ====== Renesas RX62N Quick Start Guide ======
resources/tools-software/uc-drivers/renesas/ad5933.txt · Last modified: 24 Jan 2021 17:53 by Dragos Bogdan