Specifications

CY3214-PSoCEVALUSB Kit Guide, Doc No. 001-67030 Rev. *B 59
Code Examples
Figure 5-48. Temperature Sensor Output on Excel spreadsheet
5.4 Process Monitoring
5.4.1 Project Description
The process monitoring system code demonstrates how to collect the analog data at a rate
determined by the host. The host then displays the data in a graph and is able to save and reload the
data sets.
The following modules are used in the project
ADCIN: It is a differential input ADC from where the samples are received and used as the refer-
ence values to calculate the real temperature.
LCD: It is used to display the values of the real temperatures.
PGA: It is used as an amplifier where it amplifies the signal received from ADCINC.
USB: This module is used to handle the request from the USB host (PC) to communicate with the
device. It handles all the data packet transfer between the host and device connected to the host
through the USB.