Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: added documentation for multimeter #158

Merged
merged 3 commits into from
Apr 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added images/555_timer.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/battery.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/capacitor.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/measure_capacitance.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/measure_frequency.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/measure_resistance.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/measure_voltage.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/multimeter.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/resistor.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
274 changes: 242 additions & 32 deletions tutorials/multimeter.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,242 @@
Multimeter
==========

What's a Multimiter
-------------------

How to use it
-------------

> 1. To measure volatage, connect PV1, PV2, PV3 to CH1, CH2, CH3 pins
> on PSLab board respectively and turn knob to either of the channel
> labels in the Multimeter instrument in PSLab Android application
> to see the volatage at corresponding PV pins.
> 2. To measure resistance, connect desired resistor between RES and
> GND pin on PSLab board and then turn the knob to resistance symbol
> in PSLab Android application Multimeter instrument.
> 3. To measure capacitance, connect desired capacitor between CAP and
> GND pin on PSLab board and then turn the knob to resistance symbol
> in PSLab Android application Multimeter instrument.
> 4. Frequency and count pulse can be measured by connecting any
> desired element between ID (or LA) and GND pins on PSLab board and
> turning knob to respective label in PSLab Android application
> Multimeter instrument.

Experiment: Measuring Voltage (check your battery)
--------------------------------------------------

Experiment: Measuring Resistance
--------------------------------

Experiment: Measuring Capacitance
---------------------------------
# Multimeter

## What's a Multimeter
A multimeter is an electronic tool used to measure various electrical properties such as voltage, current, resistance, capacitance and frequency.
It is used to measure voltage and current values at various points in a circuit that can be used for analysis of the electrical circuits and help in troubleshooting.

## How to use it

<div style="float: right; margin-right: 10px;">
<img src="../images/desk_home_screen.jpg" alt="home screeen" width="400">
</div>


* Open the _PSLab_ app

* Navigate to the multimeter option on the _PSLab_ app home screen

* Select the type of measurement needed :
* Voltage
* Frequency
* Clock Pulses
* Resistance
* Capacitance

* For measuring voltage, use:
* CH1(16.5V to -16.5V)
* CH2(16.5V to -16.5V)
* CH3(3.3V to -3.3 V)
* VOL(3.3V to -3.3 V)
* CAP(Voltage Measurement on CAP)

<div style="float: right; margin-right: 10px;">
<img src="../images/multimeter.jpg" alt="PSLab Pinout for power supply" width="250">
</div>

* For measuring the frequency(Upto 4 MHz) or clock pulses:
* Logic Analyzer 1
* Logic Analyzer 2
* Logic Analyzer 3
* Logic Analyzer 4

* For measuring capacitance:
* -| (- (pF to uF range)

* For measuring resistance:
* Ω

### Important Features
* Multimeter Configuration:
* The <strong>update period</strong> can be selected
* The <strong>location data</strong> can be included in logged files

* Logged data:
* It stores the logs of the data collected by the multimeter

## <strong>Experiment: Measuring Voltage (check your battery) with _PSLab_</strong>


<div style="float: right; margin-right: 10px;">
<img src="../images/battery.jpg" width="200">
</div>


### Goal
Measure the voltage of a battery using _PSLab_.


### Materials Required

- Android Phone
- [_PSLab_](https://play.google.com/store/apps/details?id=io.pslab\&hl=en_US)[ Android App](https://play.google.com/store/apps/details?id=io.pslab\&hl=en_US)
- Battery(1.5V)

### Procedure

<div style="float: right; margin-right: 10px;">
<img src="../images/measure_voltage.jpeg" width="200">
</div>


1. Open the _PSLab_ Android app.
2. Select the **Multimeter** option.
3. The app will display various Multimeter options:
- **Voltage**
- **Hz**
- **Count Pulse**
- **Measure**


4. Choose **VOL** in **Voltage** .
5. Connect the voltage and ground terminals of the battery to VOL and ground respectively using connecting wires.
6. **The voltage is displayed** and stored in the logs if the option is selected by user.

### Observations

- The reading of the Multimeter starts increasing as the battery is connected.
- The _PSLab_ successfully measures the battery voltage.

### Conclusion

The _PSLab_ measures the battery voltage.


## <strong>Experiment: Measuring Resistance with _PSLab_</strong>

<div style="float: right; margin-right: 10px;">
<img src="../images/resistor.jpg" width="200">
</div>


### Goal
Measure the resistance of a resistor using _PSLab_



### Materials Required

- Android Phone
- [_PSLab_](https://play.google.com/store/apps/details?id=io.pslab\&hl=en_US)[ Android App](https://play.google.com/store/apps/details?id=io.pslab\&hl=en_US)
- Resistor(220 Ω)

### Procedure

<div style="float: right; margin-right: 10px;">
<img src="../images/measure_resistance.jpeg" width="200">
</div>


1. Open the _PSLab_ Android app.
2. Select the **Multimeter** option.
3. The app will display various Multimeter options:
* **Voltage**
* **Hz**
* **Count Pulse**
* **Measure**


4. Choose **Ω** in **Measure**.
5. Connect the end terminals of the resistor to RES and ground respectively using connecting wires.
6. **The Resistance is displayed** and stored in the logs if the option is selected by user.

### Observations

- The value of the resistor is displayed in the multimeter.
- The _PSLab_ successfully measures the resistance value.

### Conclusion

The _PSLab_ measures the resistance of the resistor value.

## <strong>Experiment: Measuring Capacitance with _PSLab_</strong>


<div style="float: right; margin-right: 10px;">
<img src="../images/capacitor.jpg" width="200">
</div>


### Goal
Measure capacitance using _PSLab_

### Materials Required

- Android Phone
- [_PSLab_](https://play.google.com/store/apps/details?id=io.pslab\&hl=en_US)[ Android App](https://play.google.com/store/apps/details?id=io.pslab\&hl=en_US)
- Capacitor(110 pF)

### Procedure

<div style="float: right; margin-right: 10px;">
<img src="../images/measure_capacitance.jpeg" width="200">
</div>


1. Open the _PSLab_ Android app.
2. Select the **Multimeter** option.
3. The app will display various Multimeter options:
- **Voltage**
- **Hz**
- **Count Pulse**
- **Measure**


4. Choose **-| (-** in **Measure** .
5. Connect the voltage and ground terminals of the capacitor to CAP and ground respectively using connecting wires.
6. **The Capacitance is displayed** and stored in the logs if the option is selected by user.

### Observations

- The value of the capacitor is displayed in the multimeter.
- The _PSLab_ successfully measures the capacitance.

### Conclusion

The _PSLab_ measures the capacitance of the capacitor.

## <strong>Experiment: Measuring Frequency with _PSLab_</strong>

<div style="float: right; margin-right: 10px;">
<img src="../images/555_timer.jpg" width="200">
</div>


### Goal
Measure frequency of a 555 timer using _PSLab_


### Materials Required

- Android Phone
- [_PSLab_](https://play.google.com/store/apps/details?id=io.pslab\&hl=en_US)[ Android App](https://play.google.com/store/apps/details?id=io.pslab\&hl=en_US)
- 555 timer board(6.86kHz)

### Procedure

<div style="float: right; margin-right: 10px;">
<img src="../images/measure_frequency.jpeg" width="200">
</div>


1. Open the _PSLab_ Android app.
2. Select the **Multimeter** option.
3. The app will display various Multimeter options:
- **Voltage**
- **Hz**
- **Count Pulse**
- **Measure**


4. Choose **LA1** in **Hz** .
5. Connect the voltage and ground terminals of the 555 timer board to Logic Analyser 1 and ground respectively using connecting wires.
6. **The Frequency is displayed** and stored in the logs if the option is selected by user.

### Observations


- The frequency value is displayed on the multimeter.
- The _PSLab_ successfully measures the frequency.

### Conclusion

The _PSLab_ measures the frequency of the 555 timer board.