[Free trial of Letuo USB oscilloscope] 2. Basic use of portable USB oscilloscope

Publisher:哈哈哈33Latest update time:2020-09-16 Source: eefocus Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere

Project name: A_Based on the process of debugging CAN communication products with Letuo oscilloscope.

This post is based on the last unboxing. It introduces a tuning capacitor to adjust the oscilloscope probe, which will affect the acquisition of the oscilloscope signal waveform. Let's analyze the basic principle:


Figure a above is the direct connection mode, which is equivalent to directly connecting the signal to be tested and the oscilloscope probe with two wires.
Figure b above is the oscilloscope probe we most commonly use, that is, a passive probe. There are attenuation resistors and input equivalent capacitors inside the probe. The common bandwidth is below 500MHz, and the OSC482M model oscilloscope is equipped with a P2060 oscilloscope probe. The detailed specifications are as follows: The

third column: 60MHz gear (10x), the surface of the probe has an effective bandwidth of 60MHz, and using it beyond this range will cause more measurement deviations. In addition, the rise time is 5.8ns, the input capacitance: 1x gear is 70-120pf, 10x gear is 14-18pf, and the compensable capacitance range is: 15-45pf. The input resistance is 1MHE 10M ohm.


There are also active probes, which require power supply and have op amp circuits inside. There are also differential probes, current probes, etc.


Next, let's look at the hardware parameters of this model of oscilloscope:


Vertical resolution: 8-13 bits
, that is, the ADC device bit number of the oscilloscope is 8 bits. The resolution of the oscilloscope is generally determined by the hardware device, either 8 bits, 10 bits, 12 bits or 14 bits. Here the manufacturer has written a range value, and it is possible that a 14-bit ADC device is used. In actual use, the low-bit data can be removed and converted to a lower bit number.


If the measurement range of the oscilloscope is ±5 V, and the peak-to-peak value is 10V, it means that the minimum voltage that the oscilloscope can resolve is 10V/256=39.06mV. So choose the smallest possible measurement range to get more accurate measurement results. The minimum voltage that can be resolved with a measurement range of ±1V and 8-bit resolution is 7.813mV. But please note that the signal peak value needs to be considered.


Maximum sampling rate: 50M
The sampling rate unit is MS/s (Megasamples per second) or GS/s (Gigasamples per second). If two channels are used at the same time, the maximum sampling rate is halved.


Are you familiar with Nyquist's theorem? It is easy to assume that the sampling rate is only twice the bandwidth of the signal to be measured.
But in reality, this is not possible. The distortion is serious. Generally, the sampling rate needs to be increased by 3-5 times to minimize the distortion.
As shown in the figure below: Let's try sampling an 8MHz crystal oscillation waveform:


You can see that the current sampling rate of 50M is marked in the upper right corner, which has reached the nominal limit of the oscilloscope, 8Bit per bit.
It can be seen that the oscilloscope can still restore the sine wave well, and the automatic measurement below is also very accurate. There is no need to manually adjust the cursor and then measure.


Bandwidth (-3dB): 20MHz
bandwidth means inputting a sine wave, keeping the amplitude unchanged, and increasing the signal frequency. When the signal displayed on the oscilloscope is 70.7% of the actual signal amplitude (i.e. 3dB attenuation), the corresponding frequency is equal to the oscilloscope bandwidth. However, we often measure square waves or digital signals. The most commonly used principle is to choose an oscilloscope with a high signal frequency of 5 times.


So the oscilloscope here can probably accurately measure 4MHz signals. The higher the signal frequency, the more serious the distortion.

Input sensitivity: 10mV/grid-2v/grid, that is, the smallest unit of each grid of the oscilloscope.
Input range (1x): +-100mV - +-5V and other 7 fixed ranges.
Time base: 50ns - 25s/grid, that is, the smallest unit of horizontal axis time.
Storage depth: 512B - 62MB, storage depth = sampling rate * sampling time, that is, how many samples can be stored.

Next, let's actually test it on the host computer interface:
Dual-channel test 1KHz square wave:


Here, adjust the adjustment capacitor on the probe and find that the waveform changes (A signal is undercompensated and B signal is overcompensated). Note that you should use a plastic screwdriver. Metal will affect the capacitor with a very small capacitance, resulting in inaccurate adjustment.


Then adjust the PWM signal frequency to 10KHz, and find that the compensation effect of the probe is weakened. This is the sampling rate problem mentioned earlier.

Let's amplify the signal and see:


we can see the triangle wave. In fact, this is the fluctuation of the ADC sampling value. You can see a few mV change in the upper and lower bits, but this does not affect our observation and measurement of conventional basic signals. Because we usually measure low-speed signals and do not pay attention to the rising edge speed of the signal. Generally, we need to pay attention to the changing trend of the waveform and the logical function.


Next, let's talk about the difference between AC and DC coupling. In fact, the most important thing is that DC is directly connected, while AC is separated by capacitors, that is, what we measure in AC is the AC signal, and the DC signal is filtered. Therefore, the most common application of AC is to measure power supply ripple.


However, the oscilloscope probe is not equipped with an AC spring, so we will not do measurement signal analysis here, because the ground clip will introduce more noise signals, resulting in inaccurate measurement and no test significance.


Why is this? This involves the field of high-frequency signals. As we have learned about high-frequency electronics, we know that the higher the frequency of the signal, the easier it is to generate EMC, and the longer the signal return path, the greater the noise. This is why high-frequency circuits require multiple grounding points. The power supply ripple contains mostly high-frequency components, so we will not do test analysis here.

Common signal capture: When we actually use an oscilloscope, it seems that the most common thing we do is to connect it to see the waveform. Hey, is the signal pulled up, is it pulled down, how many V? How does it change?


However, if you use a trigger function well, you can make waveform capture more efficient. Here we will focus on how to trigger the waveform capture for this oscilloscope.


As shown in the figure above, set the rising edge trigger, select channel A, click single trigger, drag T to set the trigger level threshold, and the capture will be triggered as long as there is a signal that exceeds the threshold from low to high. In this way, you don’t have to keep looking at the waveform.

Here is another FFT picture:

FFT is a fast algorithm for discrete Fourier transform, which can transform a signal into the frequency domain. It is difficult to see the characteristics of some signals in the time domain, but if they are transformed into the frequency domain, it is easy to see the characteristics. This is why many signal analyses use fft transforms. In addition, FFT can extract the spectrum of a signal, which is also often used in spectrum analysis.


So you can see the performance of the signal in the frequency domain below the above figure. The horizontal axis is frequency, and the vertical axis is amplitude. The first circle indicates that the signal has the strongest energy at 8MHz, and here you can see how much the frequency point where the energy peak is offset, that is, the frequency deviation. How about it? Doesn't it feel very powerful? The circle on the lower right shows that there is energy at 2 times the frequency, but it is very weak. But it can also be measured.

Summary:
1. The oscilloscope interface has rich basic functions, and the measurement bandwidth and sampling rate meet the common signal measurement needs.
2. It contains an adjustable signal source output, which is convenient for experimental testing.
3. The AC/DC function can also meet conventional tests, especially the FFT function, which can further analyze the measured signal.

The next issue will conduct an in-depth practical exercise of the oscilloscope: measurement and protocol analysis based on CAN communication.

Reference address:[Free trial of Letuo USB oscilloscope] 2. Basic use of portable USB oscilloscope

Previous article:[Free trial of Letuo USB oscilloscope] Comparison test of Letuo USB oscilloscope
Next article:[Free trial of Letuo USB oscilloscope] Complementary PWM signal measurement with dead zone

Recommended ReadingLatest update time:2024-11-16 13:34

Understanding driver characteristics to design low voltage AC LED applications
Low voltage AC lighting systems are becoming more and more popular in the market, from indoor accent lighting to general track lights, and even in outdoor lighting systems. Retailers and home improvement stores such as IKEA and Home Depot have quickly and widely communicated these technologies to customers, making pow
[Power Management]
Understanding driver characteristics to design low voltage AC LED applications
Overview of AC Direct Drive LED Light Source Technology
As the fourth generation of green, energy-saving, power-saving and long-life lighting fixtures, LED light sources have emerged, attracted widespread attention and developed rapidly. The current LED light source is a semiconductor device that works at low voltage (VF=2→3.6V) and high current
[Power Management]
Overview of AC Direct Drive LED Light Source Technology
Practical Power Design Q & A Series 1 - More Advantageous AC-DC Adapter Charger
Q1: What are the specific advantages of this new digital control technology? A1: The advantage mainly depends on the power used. If it is used for low power , the advantage is that it uses digital methods to achieve primary control, omitting the secondary constant current circuit and
[Power Management]
The LT3083 linear regulator provides excellent AC and DC performance (I)
 The basic 3-terminal regulator has been a staple in the designer's toolbox for over 30 years, and its basic architecture has not changed significantly. Using a fixed voltage reference, a resistor divider boosts the output voltage to the desired value. This type of regulator is very easy to use and therefore very popu
[Power Management]
The LT3083 linear regulator provides excellent AC and DC performance (I)
Multi-channel high-efficiency AC/DC circuit based on KA1M0880
1 Overview In the development and production of various communication equipment, there are strict requirements for the safety, efficiency, noise, volume and weight of AC/DC. The series AC/DC with large volume, heavy weight and low efficiency has been gradually replaced by switch AC/DC. However, the development of
[Power Management]
Multi-channel high-efficiency AC/DC circuit based on KA1M0880
Latest Test Measurement Articles
Change More Related Popular Components

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

About Us Customer Service Contact Information Datasheet Sitemap LatestNews


Room 1530, 15th Floor, Building B, No.18 Zhongguancun Street, Haidian District, Beijing, Postal Code: 100190 China Telephone: 008610 8235 0740

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号