Corona Current Data Acquisition Card Based on USB Bus in Extra High Voltage Environment

Size: px
Start display at page:

Download "Corona Current Data Acquisition Card Based on USB Bus in Extra High Voltage Environment"

Transcription

1 2016 Sixth International Conference on Instrumentation & Measurement, Computer, Communication and Control Corona Current Data Acquisition Card Based on USB Bus in Extra High Voltage Environment Li Qi, Liu ingyi, Lv Jianxun School of Automation Science and Electrical Engineering Beihang University Beijing, China Abstract This paper introduces a corona current data acquisition card based on USB. According to the characteristics of the corona current, the hardware circuit of USB acquisition card includes signal conditioning circuit, data acquisition circuit and peripheral circuit, and the program needed for the device including PC driver and application program were designed. In order to verify the function of the corona current measurement system, the performance test and the field test of the USB acquisition card are carried out. The test prove the data integrity of the data acquisition card and the accuracy of the data acquisition. It shows that the acquisition card is steadily, accurate, and can meet the requirements of the index. Keywords corona current; data acquisition; USB; hardware circuit. I. ITRODUCTIO At present, there are many kinds of data acquisition devices, but these devices are not suitable for corona current data acquisition under UHV environment. Some self-developed data acquisition devices can be used only in the laboratory and other ideal environment. In actual transmission lines, these equipment were prone to breakdown or be interfered, which can t be reliably when carried out on actual application of the project [1-2]. On the basis of the existing research results at home and abroad, with the aid of anti-interference technology and USB transmission bus, the paper developed a low frequency band of the corona current data acquisition card. The design can measure the low-voltage side corona current signal of the UHV DC corona cage accurately and reliably, and realize the functions that fast real-time display of the waveform and the large capacity automatic storage of data. II. THE OVERALL DESIG OF THE DATA ACQUISITIO CARD The principle diagram of the corona current data acquisition card based on USB bus is shown in Fig 1. The whole system is composed of signal conditioning circuit, A/D acquisition circuit and USB interface. The corona current analog signal is processed by the signal conditioning circuit, which is converted into an electrical signal and be received by AD. The signal passes through the USB interface circuit and received by PC. Corona current Liu uanqing China Electric Power Research Institute Beijing, China yqliu02@163.com Resistance sensor PC Signal conditioning circuit Limiting protection circuit 8051 core USB transceiver C7C68013A SIE Preamplifier circuit A/D converter Anti-aliasing filter circuit GPIF USB interface Fig.1 Principle diagram of the corona current data acquisition card III. THE DESIG OF HARDWARE Amitter follower circuit A. The design of signal conditioning circuit The range of corona current is about 0~20mA [3-4], and the sensor resistance is 50 ohm, so the amplitude of the analog voltage signal is changed from 0 to 1 volt. In order to complete the conversion from analog signal to digital signal, the signal must be processed firstly [5]. (1) Corona current signal is doped with strong electromagnetic interference, which makes the signal amplitude exceeds the tolerance limit of the ADC conversion chip, so it is necessary to limit the input signal amplitude. (2) Corona current is relatively small, which needs appropriate to be amplified. Otherwise the signal amplitude is too small to recover, and even be overwhelmed by noise. (3) The signal may contain high frequency noise components. In order to avoid the phenomenon of spectrum aliasing and meet the law of yquist sampling, low-pass filter should be used in the signal acquisition. (4) In order to improve the input impedance and achieve signal isolation, the voltage follower is used as the input buffer of AD. To achieve those requirements, the components of the signal conditioning circuit include: limiting protection circuit, preamplifier circuit, anti-aliasing filter circuit, emitter follower circuit. Limiting protection circuit is mainly composed of surge protection TVS diode. When there is an instantaneous high /16 $ IEEE DOI /IMCCC

2 voltage in the circuit, the high voltage pulse can be restricted to a safe range, which can effectively avoid the high sharp pulse damage to the instrument and equipment due to the high voltage pulse. There are many schemes for the design of preamplifier circuit in engineering practice. In this paper, BURR.BROW Company's PGA202 Programmable instrumentation amplifier was chosen to design the preamplifier circuit. This design has the advantages of low drift, nonlinear, high common mode rejection ratio and wide frequency band [6]. According to the yquist sampling theorem, sampling frequency must be 2 times higher than the highest frequency of the signal, in the practical engineering usually take 3 to 5 times. Therefore, the anti-aliasing filtering unit is added to the channel in order to filter out the high frequency component which does not conform to the sampling theorem. There are two kinds of the anti-aliasing low pass filter: one is using passive components R, l and C to form passive filter; the other one is using integrated operational amplifier, and R, C to form active power filter. The former can cause the energy loss of signal, besides, the load effect of it is obvious. In addition, the use of inductive components is easy to cause electromagnetic induction. Therefore in this paper we used the MAXIM monolithic integrated filter chip MAX27 to design the two order active low pass filter [7]. The specific circuit as shown in Fig 2. Fig.3 Specific circuit B. The Design of data acquisition circuit The acquisition circuit mainly realizes two functions. One is transformed the corona current signals into numerical signals, and the other one is high speed transmission. Because the low frequency domain corona current signal frequency is below 100kHz. This design uses the 500kHZ acquisition rate, 12 bit resolution A/D converter AD7864 to realize the analog digital conversion. The C7C68013A-100 chip with GPIF function was chosen to realize high-speed data transmission. This chip integrates the USB transceiver, SIE (serial interface engine), CPU (enhanced 8051 microcontroller) and a GPIF (universal programmable interface) [9]. The schematic diagram of the interface circuit of AD7864 and C7C68013A is shown in Fig 4. DB0~DB15 are the data bus. C7C68013A uses CTL0, CTL1 and CTL2 to control AD7864 s COVERT, RD and WR pins, and through the RD0 to collect signal from AD7864 s EOC pin. Fig.2 Integrated active filter circuit Because the corona current signal is faint. In order to improve the driving ability of the circuit, the input impedance of the circuit input should be increased, and also reduce the noise. This design used high speed operational amplifier AD817 as the operational amplifier, which the gain bandwidth is up to 50MHz, and has a high driving capability, minimum output current of 50Ma [8]. The specific circuit as shown in Fig 3. Fig.4 Schematic diagram of the interface circuit C. Low-power design In addition to the traditional software and hardware design to reduce the power consumption of the acquisition card, this design also uses the time-sharing, partitioning power supply mode. According to the situation of each module of the acquisition card to take intermittent power supply, when a module is in a dormant state, the system will cut off the power 280

3 supply. When the module is to turn into the working state, the power will be supplied. Data acquisition card circuit board is shown in Fig 5. Power-on Reset Initialized State Variable TD_Init() Whether Receive The SETUP Package Delay 1S, Re-enum Fig.5 Data acquisition card circuit board IV. THE DESIG OF SOFTWARE The software design mainly includes two parts: one is the USB device firmware, which mainly to complete USB protocol processing, data exchange and other logic control function. The other one is PC applications. Experimenter can directly control the acquisition device through the computer, and view the collected data. PC application is a program that directly faces the user and is operated by the user. This design selects the VC6.0 development environment to develop the application program. This program can realizes the transmission of control command, the collection data reading, the date display and storage. The application software interface as shown in Fig 6. In this paper, we use the development framework provided by CPRESS company to design the firmware program of C7C68013A [10]. It mainly realizes the functions of initialization, data transmission, acquisition and control, programmable amplification, energy management and so on. The program flow is shown in Fig 7. Fig.7 Program flow TD_Poll() Whether Receive The SETUP Package Whether Set USE Bus Idle Flag V. PERFORMACE TESTIG Answer Device Request Whether Call The Function of TD_Suspend() Suspend Processor TD_Resume() A. The conversion rate of AD According to the working principle of the acquisition card we can know that the COVERT pin of the AD7864 chip is in charge of analog digital conversion which means this pin determines the rate of A/D conversion. That is to say the A/D conversion rate is as the same as the frequency of the AD7864 s COVERT pin. So the A/D conversion rate can be got by the measure of the COVERT pin frequency. Under laboratory conditions, the frequency of the COVERT pin is measured with an UT2102C oscilloscope. As shown in Fig 8, the A/D conversion rate is kS/s. Fig.6 Application software interface 281

4 the acquisition card is only 2.7%, which can meet the requirements of the measurement. TABLE.1 Acquisition results of different waveforms Measured signal(sinusoidal) Peak value Relative error 10V 10KHz 9.73V 2.7% 10V 1KHz 9.78V 2.2% 5V 10KHz 4.92V 1.6% 5V 1KHz 4.94V 1.2% E. Acquisition of corona current in real environment The corona current data acquisition card used in corona cage test line in Beijing City, China EPRI UHV DC test base. Fig 11 is the testing site. We used Oscilloscope and this data acquisition card to get the corona current, and compared this two result, which showed in Fig12 and Fig 13. Fig.8 Oscilloscope screenshot B. Acquisition rate Under laboratory conditions, this acquisition card was used to acquire data from 1KHz signal generated by the signal generator. Fig 9 is a waveform acquisition. In the picture, there are 512 points in the picture, which form 3.5 periodic waveforms. So there are about 142 points per cycle, which means the acquisition frequency is about 142kHz. Fig.11 corona cage test site Fig.9 Waveform acquisition screenshot C. Zero input error analysis Two input pins of the acquisition card were connected, and used an oscilloscope to obtain the acquisition result. The biggest error was selected from the results of many time measurements, which shown in Fig 10. Because the conversion range of AD is from -5V to +5V, and the maximum value in graph is 29.2mV, so zero input error is 0.29%. Fig.12 Oscilloscope data acquisition (V) kV (ms) Fig.13 data acquisition card data acquisition Fig.10 The biggest error screenshot D. Acquisition waveform comparison analysis Using this data acquisition card to collect data from different waveform which produced the DF1440 signal generator. The results are show in TABLE 1. According to the data in the table, the maximum relative measurement error of As can be seen from the figures, the oscilloscope time base by 2ms, the corona current measurement system using 500kSPS sampling rate, and the output signal waveform of the oscilloscope is consistent with the output of the corona current measurement system, which means this device can play a role in the measurement of the corona current. 282

5 VI. COCLUSIOS In this paper, a data acquisition card based on USB is designed. The set of acquisition card has the corresponding hardware circuit and software program. Through the transmission rate test and waveform comparison analysis of the corona current data acquisition card, it shows that the data acquisition capability of the data acquisition card is consistent with the theoretical analysis and has a high accuracy. Under the actual condition, the acquisition card can meet the requirement of reliability and stability, and can realize the data collection of corona current in corona cage. ACKOWLEDGMET The research was supported by Beijing atural Science Foundation ( and ), Science and technology project of China State Grid Corp (GB ) and ational atural Science Foundation of China ( ). REFERECE [1] OU Shaohua, LIU unpeng, WA Qifa. Corona Losses Measurement System of Bundle Conductor Using UHV Corona Cage [J]. High voltage engineering, (1): 36 [2] ZHAG Wenliang, U ongqing, LI Guangfan. Researches on UHVDC Technology [J]. Journal of Chinese Electrical Engineering Science, 2007, 27(22). [3] GC Sibilant, M Ijumba, A C Britten. Studies of DC conductor corona in a smallcorona cage. 2002, Africon Conference in Africa, IEEE AFRICO. 6th,2 2-4 : 661~664 [4] Sibilant G C, Ijumba M, Britten A C. Studies of DC conductor corona in a small corona cage. Proceedings of Power System Technology International Conference, 2002, :2202 ~2207 [5] CHE Shufang. Design of analog signal conditioning circuit for high precision data acquisition system [J]. Journal of Changsha Railway University, 2008, 9(1): [6] Burr-Brown Corporation. Digitally Controlled Programmable Gain ISTRUMETATIO AMPLIFIER [7] Maxim Integrated Products. 4th- and 8th- Order Continuous Time Active Filters [8] Analog Devices, Inc. High Speed, Low Power, Wide Supply Range Amplifier, AD [9] CPRESS. C7C68013 EZ-USB FX2 High-Speed USB Interface Device [10] Cypress Semiconductor Corporation. Cypress CyUsb.sys Programmer's Reference

NEW DIGITAL ANGLE MEASUREMENT FACILITY BASED ON FPGA

NEW DIGITAL ANGLE MEASUREMENT FACILITY BASED ON FPGA 30 th ovember 202. Vol. 45 o.2 ISS: 992-8645 www.jatit.org E-ISS: 87-395 EW DIGITAL AGLE MEASUREMET FACILITY BASED O FPGA HAO ZHAO, 2 HAO FEG Jiaxing University, Jiaxing Zhejiang China 2 Hangzhou Dianzi

More information

Design of Virtual Sphygmomanometer Based on LABVIEWComparison, Reflection, Biological assets, Accounting standard.

Design of Virtual Sphygmomanometer Based on LABVIEWComparison, Reflection, Biological assets, Accounting standard. Design of Virtual Sphygmomanometer Based on LABVIEWComparison, Reflection, Biological assets, Accounting standard. Li Su a, Boxin Zhang b School of electronic engineering, Xi'an Aeronautical University,

More information

Analog front-end electronics in beam instrumentation

Analog front-end electronics in beam instrumentation Analog front-end electronics in beam instrumentation Basic instrumentation structure Silicon state of art Sampling state of art Instrumentation trend Comments and example on BPM Future Beam Position Instrumentation

More information

Training Schedule. Robotic System Design using Arduino Platform

Training Schedule. Robotic System Design using Arduino Platform Training Schedule Robotic System Design using Arduino Platform Session - 1 Embedded System Design Basics : Scope : To introduce Embedded Systems hardware design fundamentals to students. Processor Selection

More information

The Development and Application of High Compression Ratio Methanol Engine ECU

The Development and Application of High Compression Ratio Methanol Engine ECU National Conference on Information Technology and Computer Science (CITCS 2012) The Development and Application of High Compression Ratio Methanol Engine ECU Hong Bin, 15922184696 hongbinlqyun@163.com

More information

ni.com Sensor Measurement Fundamentals Series

ni.com Sensor Measurement Fundamentals Series Sensor Measurement Fundamentals Series Introduction to Data Acquisition Basics and Terminology Litkei Márton District Sales Manager National Instruments What Is Data Acquisition (DAQ)? 3 Why Measure? Engineers

More information

FYS3240 PC-based instrumentation and microcontrollers. Signal sampling. Spring 2015 Lecture #5

FYS3240 PC-based instrumentation and microcontrollers. Signal sampling. Spring 2015 Lecture #5 FYS3240 PC-based instrumentation and microcontrollers Signal sampling Spring 2015 Lecture #5 Bekkeng, 29.1.2015 Content Aliasing Nyquist (Sampling) ADC Filtering Oversampling Triggering Analog Signal Information

More information

The Hardware Design of Power Quality Online Monitoring Device Based. on MCU

The Hardware Design of Power Quality Online Monitoring Device Based. on MCU 5th International Conference on Advanced Design and Manufacturing Engineering (ICADME 05) The Hardware Design of Power Quality Online Monitoring Device Based on MCU Zheng Jiang,a*, Longguang Kong,b, Yang

More information

PC-based controller for Mechatronics System

PC-based controller for Mechatronics System Course Code: MDP 454, Course Name:, Second Semester 2014 PC-based controller for Mechatronics System Mechanical System PC Controller Controller in the Mechatronics System Configuration Actuators Power

More information

Chapter 2 Analog-to-Digital Conversion...

Chapter 2 Analog-to-Digital Conversion... Chapter... 5 This chapter examines general considerations for analog-to-digital converter (ADC) measurements. Discussed are the four basic ADC types, providing a general description of each while comparing

More information

FYS3240 PC-based instrumentation and microcontrollers. Signal sampling. Spring 2017 Lecture #5

FYS3240 PC-based instrumentation and microcontrollers. Signal sampling. Spring 2017 Lecture #5 FYS3240 PC-based instrumentation and microcontrollers Signal sampling Spring 2017 Lecture #5 Bekkeng, 30.01.2017 Content Aliasing Sampling Analog to Digital Conversion (ADC) Filtering Oversampling Triggering

More information

GENERATION OF SIGNALS USING LABVIEW FOR MAGNETIC COILS WITH POWER AMPLIFIERS

GENERATION OF SIGNALS USING LABVIEW FOR MAGNETIC COILS WITH POWER AMPLIFIERS GENERATION OF SIGNALS USING LABVIEW FOR MAGNETIC COILS WITH POWER AMPLIFIERS Ashmi G V 1, Meena M S 2 1 ER&DCI-IT, Centre for Development of Advanced Computing, Thiruvananthapuram(India) 2 LAMP Group,

More information

CHAPTER 2 VSI FED INDUCTION MOTOR DRIVE

CHAPTER 2 VSI FED INDUCTION MOTOR DRIVE CHAPTER 2 VI FE INUCTION MOTOR RIVE 2.1 INTROUCTION C motors have been used during the last century in industries for variable speed applications, because its flux and torque can be controlled easily by

More information

Diagnosis of Water Tree Aging in XLPE Cable by the Loss Current Harmonic Component Under Variable Frequency Power

Diagnosis of Water Tree Aging in XLPE Cable by the Loss Current Harmonic Component Under Variable Frequency Power Journal of Electrical and Electronic Engineering 2015; 3(6): 208-214 Published online January 9, 2016 (http://www.sciencepublishinggroup.com/j/jeee) doi: 10.11648/j.jeee.20150306.16 ISSN: 2329-1613 (Print);

More information

6. HARDWARE PROTOTYPE AND EXPERIMENTAL RESULTS

6. HARDWARE PROTOTYPE AND EXPERIMENTAL RESULTS 6. HARDWARE PROTOTYPE AND EXPERIMENTAL RESULTS Laboratory based hardware prototype is developed for the z-source inverter based conversion set up in line with control system designed, simulated and discussed

More information

ELG3336 Design of Mechatronics System

ELG3336 Design of Mechatronics System ELG3336 Design of Mechatronics System Elements of a Data Acquisition System 2 Analog Signal Data Acquisition Hardware Your Signal Data Acquisition DAQ Device System Computer Cable Terminal Block Data Acquisition

More information

The Sampling Theorem:

The Sampling Theorem: The Sampling Theorem: Aim: Experimental verification of the sampling theorem; sampling and message reconstruction (interpolation). Experimental Procedure: Taking Samples: In the first part of the experiment

More information

Design and Implementation of a New Gain Control RF Amplifier

Design and Implementation of a New Gain Control RF Amplifier 2016 3 rd International Conference on Materials Science and Mechanical Engineering (ICMSME 2016) ISBN: 978-1-60595-391-5 Design and Implementation of a New Gain Control RF Amplifier Qingtian Wang, Yu Yan

More information

Data acquisition and instrumentation. Data acquisition

Data acquisition and instrumentation. Data acquisition Data acquisition and instrumentation START Lecture Sam Sadeghi Data acquisition 1 Humanistic Intelligence Body as a transducer,, data acquisition and signal processing machine Analysis of physiological

More information

DISCONTINUED. Modulation Type Number of RF Channels 15

DISCONTINUED. Modulation Type Number of RF Channels 15 RFM Products are now Murata products. 2.4 GHz Spread Spectrum Transceiver Module Small Size, Light Weight, Built-In Antenna Sleep Current less than 3 µa FCC, Canadian IC and ETSI Certified for Unlicensed

More information

Generation of Gaussian Pulses using FPGA for Simulating Nuclear Counting System

Generation of Gaussian Pulses using FPGA for Simulating Nuclear Counting System Generation of Gaussian Pulses using FPGA for Simulating Nuclear Counting System Mohaimina Begum Md. Abdullah Al Mamun Md. Atiar Rahman Sabiha Sattar Abstract- Nuclear radiation counting system is used

More information

CHAPTER 7 HARDWARE IMPLEMENTATION

CHAPTER 7 HARDWARE IMPLEMENTATION 168 CHAPTER 7 HARDWARE IMPLEMENTATION 7.1 OVERVIEW In the previous chapters discussed about the design and simulation of Discrete controller for ZVS Buck, Interleaved Boost, Buck-Boost, Double Frequency

More information

AC : PERSONAL LAB HARDWARE: A SINE WAVE GENERATOR, LOGIC PULSE SIGNAL, AND PROGRAMMABLE SYNCHRONOUS SERIAL INTERFACE FOR ENHANCING EDUCATION

AC : PERSONAL LAB HARDWARE: A SINE WAVE GENERATOR, LOGIC PULSE SIGNAL, AND PROGRAMMABLE SYNCHRONOUS SERIAL INTERFACE FOR ENHANCING EDUCATION AC 2010-1527: PERSONAL LAB HARDWARE: A SINE WAVE GENERATOR, LOGIC PULSE SIGNAL, AND PROGRAMMABLE SYNCHRONOUS SERIAL INTERFACE FOR ENHANCING EDUCATION Jeffrey Richardson, Purdue University James Jacob,

More information

nanodpp datasheet I. FEATURES

nanodpp datasheet I. FEATURES datasheet nanodpp I. FEATURES Ultra small size high-performance Digital Pulse Processor (DPP). 16k channels utilizing smart spectrum-size technology -- all spectra are recorded and stored as 16k spectra

More information

Multiple Instrument Station Module

Multiple Instrument Station Module Multiple Instrument Station Module Digital Storage Oscilloscope Vertical Channels Sampling rate Bandwidth Coupling Input impedance Vertical sensitivity Vertical resolution Max. input voltage Horizontal

More information

Design of Frequency Characteristic Test Instrument Based on USB

Design of Frequency Characteristic Test Instrument Based on USB Design of Frequency Characteristic Test Instrument Based on USB Zhengling Wu, Nannan Zhang College of information and control engineering, Jilin Institute of Chemical Technology, Jilin, Jilin, P.R. China.

More information

CHAPTER-5 DESIGN OF DIRECT TORQUE CONTROLLED INDUCTION MOTOR DRIVE

CHAPTER-5 DESIGN OF DIRECT TORQUE CONTROLLED INDUCTION MOTOR DRIVE 113 CHAPTER-5 DESIGN OF DIRECT TORQUE CONTROLLED INDUCTION MOTOR DRIVE 5.1 INTRODUCTION This chapter describes hardware design and implementation of direct torque controlled induction motor drive with

More information

ELR 4202C Project: Finger Pulse Display Module

ELR 4202C Project: Finger Pulse Display Module EEE 4202 Project: Finger Pulse Display Module Page 1 ELR 4202C Project: Finger Pulse Display Module Overview: The project will use an LED light source and a phototransistor light receiver to create an

More information

Research on State Estimation and Information Processing Method for Intelligent Substation

Research on State Estimation and Information Processing Method for Intelligent Substation , pp.89-93 http://dx.doi.org/10.14257/astl.2015.83.17 Research on State Estimation and Information Processing Method for Intelligent Substation Tongwei Yu 1, Xingchao Yang 2 1 Electric Power Research Institute,

More information

Technical Brief FAQ (FREQUENCLY ASKED QUESTIONS) For further information, please contact Crystal Semiconductor at (512) or 1 (800)

Technical Brief FAQ (FREQUENCLY ASKED QUESTIONS) For further information, please contact Crystal Semiconductor at (512) or 1 (800) Technical Brief FAQ (FREQUENCLY ASKED QUESTIONS) 1) Do you have a four channel part? Not at this time, but we have plans to do a multichannel product Q4 97. We also have 4 digital output lines which can

More information

APPROACHES FOR ANALOG FRONT END DESIGN IN ELECTRIC POWER SYSTEM PARAMETERS MEASURING

APPROACHES FOR ANALOG FRONT END DESIGN IN ELECTRIC POWER SYSTEM PARAMETERS MEASURING APPROACHES FOR ANALOG FRONT END DESIGN IN ELECTRIC POWER SYSTEM PARAMETERS MEASURING Peter Ivanov Yakimov, Angel Todorov Stanchev, Nikolay Todorov Tuliev, Stefan Yordanov Ovcharov Faculty of Electronic

More information

Cost effective method to locate the vulnerable nodes of circuits against the electrical fast transients

Cost effective method to locate the vulnerable nodes of circuits against the electrical fast transients Journal of Electrical and Electronic Engineering 2015; 3(2-1): 72-77 Published online February 9, 2015 (http://www.sciencepublishinggroup.com/j/jeee) doi: 10.11648/j.jeee.s.2015030201.26 ISSN: 2329-1613

More information

Let`s get SIRIUS! SIRIUS Overview. SIRIUS from Dewesoft. SIRIUS Overview. The new hardware generation makes your measurement more precise!

Let`s get SIRIUS! SIRIUS Overview. SIRIUS from Dewesoft. SIRIUS Overview. The new hardware generation makes your measurement more precise! SIRIUS Overview NEW dual ADC SIRIUS Overview Let`s get SIRIUS! The new hardware generation makes your measurement more precise! Dual core Input SIRIUS from Dewesoft This new technology solves the often

More information

Shaft Vibration Monitoring System for Rotating Machinery

Shaft Vibration Monitoring System for Rotating Machinery 2016 Sixth International Conference on Instrumentation & Measurement, Computer, Communication and Control Shaft Vibration Monitoring System for Rotating Machinery Zhang Guanglin School of Automation department,

More information

Let`s get SIRIUS! SIRIUS Overview. SIRIUS from Dewesoft. SIRIUS Overview. The new hardware generation makes your measurement more precise!

Let`s get SIRIUS! SIRIUS Overview. SIRIUS from Dewesoft. SIRIUS Overview. The new hardware generation makes your measurement more precise! Overview NEW dual ADC Overview Let`s get! The new hardware generation makes your measurement more precise! Dual core Input from Dewesoft This new technology solves the often faced problem that the signal

More information

MAXREFDES39#: POWER AMPLIFIER BIASING THROUGH MAX11300 PIXI

MAXREFDES39#: POWER AMPLIFIER BIASING THROUGH MAX11300 PIXI System Board 5896 MAXREFDES39#: POWER AMPLIFIER BIASING THROUGH MAX11300 PIXI OVERVIEW MAXREFDES39# System Board ENLARGE+ Introduction The MAXREFDES39# power amplifier (PA) bias reference design uses the

More information

Keywords: GPS, receiver, GPS receiver, MAX2769, 2769, 1575MHz, Integrated GPS Receiver, Global Positioning System

Keywords: GPS, receiver, GPS receiver, MAX2769, 2769, 1575MHz, Integrated GPS Receiver, Global Positioning System Maxim > Design Support > Technical Documents > User Guides > APP 3910 Keywords: GPS, receiver, GPS receiver, MAX2769, 2769, 1575MHz, Integrated GPS Receiver, Global Positioning System USER GUIDE 3910 User's

More information

Universally Applicable for Piezoelectric Measuring Technology. Technical Data. Charge Input. Instant value. Extreme values ors statistic measurements

Universally Applicable for Piezoelectric Measuring Technology. Technical Data. Charge Input. Instant value. Extreme values ors statistic measurements Electronics & Software Charge Meter Universally Applicable for Piezoelectric Measuring Technology Type 5015A... This instrument can be used wherever mechanical quantities are measured with piezoelectric

More information

Design of High-Precision Infrared Multi-Touch Screen Based on the EFM32

Design of High-Precision Infrared Multi-Touch Screen Based on the EFM32 Sensors & Transducers 204 by IFSA Publishing, S. L. http://www.sensorsportal.com Design of High-Precision Infrared Multi-Touch Screen Based on the EFM32 Zhong XIAOLING, Guo YONG, Zhang WEI, Xie XINGHONG,

More information

Study of multi physical parameter monitoring device based on FBG sensors demodulation system

Study of multi physical parameter monitoring device based on FBG sensors demodulation system Advances in Engineering Research (AER), volume 116 International Conference on Communication and Electronic Information Engineering (CEIE 2016) Study of multi physical parameter monitoring device based

More information

CHAPTER 7 MAXIMUM POWER POINT TRACKING USING HILL CLIMBING ALGORITHM

CHAPTER 7 MAXIMUM POWER POINT TRACKING USING HILL CLIMBING ALGORITHM 100 CHAPTER 7 MAXIMUM POWER POINT TRACKING USING HILL CLIMBING ALGORITHM 7.1 INTRODUCTION An efficient Photovoltaic system is implemented in any place with minimum modifications. The PV energy conversion

More information

Universally Applicable for Piezoelectric Measuring Technology. Technical Data. Charge Input. Extreme values ors statistic measurements

Universally Applicable for Piezoelectric Measuring Technology. Technical Data. Charge Input. Extreme values ors statistic measurements Electronics & Software Charge Meter Type 5015A... Universally Applicable for Piezoelectric Measuring Technology This instrument can be used wherever mechanical quantities are measured with piezoelectric

More information

USB-TEMP and TC Series USB-Based Temperature Measurement Devices

USB-TEMP and TC Series USB-Based Temperature Measurement Devices USB-Based Temperature Measurement Devices Features Temperature and voltage measurement USB devices Thermocouple, RTD, thermistor, or semiconductor sensor measurements Eight analog inputs Up to ±10 V inputs*

More information

nanomca 80 MHz HIGH PERFORMANCE, LOW POWER DIGITAL MCA Model Numbers: NM0530 and NM0530Z

nanomca 80 MHz HIGH PERFORMANCE, LOW POWER DIGITAL MCA Model Numbers: NM0530 and NM0530Z datasheet nanomca 80 MHz HIGH PERFORMANCE, LOW POWER DIGITAL MCA Model Numbers: NM0530 and NM0530Z I. FEATURES Finger-sized, high performance digital MCA. 16k channels utilizing smart spectrum-size technology

More information

Charge Meter. Electronics & Software. Universally Applicable for Piezoelectric Measuring Technology. Type 5015A...

Charge Meter. Electronics & Software. Universally Applicable for Piezoelectric Measuring Technology. Type 5015A... Electronics & Software Charge Meter Type 5015A... Universally Applicable for Piezoelectric Measuring Technology This instrument can be used wherever mechanical quantities are measured with piezoelectric

More information

A Real-time Photoacoustic Imaging System with High Density Integrated Circuit

A Real-time Photoacoustic Imaging System with High Density Integrated Circuit 2011 3 rd International Conference on Signal Processing Systems (ICSPS 2011) IPCSIT vol. 48 (2012) (2012) IACSIT Press, Singapore DOI: 10.7763/IPCSIT.2012.V48.12 A Real-time Photoacoustic Imaging System

More information

Design And Application Of A Control System For DC Motors Over Power Line

Design And Application Of A Control System For DC Motors Over Power Line Design And Application Of A Control System For DC Motors Over Power Line Alperen Mustafa Colak Electronic and Communication Engineering Cankaya University Ankara, Turkey alperenmustafacolak@gmail.com Ilhan

More information

CHAPTER 4 MULTI-LEVEL INVERTER BASED DVR SYSTEM

CHAPTER 4 MULTI-LEVEL INVERTER BASED DVR SYSTEM 64 CHAPTER 4 MULTI-LEVEL INVERTER BASED DVR SYSTEM 4.1 INTRODUCTION Power electronic devices contribute an important part of harmonics in all kind of applications, such as power rectifiers, thyristor converters

More information

Analysis of Phase Noise Profile of a 1.1 GHz Phase-locked Loop

Analysis of Phase Noise Profile of a 1.1 GHz Phase-locked Loop Analysis of Phase Noise Profile of a 1.1 GHz Phase-locked Loop J. Handique, Member, IAENG and T. Bezboruah, Member, IAENG 1 Abstract We analyzed the phase noise of a 1.1 GHz phaselocked loop system for

More information

Hello, and welcome to this presentation of the STM32 Digital Filter for Sigma-Delta modulators interface. The features of this interface, which

Hello, and welcome to this presentation of the STM32 Digital Filter for Sigma-Delta modulators interface. The features of this interface, which Hello, and welcome to this presentation of the STM32 Digital Filter for Sigma-Delta modulators interface. The features of this interface, which behaves like ADC with external analog part and configurable

More information

Isolated, Frequency Input 5B45 / 5B46 FEATURES APPLICATIONS PRODUCT OVERVIEW FUNCTIONAL BLOCK DIAGRAM

Isolated, Frequency Input 5B45 / 5B46 FEATURES APPLICATIONS PRODUCT OVERVIEW FUNCTIONAL BLOCK DIAGRAM Isolated, Frequency Input 5B45 / 5B46 FEATURES Isolated Frequency Input. Amplifies, Protects, Filters, and Isolates Analog Input. Generates an output of 0 to +5V proportional to input frequency. Model

More information

APPENDIX E: IWX214 HARDWARE MANUAL

APPENDIX E: IWX214 HARDWARE MANUAL APPENDIX E: IWX214 HARDWARE MANUAL Overview The iworx/214 hardware in combination with LabScribe recording software provides a system that allows coordinated control of both analog inputs and outputs.

More information

ADC, FFT and Noise. p. 1. ADC, FFT, and Noise

ADC, FFT and Noise. p. 1. ADC, FFT, and Noise ADC, FFT and Noise. p. 1 ADC, FFT, and Noise Analog to digital conversion and the FFT A LabView program, Acquire&FFT_Nscans.vi, is available on your pc which (1) captures a waveform and digitizes it using

More information

Study of Centralized Anti-Islanding Method on Large-Scale Photovoltaic Power Plants

Study of Centralized Anti-Islanding Method on Large-Scale Photovoltaic Power Plants 4th International Conference on Machinery, Materials and Information Technology Applications (ICMMITA 2016) Study of Centralized Anti-Islanding Method on Large-Scale Photovoltaic Power Plants Chen-Xin

More information

P08050 Testing Strategy Document

P08050 Testing Strategy Document P85 Testing Strategy Document IFCN standards 1 for digital recording of clinical EEG Verification 2 3 Square-Wave Calibration Test Summary: Square-wave signals must be recorded at the beginning, using

More information

The Application of EDA Technology in the Teaching of Communication Circuits

The Application of EDA Technology in the Teaching of Communication Circuits doi: 10.14355/jitae.2014.0304.03 The Application of EDA Technology in the Teaching of Communication Circuits Jianfang YE 1, Jianwei YE* 2, Jiale TU 2 1 College of Information Science and Technology, Donghua

More information

Design of Ultrasonic Liquid Level Sensor Based on STM32 with MODBUS Protocol

Design of Ultrasonic Liquid Level Sensor Based on STM32 with MODBUS Protocol Design of Ultrasonic Liquid Level Sensor Based on STM32 with MODBUS Protocol anlong He 1, 2, a, Changzhe Wu 1, b, Xiaolin Huo 1, c 1 Beijing Key Laboratory of Bioelectromagnetism, Institute of Electrical

More information

Advanced Soldier Monitoring and Tracking System Using GPS and GSM Introduction

Advanced Soldier Monitoring and Tracking System Using GPS and GSM Introduction Advanced Soldier Monitoring and Tracking System Using GPS and GSM Introduction The infantry soldier of tomorrow promises to be one of the most technologically advanced modern warfare has ever seen. Around

More information

Measurement & Control of energy systems. Teppo Myllys National Instruments

Measurement & Control of energy systems. Teppo Myllys National Instruments Measurement & Control of energy systems Teppo Myllys National Instruments National Instruments Direct operations in over 50 Countries More than 1,000 products, 7000+ employees, and 700 Alliance Program

More information

Lab 2A: Introduction to Sensing and Data Acquisition

Lab 2A: Introduction to Sensing and Data Acquisition Lab 2A: Introduction to Sensing and Data Acquisition Prof. R.G. Longoria Department of Mechanical Engineering The University of Texas at Austin June 12, 2014 1 Lab 2A 2 Sensors 3 DAQ 4 Experimentation

More information

Bridge Measurement Systems

Bridge Measurement Systems Section 5 Outline Introduction to Bridge Sensors Circuits for Bridge Sensors A real design: the ADS1232REF The ADS1232REF Firmware This presentation gives an overview of data acquisition for bridge sensors.

More information

Things to consider while selecting a Digitizer

Things to consider while selecting a Digitizer Things to consider while selecting a Digitizer Chinmay Anand Misra Certified LabVIEW Developer Staff Applications Engineer Things to Consider Specifications Ecosystem Agenda Top 10 things to consider while

More information

Design of an insulator leakage current measurement system based on PLC

Design of an insulator leakage current measurement system based on PLC Journal of Physics: Conference Series Design of an insulator leakage current measurement system based on PLC To cite this article: Changhai Sun et al 2013 J. Phys.: Conf. Ser. 418 012090 View the article

More information

Open Access Application of Partial Discharge Online Monitoring Technology in ± 660kV Converter Transformer

Open Access Application of Partial Discharge Online Monitoring Technology in ± 660kV Converter Transformer Send Orders for Reprints to reprints@benthamscience.ae 784 The Open Automation and Control Systems Journal, 2015, 7, 784-791 Open Access Application of Partial Discharge Online Monitoring Technology in

More information

EE 3305 Lab I Revised July 18, 2003

EE 3305 Lab I Revised July 18, 2003 Operational Amplifiers Operational amplifiers are high-gain amplifiers with a similar general description typified by the most famous example, the LM741. The LM741 is used for many amplifier varieties

More information

Design and performance of LLRF system for CSNS/RCS *

Design and performance of LLRF system for CSNS/RCS * Design and performance of LLRF system for CSNS/RCS * LI Xiao 1) SUN Hong LONG Wei ZHAO Fa-Cheng ZHANG Chun-Lin Institute of High Energy Physics, Chinese Academy of Sciences, Beijing 100049, China Abstract:

More information

Preliminary simulation study of the front-end electronics for the central detector PMTs

Preliminary simulation study of the front-end electronics for the central detector PMTs Angra Neutrino Project AngraNote 1-27 (Draft) Preliminary simulation study of the front-end electronics for the central detector PMTs A. F. Barbosa Centro Brasileiro de Pesquisas Fsicas - CBPF, e-mail:

More information

Electrical current measurement system for energy harvesting applications

Electrical current measurement system for energy harvesting applications Journal of Physics: Conference Series PAPER OPEN ACCESS Electrical current measurement system for energy harvesting applications To cite this article: S Heller et al 2016 J. Phys.: Conf. Ser. 773 012110

More information

CHAPTER 3 APPLICATION OF THE CIRCUIT MODEL FOR PHOTOVOLTAIC ENERGY CONVERSION SYSTEM

CHAPTER 3 APPLICATION OF THE CIRCUIT MODEL FOR PHOTOVOLTAIC ENERGY CONVERSION SYSTEM 63 CHAPTER 3 APPLICATION OF THE CIRCUIT MODEL FOR PHOTOVOLTAIC ENERGY CONVERSION SYSTEM 3.1 INTRODUCTION The power output of the PV module varies with the irradiation and the temperature and the output

More information

The Application of Clock Synchronization in the TDOA Location System Ziyu WANG a, Chen JIAN b, Benchao WANG c, Wenli YANG d

The Application of Clock Synchronization in the TDOA Location System Ziyu WANG a, Chen JIAN b, Benchao WANG c, Wenli YANG d 2nd International Conference on Electrical, Computer Engineering and Electronics (ICECEE 2015) The Application of Clock Synchronization in the TDOA Location System Ziyu WANG a, Chen JIAN b, Benchao WANG

More information

Sensors Fundamentals. Renesas Electronics America Inc Renesas Electronics America Inc. All rights reserved.

Sensors Fundamentals. Renesas Electronics America Inc Renesas Electronics America Inc. All rights reserved. Sensors Fundamentals Renesas Electronics America Inc. Renesas Technology & Solution Portfolio 2 Agenda Introduction Sensors fundamentals ADI sensors Sensors data acquisition ADI support for sensors applications

More information

UNIT III Data Acquisition & Microcontroller System. Mr. Manoj Rajale

UNIT III Data Acquisition & Microcontroller System. Mr. Manoj Rajale UNIT III Data Acquisition & Microcontroller System Mr. Manoj Rajale Syllabus Interfacing of Sensors / Actuators to DAQ system, Bit width, Sampling theorem, Sampling Frequency, Aliasing, Sample and hold

More information

nanomca datasheet I. FEATURES

nanomca datasheet I. FEATURES datasheet nanomca I. FEATURES Finger-sized, high performance digital MCA. 16k channels utilizing smart spectrum-size technology -- all spectra are recorded and stored as 16k spectra with instant, distortion-free

More information

DESIGN OF AN EMBEDDED BATTERY MANAGEMENT SYSTEM WITH PASSIVE BALANCING

DESIGN OF AN EMBEDDED BATTERY MANAGEMENT SYSTEM WITH PASSIVE BALANCING Proceedings of the 6th European Embedded Design in Education and Research, 2014 DESIGN OF AN EMBEDDED BATTERY MANAGEMENT SYSTEM WITH PASSIVE BALANCING Kristaps Vitols Institute of Industrial Electronics

More information

FTMS Booster X1 High-performance data acquisition system for FT-ICR MS

FTMS Booster X1 High-performance data acquisition system for FT-ICR MS FTMS Booster X1 High-performance data acquisition system for FT-ICR MS What is FTMS Booster? The Spectroswiss FTMS Booster X1 is a high-performance data acquisition and analysis system based on state-of-the-art

More information

ADC0808/ADC Bit µp Compatible A/D Converters with 8-Channel Multiplexer

ADC0808/ADC Bit µp Compatible A/D Converters with 8-Channel Multiplexer ADC0808/ADC0809 8-Bit µp Compatible A/D Converters with 8-Channel Multiplexer General Description The ADC0808, ADC0809 data acquisition component is a monolithic CMOS device with an 8-bit analog-to-digital

More information

STM32 microcontroller core ECG acquisition Conditioning System. LIU Jia-ming, LI Zhi

STM32 microcontroller core ECG acquisition Conditioning System. LIU Jia-ming, LI Zhi International Conference on Computer and Information Technology Application (ICCITA 2016) STM32 microcontroller core ECG acquisition Conditioning System LIU Jia-ming, LI Zhi College of electronic information,

More information

Research of Anti Electromagnetic Interference Technology for PMSM Driving System

Research of Anti Electromagnetic Interference Technology for PMSM Driving System 2010 3rd International Conference on Computer and Electrical Engineering (ICCEE 2010) IPCSIT vol. 53 (2012) (2012) IACSIT Press, Singapore DOI: 10.7763/IPCSIT.2012.V53.No.1.36 Research of Anti Electromagnetic

More information

Interface to the Analog World

Interface to the Analog World Interface to the Analog World Liyuan Liu and Zhihua Wang 1 Sensoring the World Sensors or detectors are ubiquitous in the world. Everyday millions of them are produced and integrated into various kinds

More information

Transmit filter designs for ADSL modems

Transmit filter designs for ADSL modems EE 233 Laboratory-4 1. Objectives Transmit filter designs for ADSL modems Design a filter from a given topology and specifications. Analyze the characteristics of the designed filter. Use SPICE to verify

More information

Design and Implementation of Digital Stethoscope using TFT Module and Matlab Visualisation Tool

Design and Implementation of Digital Stethoscope using TFT Module and Matlab Visualisation Tool World Journal of Technology, Engineering and Research, Volume 3, Issue 1 (2018) 297-304 Contents available at WJTER World Journal of Technology, Engineering and Research Journal Homepage: www.wjter.com

More information

REACTIVE POWER COMPENSATION IN DISTRIBUTION SYSTEM

REACTIVE POWER COMPENSATION IN DISTRIBUTION SYSTEM REACTIVE POWER COMPENSATION IN DISTRIBUTION SYSTEM Piyush Upadhyay, Praveen Nagar, Priya Chhaperwal, Rajat Agarwal, Sarfaraz Nawaz Department of Electrical Engineering, SKIT M& G, Jaipur ABSTRACT In this

More information

Emulation of junction field-effect transistors for real-time audio applications

Emulation of junction field-effect transistors for real-time audio applications This article has been accepted and published on J-STAGE in advance of copyediting. Content is final as presented. IEICE Electronics Express, Vol.* No.*,*-* Emulation of junction field-effect transistors

More information

Development and Application of 500MSPS Digitizer for High Resolution Ultrasonic Measurements

Development and Application of 500MSPS Digitizer for High Resolution Ultrasonic Measurements Indian Society for Non-Destructive Testing Hyderabad Chapter Proc. National Seminar on Non-Destructive Evaluation Dec. 7-9, 2006, Hyderabad Development and Application of 500MSPS Digitizer for High Resolution

More information

Cleverscope Model CS320A - CS328A Data Sheet

Cleverscope Model CS320A - CS328A Data Sheet Cleverscope Model CS320A - CS328A Data Sheet Summary Cleverscope Model CS320A or CS328A is a USB or Ethernet connected, PC hosted oscilloscope and spectrum analyser. It s easy to use Windows program integrates

More information

A Color LED Driver Implemented by the Active Clamp Forward Converter

A Color LED Driver Implemented by the Active Clamp Forward Converter A Color LED Driver Implemented by the Active Clamp Forward Converter C. H. Chang, H. L. Cheng, C. A. Cheng, E. C. Chang * Power Electronics Laboratory, Department of Electrical Engineering I-Shou University,

More information

Four-Channel Sample-and-Hold Amplifier AD684

Four-Channel Sample-and-Hold Amplifier AD684 a FEATURES Four Matched Sample-and-Hold Amplifiers Independent Inputs, Outputs and Control Pins 500 ns Hold Mode Settling 1 s Maximum Acquisition Time to 0.01% Low Droop Rate: 0.01 V/ s Internal Hold Capacitors

More information

Introduction. Protocol Definitions. The RS-485 Standard. APPLICATION NOTE 3884 How Far and How Fast Can You Go with RS-485?

Introduction. Protocol Definitions. The RS-485 Standard. APPLICATION NOTE 3884 How Far and How Fast Can You Go with RS-485? Maxim > App Notes > Interface Circuits Keywords: RS485, RS422, RS-485, RS-422, Interface, Protocol, Line Drivers, Differential Line Drivers Jul 25, 2006 APPLICATION NOTE 3884 How Far and How Fast Can You

More information

An Analog Phase-Locked Loop

An Analog Phase-Locked Loop 1 An Analog Phase-Locked Loop Greg Flewelling ABSTRACT This report discusses the design, simulation, and layout of an Analog Phase-Locked Loop (APLL). The circuit consists of five major parts: A differential

More information

Electrical appliances testing platform

Electrical appliances testing platform Electrical appliances testing platform E. ANTONIDAKIS 1, J. CHATZAKIS 1, M. VOGIATZAKI 1, H. RIGAKIS 1, M. MANITIS 1, D. KOLOKOTSA 2 Department of Electronics 1, Department of Natural Resources and Environment

More information

CHAPTER 4 HARDWARE DEVELOPMENT OF STATCOM

CHAPTER 4 HARDWARE DEVELOPMENT OF STATCOM 74 CHAPTER 4 HARDWARE DEVELOPMENT OF STATCOM 4.1 LABORATARY SETUP OF STATCOM The laboratory setup of the STATCOM consists of the following hardware components: Three phase auto transformer used as a 3

More information

Introduction. Theory of Operation

Introduction. Theory of Operation Mohan Rokkam Page 1 12/15/2004 Introduction The goal of our project is to design and build an automated shopping cart that follows a shopper around. Ultrasonic waves are used due to the slower speed of

More information

Testing Power Factor Correction Circuits For Stability

Testing Power Factor Correction Circuits For Stability Keywords Venable, frequency response analyzer, impedance, injection transformer, oscillator, feedback loop, Bode Plot, power supply design, switching power supply, PFC, boost converter, flyback converter,

More information

Mass Spectrometry and the Modern Digitizer

Mass Spectrometry and the Modern Digitizer Mass Spectrometry and the Modern Digitizer The scientific field of Mass Spectrometry (MS) has been under constant research and development for over a hundred years, ever since scientists discovered that

More information

A Reflectometer for Cable Fault Location with Multiple Pulse Reflection Method

A Reflectometer for Cable Fault Location with Multiple Pulse Reflection Method 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com A Reflectometer for Cable Fault Location with Multiple Pulse Reflection Method Zheng Gongming Electronics & Information School, Yangtze University,

More information

SIGNAL RECOVERY. Model 7265 DSP Lock-in Amplifier

SIGNAL RECOVERY. Model 7265 DSP Lock-in Amplifier Model 7265 DSP Lock-in Amplifier FEATURES 0.001 Hz to 250 khz operation Voltage and current mode inputs Direct digital demodulation without down-conversion 10 µs to 100 ks output time constants Quartz

More information

Lab 2: Common Base Common Collector Design Exercise

Lab 2: Common Base Common Collector Design Exercise CSUS EEE 109 Lab - Section 01 Lab 2: Common Base Common Collector Design Exercise Author: Bogdan Pishtoy / Lab Partner: Roman Vermenchuk Lab Report due March 26 th Lab Instructor: Dr. Kevin Geoghegan 2016-03-25

More information

The Optimization of G.729 Speech codec and Implementation on the TMS320VC5402

The Optimization of G.729 Speech codec and Implementation on the TMS320VC5402 4th International Conference on Mechatronics, Materials, Chemistry and Computer Engineering (ICMMCCE 015) The Optimization of G.79 Speech codec and Implementation on the TMS30VC540 1 Geng wang 1, a, Wei

More information

Using Optical Isolation Amplifiers in Power Inverters for Voltage, Current and Temperature Sensing

Using Optical Isolation Amplifiers in Power Inverters for Voltage, Current and Temperature Sensing Using Optical Isolation Amplifiers in Power Inverters for Voltage, Current and Temperature Sensing by Hong Lei Chen, Product Manager, Avago Technologies Abstract Many industrial equipments and home appliances

More information

sensors ISSN

sensors ISSN Sensors 2010, 10, 7716-7747; doi:10.3390/s100807716 OPEN ACCESS sensors ISSN 1424-8220 www.mdpi.com/journal/sensors Article A Universal Intelligent System-on-Chip Based Sensor Interface Virgilio Mattoli

More information