Skip to content

Electronics Design

ed.jpg

đź’ˇGroup assignment

  • Use the test equipment in your lab to observe the operation of a microcontroller circuit board (as a minimum, you should demonstrate the use of a multimeter and oscilloscope)
  • Document your work on the group work page and reflect what you learned on your individual page

About this week

Briefly describe the goal of the assignment. What are you characterizing, testing, or exploring

Learning how to use an Oscilloscope I started reviewing these two videos on YouTube.

and

These are a good introduction guide to using Oscilloscopes. After watching these I switched on the Oscilloscope, calibrated the probes,

Probed some boards.

Carl: Tenma 72-2610 Multimeter

My first steps for learning to use my multi meter were looking at the manual found at


Tools and materials used

List all the machines, software and materials used in this assignment.

  • OWON - SDS6062 Oscilloscope
  • User manual for OWON SDS6062 (PDF in the Files section bottom of page)
  • XIAO Board programmed with a breakout board with a sensor attached and programmed with the relevant Code.

Carl:

  • Tenma 72-2610 Multimeter
  • Xiao ESP32-C3

Process and methodology

Process and methodology

Describe step-by-step what the group did. Include sketches, screenshots, or videos if possible.

Diarmuid Testing

Step by step testing the OWON SDS6062

pic_06_22.jpeg

Oscilloscopes allow you to measure a circuit’s voltage over time, giving more information than a basic digital multimeter. The image below shows a typical screen we see on the oscilloscope.

pic_06_24.jpeg

The probes generally have a 1X. and 10X positions. The 10X will attenuate the reading by ten (reduce the signal strength X10) we will typically have the probes set to the 10X positions.

pic_06_2.jpeg

The image below shows the internal resisto setup for 10x and 1x positions 10x has a 9 M oam resistor and the 1X has a 1M oam resistor

pic_06_26.jpeg

The Probes have spring-mounted tips that can be removed to probe tight to reach places.

pic_06_11.jpeg

Probe Calibration

I connected the first probe to the Oscilloscope CH1 and attached the probe connectors to the probe comp or frequency generator. This produces 5v at 1kHz so we can calibrate the probes.

pic_06_4.jpeg

Note the red wave on the screen indicating ch1.

pic_06_7.jpeg

Adjusted the vertical position and volt/div knobs to get the wave in view on screen.

pic_06_8.jpeg

The probe calibration screw is at the oscilloscope connection end. This probe needed a little calibration.

pic_06_9.jpeg

I tried to save an image using the save button, inserted USB pen and pressed save. I followed the on-screen instructions to save the image. Used the default file name and presed enter using the multipurpose knob. At this point, the Oilliscope froze – tried many combinations of button presses, left It for a while - nothing worked  - went for a hard reset power off and on cycle -leave off for a few moments before powering on.

pic_06_19.jpeg

pic_06_23.jpeg

Connected the other probe to CH2 and followed the same procedure – I couldn’t seem to get control of the waveform in the viewer by adjusting the vertical position and  Volts – DIV or the Horizontal Position.

pic_06_13.jpeg

pic_06_14.jpeg

pic_06_3.jpeg

Spotted the “autoscale” button, pressed it and presto –it was centred on the screen.

pic_06_15.jpeg

Again, slight adjustment needed on the probe collaboration screw.

pic_06_18.jpeg

pic_06_21.jpeg

Now time to start probing the XIAO

Need to get some programmes and code running. I will check the 3-axis digital accelerometer to try and see the info it’s sending to and from  the XIAO –

Pic_06_13

Push the code to the board using Arduino IDE

Carl:

Step 0:

Put in the battery!

w6-sc3-5.jpeg

Step 0.1:

Read the manual

w6-sc3-1.jpeg

w6-sc3-2.jpeg

Step 1:

My first test is checking the current on all the pins on my ESP32-C3

w6-sc3-3.jpeg

To do this i connect the red and black probes as per the instructions and start to check each pin.

w6-sc3-13.jpeg

I place the red on the pin and the black on ground

w6-sc3-12.jpeg

Second I tested voltage.

w6-sc3-4.jpeg

I set up the lead as per the instructions

w6-sc3-13.jpeg

See results on the table below.

Pin Reference Current Volts dc
GPIO 2 24.35 mA 1.5 - 0.
GPIO 3 0 0.013 v
GPIO 4 0 0.11 v
GPIO 5 0 0.12v
GPIO 6 75.6 uA 3.3v
GPIO 7 0 0.008v
GPIO 21 41.75 mA 3.3v
GPIO 10 0 0.008v
GPIO 9 405.3 uA 3.314v
GPIO 8 0 0.008v
GPIO 20 73.6 uA 3.26v
5V 0 5.122 v
3.3V 0 3.317 v

Files

Add all files created for this group assignment

See below link to to files created this week:

sds6062 user_manual.pdf

Back to top