

The Hewlett Packard (HP) 34401A Digital Multimeter is a versatile and precise electronic measuring instrument designed for laboratory and industrial applications. It combines multiple measurement functions into a single unit, allowing users to measure voltage, current, resistance, frequency, and more with high accuracy. The 34401A is widely recognized for its reliability, ease of use, and robust design, making it a popular choice among engineers, technicians, and hobbyists.








The HP 34401A Digital Multimeter offers a range of features and specifications that make it suitable for a variety of applications.
| Specification | Value |
|---|---|
| Measurement Functions | DC Voltage, AC Voltage, DC Current, AC Current, Resistance, Frequency |
| DC Voltage Range | 100 mV to 1000 V |
| AC Voltage Range | 100 mV to 750 V |
| DC Current Range | 10 µA to 3 A |
| AC Current Range | 10 µA to 3 A |
| Resistance Range | 100 mΩ to 100 MΩ |
| Frequency Range | 3 Hz to 300 kHz |
| Display Resolution | 6½ digits |
| Accuracy | Up to 0.0035% for DC Voltage |
| Input Impedance | 10 MΩ (DC Voltage) |
| Power Supply | 100-240 V AC, 50/60 Hz |
| Dimensions | 88 mm x 213 mm x 348 mm |
| Weight | 3.6 kg |
The HP 34401A does not have a traditional pin configuration like ICs or microcontrollers. Instead, it features input terminals for connecting test leads. Below is a description of the input terminals:
| Terminal | Description |
|---|---|
| V/Ω Input | Used for measuring voltage (AC/DC) and resistance. |
| COM (Common) | Common ground terminal for all measurements. |
| I Input | Used for measuring current (AC/DC) up to 3 A. |
| Sense Terminals | For 4-wire resistance measurements to improve accuracy by eliminating lead resistance. |
The HP 34401A Digital Multimeter is straightforward to use, but following proper procedures ensures accurate and safe measurements.
The HP 34401A can be used to measure the voltage output of an Arduino UNO. Below is an example setup:
// Arduino code to output a fixed voltage on a PWM pin
void setup() {
pinMode(9, OUTPUT); // Set pin 9 as an output
analogWrite(9, 128); // Output a PWM signal with 50% duty cycle
}
void loop() {
// No additional code needed for this example
}
No Display or Power:
Inaccurate Measurements:
Overload Indication:
No Current Measurement:
By following this documentation, users can effectively utilize the HP 34401A Digital Multimeter for a wide range of measurement tasks.