Skip to content

Commit 1956bbe

Browse files
committed
feat: added documentation for multimeter
1 parent 4694a74 commit 1956bbe

10 files changed

+241
-32
lines changed

images/555_timer.jpg

305 KB
Loading

images/battery.jpg

6.23 KB
Loading

images/capacitor.jpg

30.2 KB
Loading

images/measure_capacitance.jpeg

54.8 KB
Loading

images/measure_frequency.jpeg

54.5 KB
Loading

images/measure_resistance.jpeg

53.9 KB
Loading

images/measure_voltage.jpeg

54.3 KB
Loading

images/multimeter.jpg

254 KB
Loading

images/resistor.jpg

19.1 KB
Loading

tutorials/multimeter.md

+241-32
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,241 @@
1-
Multimeter
2-
==========
3-
4-
What's a Multimiter
5-
-------------------
6-
7-
How to use it
8-
-------------
9-
10-
> 1. To measure volatage, connect PV1, PV2, PV3 to CH1, CH2, CH3 pins
11-
> on PSLab board respectively and turn knob to either of the channel
12-
> labels in the Multimeter instrument in PSLab Android application
13-
> to see the volatage at corresponding PV pins.
14-
> 2. To measure resistance, connect desired resistor between RES and
15-
> GND pin on PSLab board and then turn the knob to resistance symbol
16-
> in PSLab Android application Multimeter instrument.
17-
> 3. To measure capacitance, connect desired capacitor between CAP and
18-
> GND pin on PSLab board and then turn the knob to resistance symbol
19-
> in PSLab Android application Multimeter instrument.
20-
> 4. Frequency and count pulse can be measured by connecting any
21-
> desired element between ID (or LA) and GND pins on PSLab board and
22-
> turning knob to respective label in PSLab Android application
23-
> Multimeter instrument.
24-
25-
Experiment: Measuring Voltage (check your battery)
26-
--------------------------------------------------
27-
28-
Experiment: Measuring Resistance
29-
--------------------------------
30-
31-
Experiment: Measuring Capacitance
32-
---------------------------------
1+
# Multimeter
2+
3+
## What's a Multimeter
4+
A multimeter is an electronic tool used to measure various electrical properties such as voltage, current, resistance, capacitance and frequency.
5+
It is used for measuring the values of voltage and current at various points in a circuit that can be used for analysis of the electrical circuits and help in troubleshooting.
6+
7+
## How to use it
8+
9+
<div style="float: right; margin-right: 10px;">
10+
<img src="../images/desk_home_screen.jpg" alt="home screeen" width="400">
11+
</div>
12+
13+
14+
* Open the _PSLab_ app
15+
16+
* Navigate to the multimeter option on the _PSLab_ app home screen
17+
18+
* Select the type of the required measurement needed :
19+
* Voltage
20+
* Frequency
21+
* Clock Pulses
22+
* Resistance
23+
* Capacitance
24+
25+
* For measuring voltage we use:
26+
* CH1(16V to -16V)
27+
* CH2(16V to -16V)
28+
* CH3(3.3V to -3.3 V)
29+
* VOL(3.3V to -3.3 V)
30+
* CAP(Voltage Measurement on CAP)
31+
32+
<div style="float: right; margin-right: 10px;">
33+
<img src="../images/multimeter.jpg" alt="PSLab Pinout for power supply" width="250">
34+
</div>
35+
36+
* For measuring the frequency(Upto 4 MHz) or clock pulses:
37+
* Logic Analyser 1
38+
* Logic Analyser 2
39+
* Logic Analyser 3
40+
* Logic Analyser 4
41+
42+
* For measuring capacitance:
43+
* -| (- (pF to uF range)
44+
45+
* For measuring resistance:
46+
*
47+
48+
### Important Features
49+
* Multimeter Configuration:
50+
* <strong>Update period</strong> can be selected
51+
* <strong>Location data</strong> can be included in the logged files
52+
53+
* Logged data:
54+
* It stores the logs of the data collected by the multimeter
55+
56+
57+
## Experiment: Measuring Resistance with _PSLab_
58+
59+
<div style="float: right; margin-right: 10px;">
60+
<img src="../images/battery.jpg" width="200">
61+
</div>
62+
63+
64+
### Goal
65+
To measure the voltage of a battery using _PSLab_
66+
67+
68+
### Materials Required
69+
70+
- Android Phone
71+
- [_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)
72+
- Battery(1.5V)
73+
74+
### Procedure
75+
76+
<div style="float: right; margin-right: 10px;">
77+
<img src="../images/measure_voltage.jpeg" width="200">
78+
</div>
79+
80+
81+
1. Open the _PSLab_ Android app.
82+
2. Select the **Multimeter** option.
83+
3. The app will display various Multimeter options:
84+
- **Voltage**
85+
- **Hz**
86+
- **Count Pulse**
87+
- **Measure**
88+
89+
90+
4. Choose **VOL** in **Voltage** .
91+
5. Connect the voltage and ground terminals of the battery to VOL and ground respectively using connecting wires.
92+
6. **The Voltage is displayed** and stored in the logs if the option is selected by user.
93+
94+
### Observations
95+
96+
- The reading of the Multimeter starts increasing as the battery is connected.
97+
- The _PSLab_ successfully measures the battery voltage.
98+
99+
### Conclusion
100+
101+
The _PSLab_ measures the battery voltage.
102+
103+
## Experiment: Measuring Voltage (check your battery) with _PSLab_
104+
105+
<div style="float: right; margin-right: 10px;">
106+
<img src="../images/resistor.jpg" width="200">
107+
</div>
108+
109+
110+
### Goal
111+
To measure the resistance of a resistor using _PSLab_
112+
113+
114+
115+
### Materials Required
116+
117+
- Android Phone
118+
- [_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)
119+
- Resistor(220 Ω)
120+
121+
### Procedure
122+
123+
<div style="float: right; margin-right: 10px;">
124+
<img src="../images/measure_resistance.jpeg" width="200">
125+
</div>
126+
127+
128+
1. Open the _PSLab_ Android app.
129+
2. Select the **Multimeter** option.
130+
3. The app will display various Multimeter options:
131+
* **Voltage**
132+
* **Hz**
133+
* **Count Pulse**
134+
* **Measure**
135+
136+
137+
4. Choose **** in **Measure**.
138+
5. Connect the end terminals of the resistor to RES and ground respectively using connecting wires.
139+
6. **The Resistance is displayed** and stored in the logs if the option is selected by user.
140+
141+
### Observations
142+
143+
- The value of the resistor is displayed in the multimeter.
144+
- The _PSLab_ successfully measures the resistor.
145+
146+
### Conclusion
147+
148+
The _PSLab_ measures the resistance of the resistor value.
149+
150+
## Experiment: Measuring Capacitance with _PSLab_
151+
152+
153+
<div style="float: right; margin-right: 10px;">
154+
<img src="../images/capacitor.jpg" width="200">
155+
</div>
156+
157+
158+
### Goal
159+
To measure capacitance using _PSLab_
160+
161+
### Materials Required
162+
163+
- Android Phone
164+
- [_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)
165+
- Capacitor(110 pF)
166+
167+
### Procedure
168+
169+
<div style="float: right; margin-right: 10px;">
170+
<img src="../images/measure_capacitance.jpeg" width="200">
171+
</div>
172+
173+
174+
1. Open the _PSLab_ Android app.
175+
2. Select the **Multimeter** option.
176+
3. The app will display various Multimeter options:
177+
- **Voltage**
178+
- **Hz**
179+
- **Count Pulse**
180+
- **Measure**
181+
182+
183+
4. Choose **-| (-** in **Measure** .
184+
5. Connect the voltage and ground terminals of the capacitor to CAP and ground respectively using connecting wires.
185+
6. **The Capacitance is displayed** and stored in the logs if the option is selected by user.
186+
187+
### Observations
188+
189+
- The value of the capacitor is displayed in the multimeter.
190+
- The _PSLab_ successfully measures the capacitance.
191+
192+
### Conclusion
193+
194+
The _PSLab_ measures the capacitance of the capacitor.
195+
196+
## Experiment: Measuring Frequency with _PSLab_
197+
198+
<div style="float: right; margin-right: 10px;">
199+
<img src="../images/555_timer.jpg" width="200">
200+
</div>
201+
202+
203+
### Goal
204+
To measure frequency using _PSLab_
205+
206+
207+
### Materials Required
208+
209+
- Android Phone
210+
- [_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)
211+
- 555 timer board(6.86Hz)
212+
213+
### Procedure
214+
215+
<div style="float: right; margin-right: 10px;">
216+
<img src="../images/measure_frequency.jpeg" width="200">
217+
</div>
218+
219+
220+
1. Open the _PSLab_ Android app.
221+
2. Select the **Multimeter** option.
222+
3. The app will display various Multimeter options:
223+
- **Voltage**
224+
- **Hz**
225+
- **Count Pulse**
226+
- **Measure**
227+
228+
229+
4. Choose **LA1** in **Hz** .
230+
5. Connect the voltage and ground terminals of the 555 timer board to Logic Analyser 1 and ground respectively using connecting wires.
231+
6. **The Frequency is displayed** and stored in the logs if the option is selected by user.
232+
233+
### Observations
234+
235+
236+
- The frequency value is displayed on the multimeter.
237+
- The _PSLab_ successfully measures the frequency.
238+
239+
### Conclusion
240+
241+
The _PSLab_ measures the frequency of the 555 timer board.

0 commit comments

Comments
 (0)