Lab Manuals
Lab Manuals
Lab Manuals
AND
INSTRUMENTATION LAB
(Autonomous)
Bachupally, Hyderabad-500 090
CERTIFICATE
Name:
RollNo: Branch:
Signature of staff member
CONTENTS:
S.No Name of the Experiment Page No. Signature
1 Voltage and Current
Detection Circuitry
2 Temperature and
Pressure Detection
Circuitry
3 Water flow and
Level detection
Circuitry
4 Position Indication
(LVDT,Pot)
5 Proximity
sensors(inductive)
6 Distance(Ultrasonic)
sensor
7 Light sensor
8 Humidity sensor
11 Measurement of
Power and Energy
12 Accelerometer
sensor
13 Measurement of
Resistance by
bridge
Measurement of
14 Inductance by
bridge
15 Measurement of
Capacitance by
bridge
1. Voltage and Current Detection Circuitry
Aim: To sense the voltage across the Battery and Current through the Divider Circuit Using
Arduino
4) Connecting wires
5) Arduino software
Circuit Diagram:
Theory:
The Arduino can accept up to 5v on a analog input. Our battery voltage can range as high as 9vdc
in certain charge cycles, so we designed a voltage divider that would provide 5v at 9v battery
voltage, and less at various lower voltages
Divider Circuit
Program:
int sensorPin = A0; // select the input pin for the potentiometer
int sensorValue = 0; // variable to store the value coming from the sensor
int sample2=0;
void setup() {
pinMode(sensorPin, OUTPUT);
}
void loop() {
// read the value from the sensor:
sensorValue = analogRead(sensorPin);
Serial.print("Battery voltage:");
Serial.println( sensorValue);
sample2=analogRead(A3); //read the current from sensor
val =(5.0*sample2)/1024.0;
actualval =val-2.5; // If we take equal values of resistance when battery volage is 5V
amps =actualval;
Serial.println(amps);
delay(1000);
}
Observations:
Serial Monitor:
Result:
2. Temperature and Pressure Detection Circuitry
2) GY-65 Sensor
3) Small Bread Board
4) Connecting wires
5) Arduino software
Circuit diagram:
Theory:
The BMP085 is a basic sensor that is designed specifically for measuring barometric pressure (it
also does temperature measurement on the side to help). It's one of the few sensors that does this
measurement, and its fairly low cost so you'll see it used a lot. You may be wondering why
someone would want to measure atmospheric pressure, but its actually really useful for two
things. One is to measure altitude. As we travel from below sea level to a high mountain, the air
pressure decreases. That means that if we measure the pressure we can determine our altitude -
handy when we don't want the expense or size of a GPS unit. Secondly, atmospheric pressure can
be used as a predictor of weather which is why weather-casters often talk about "pressure
systems"
On the way to a small weather station , with the air pressure and temperature measurement and
use a breakout board for the BMP085 with an I²C interface, and an Arduino of our choice.
BMP085 Features
BMP085 is low power (5uA) high precision (0.03hPa) pressure sensor for mobile devices and can
be connected to variety of microprocessors via I2C bus .
Applications:
Observations:
Serial Monitor:
Result:
3. Water flow and level detection circuitry
Circuit Diagram:
Theory:
Determination of CalibrationFactor:
A bucket and a stopwatch is an analogy for determining the calibration factor. The stopwatch is
started when the flow starts, and stopped when the bucket reaches its limit say 1litre.
For 1ltr 1min 16 sec and per sec 32 pulses
For 32 pulses 13ml/sec
For 1 pulse 0.406ml/sec
Calibration Factor=0.406
Flow rate = no. of pulses * calibration factor
Program:
#include<FreqCount.h>
#include <GraphSeries.h>
GraphSeries g_aGraphs[]={"flow"};
float flowrate=0;
void setup()
Serial.begin(9600);
FreqCount.begin(1000);
void loop()
if(FreqCount.available())
{
unsigned long pulse=FreqCount.read();
flowrate=pulse*0.406;
Serial.print("flowrate=");
Serial.print(flowrate);
Serial.println(" ml/sec");
g_aGraphs[0].SendData(flowrate);
}}
Observations:
Serial Monitor:
Result:
4. Position Sensor using LVDT
2) LVDT
3) 230V/3V transformer
4) LCD
5) Connecting wires
Circuit diagram:
Theory:
Linear Variable Differential Transformers (LVDTs):
Linear variable differential transformers (LVDT) are used to measure displacement. LVDTs
operate on the principle of a transformer. As shown in Figure1.2, an LVDT consists of a coil
assembly and a core. The coil assembly is typically mounted to a stationary form, while the core
is secured to the object whose position is being measured. The coil assembly consists of three
coils of wire wound on the hollow form. A core of permeable material can slide freely through the
center of the form. The inner coil is the primary, which is excited by an AC source as shown.
Magnetic flux produced by the primary is coupled to the two secondary coils, inducing an AC
voltage in each coil.
Construction:
The physical construction of a typical LVDT consists of a movable core of magnetic material and
three coils comprising the static transformer. One of the three coils is the primary coil and the
other two are secondary coils.
Transformer:
The basic transformer formula which states that the voltage is proportional to the number of coil
winding, is the backbone of the LVDT. The formula is,
Where N is the number of coil winding and V is the voltage readout.
When the iron core slides through the transformer, a certain number of coil winding are affected
by the proximity of the sliding core and thus generate a unique voltage output.
Principle of working
Where D is displacement of the iron core with respect to the transformer, and M is the sensitivity
of the transformer (slope of the displacement -voltage curve)
LVDT Measurement:
An LVDT measures displacement by associating a specific signal value for any given position of
the core. This association of a signal value to a position occurs through electromagnetic coupling
of an AC excitation signal on the primary winding to the core and back to the secondary
windings. The position of the core determines how tightly the signal of the primary coil is coupled
to each of the secondary coils. The two secondary coils are series opposed, which means wound
in series but in opposite directions. This results in the two signals on each secondary being 180
deg out of phase. Therefore phase of the Output signal determines direction and its amplitude,
distance. Figure1.5 depicts a cross-sectional view of an LVDT. The core causes the magnetic field
generated by the primary winding to be coupled to the secondaries. When the core is centered
perfectly between both secondaries and the primary, as shown, the voltage induced in each
secondary is equal in amplitude and 180 deg out of phase. Thus the LVDT output (for the series
opposed connection shown in this case) is zero because the voltages cancel each other.
Likewise, displacing the core to the right causes the second secondary to be more strongly
coupled to the primary than the first secondary. The greater voltage of the second secondary
causes an output voltage to be out of phase with the primary voltage.
To summarize, “The LVDT closely models an ideal zeroth-order displacement sensor structure at
low frequency, where the output is a direct and linear function of the input. It is a variable-
reluctance device, where a primary center coil establishes a magnetic flux that is
coupled through a center core (mobile armature) to a symmetrically wound secondary coil on
either side of the primary. Thus, by measurement of the voltage amplitude and phase, one can
determine the extent of the core motion and the direction, that is, the displacement. Figure shows
the linearity of the device within a range of core displacement. Note that the output is not linear as
the core travels near the boundaries of its range. This is because less magnetic flux is coupled to
the core from the primary. However, because LVDTs have excellent repeatability, nonlinearity
near the boundaries of the range of the device can be predicted by a table or polynomial curve-
fitting function, thus extending the range of the device.
Because the output of an LVDT is an AC waveform, it has no polarity. The magnitude of the
output of an LVDT increases regardless of the direction of movement from the electrical zero
position. In order to know in which half of the device the center of the core is located, one must
consider the phase of the output as well as the magnitude as compared to the AC excitation source
on the primary winding. The output phase is compared with the excitation phase and it can be
either in or out of phase with the excitation source, depending upon which half of the coil the
center of the core is in. The signal conditioning electronics must combine information on the
phase of the output with information on the magnitude of the output, so the user can know the
direction the core has moved as well as how far from the electrical zero position it has moved.
LVDT signal conditioners generate a sinusoidal signal as an excitation source for the primary
coil. “This signal is typically between 50 Hz and 25 kHz. The carrier frequency is generally
selected to be at least 10 times greater than the highest expected frequency of the core motion.
The signal conditioning circuitry synchronously demodulates the secondary output signal with the
same primary excitation source. The resulting DC voltage is proportional to core displacement.
The polarity of the DC voltage indicates whether the displacement is toward or away from the
first secondary (displacement left or right).
Program:
#include <GraphSeries.h>
#include <LiquidCrystal.h>
LiquidCrystal lcd(12,11,4,5,6,7);
void setup()
Serial.begin(9600);
pinMode(A0,INPUT);
pinMode(A1,INPUT);
void loop()
float secondary12 = 0;
float secondary22 = 0;
float secondary13 = 0;
float secondary23 = 0;
float dis = 0;
int wave;
secondary12 =secondary12+secondary1;
secondary22 =secondary22+secondary2;
delay(0.5);
secondary13 =sqrt(secondary12/40);
secondary23 =sqrt(secondary22/40);
Serial.println(dis);
lcd.begin(16, 2);
lcd.print("DIS=");
lcd.print(dis);
lcd.print(" mm");
g_aGraphs[wave].SendData(analogRead(A0));
g_aGraphs[wave].SendData(analogRead(A1));
delay(1000);
Observations:
Serial Monitor:
Result:
5. PROXIMITY SENSOR
AIM: To compute the wind speed using proximity sensor and Arduino
CIRCUIT DIAGRAM:
THEORY:
Proximity sensor: A proximity sensor is a sensor able to detect the presence of nearby objects
without any physical contact. A proximity sensor often emits an electromagnetic field or a beam
of electromagnetic radiation (infrared, for instance), and looks for changes in the field or return
signal.
The object being sensed is often referred to as the proximity sensor's target. Different
proximity sensor targets demand different sensors. For example, a Capacitive photoelectric sensor
might be suitable for a plastic target, an Inductive proximity sensor always requires a metal target.
The maximum distance that this sensor can detect is defined "nominal range". Some sensors have
adjustments of the nominal range or means to report a graduated detection distance. Proximity
sensors can have a high reliability and long functional life because of the absence of mechanical
parts and lack of physical contact between sensor and the sensed object
Inductive proximity sensor
PROGRAM:
Void setup()
Serial.begin(9600);
pinMode(A0,INPUT);
Void loop();
int pulse=analogRead(A0);
int conversion=pulse*(5/1023);
int speed=conversion*0.9716;
Serial.print(“Speed=”);
Serial.print(speed);
}
Observations:
Serial Monitor:
RESULT:
6. Distance sensor
Aim: To display the distance the object is placed from the sensor using Arduino
7) Connecting wires
8) Arduino software
Circuit diagram:
Theory:
ULTRASONIC SENSOR:
Ultrasonic sensors (also known as transceivers when they both send and receive) work on
a principle similar to radar or sonar which evaluate attributes of a target by interpreting the echoes
from radio or sound waves respectively. Ultrasonic sensors generate high frequency sound waves
and evaluate the echo which is received back by the sensor.
HCSR04 Module
Sensors calculate the time interval between sending the signal and receiving the echo to
determine the distance to an object. This technology can be used for measuring: wind speed and
direction (anemometer), fullness of a tank and speed through air or water. For measuring speed or
direction a device uses multiple detectors and calculates the speed from the relative distances to
particulates in the air or water. To measure the amount of liquid in a tank, the sensor measures the
distance to the surface of the fluid.
Program:
#include<LiquidCrystal.h>
LiquidCrystallcd(8,9,4,5,6,7);
#define led 11
#define led2 10
int i = 12;
long microseconds;
void setup()
{
pinMode(p, OUTPUT); //initializing p as output pin.
pinMode(i, INPUT);
lcd.begin(16,2);
void loop()
{
digitalWrite(p, LOW);
delayMicroseconds(2);
digitalWrite(p, HIGH);
delayMicroseconds(10);
digitalWrite(p, LOW);
delayMicroseconds(2);
inches = microsecondsToInches(duration);
cm = microsecondsToCentimeters(duration);
digitalWrite(led,HIGH); // When the Red condition is met, the Green LED should turn off
digitalWrite(led2,LOW);
}
else
digitalWrite(led,LOW);
digitalWrite(led2,HIGH);
lcd.print("DISTANCE=");
lcd.setCursor(0,1);
lcd.print(inches);
lcd.print("in, ");
lcd.print(cm);
lcd.print("cm");
Serial.print(inches);
Serial.print("in, ");
Serial.print(cm);
Serial.print("cm");
Serial.println();
delay(1000);
lcd.clear();
{
// According to Parallax's datasheet for the PING))), there are
// 73.746 microseconds per inch (i.e. sound travels at 1130 feet per
return microseconds / 74 / 2;
return microseconds / 29 / 2;
}
Observations:
Serial Monitor:
Result:
7. Light sensor
2) Current Sensor
3) Two Resistors 1kΩ each
7) Connecting wires
8) Arduino software
Circuit Diagram:
Theory:
In this simple circuit, we use a small BH1750FVI sensor on a breakout board and an Arduino to
measure the illuminance in lux. Besides the application to measure the illumination of objects in
the photography, you can – with an extension of this circuit – also easily make an adapted
illumination of rooms or gardens. It is also possible to realize an automatic brightness control for
displays.
Features:
Digital Light intensity detection module: GY-30 Chip : BH1750FVI
Power supply: 3V-5V power
Light range :0-65535 lx
Sensor built-in : 16 bitAD converter
Direct digital output, bypassing the complex calculation, bypassing the calibration
Don't distinguish between ambient light
Close to the spectral characteristics of visual acuity
widely use to 1-lux high precision measurement
Standard NXP I2C communication agreement
Program:
#include <Wire.h>
#include <Wire.h>
int BH1750_address = 0x23; // i2c Addresse
byte buff[2];
void setup(){
Wire.begin();
BH1750_Init(BH1750_address);
delay(200);
Serial.begin(9600);
Serial.println("Measurement of illuminance with a BH1750FVI Breakout Board (GY-30) and an
Arduino Uno");
}
void loop(){
float valf=0;
if(BH1750_Read(BH1750_address)==2){
valf=((buff[0]<<8)|buff[1])/1.2;
if(valf<0)Serial.print("> 65535");
else Serial.print((int)valf,DEC);
Serial.println(" lx");
}
delay(1000);
}
void BH1750_Init(int address){
Wire.beginTransmission(address);
Wire.write(0x10); // 1 [lux] aufloesung
Wire.endTransmission();
}
byte BH1750_Read(int address){
byte i=0;
Wire.beginTransmission(address);
Wire.requestFrom(address, 2);
while(Wire.available()){
buff[i] = Wire.read();
i++; }
Wire.endTransmission();
return i; }
Observations:
Serial Monitor:
Result:
8. Humidity sensor
7) Connecting wires
8) Arduino software
Circuit Diagram:
Theory:
The DHT11 is a basic, ultra low-cost digital temperature and humidity sensor. It uses a capacitive
humidity sensor and a thermistor to measure the surrounding air, and spits out a digital signal on
the data pin (no analog input pins needed). Its fairly simple to use, but requires careful timing to
grab data. The only real downside of this sensor is you can only get new data from it once every 2
seconds, so when using our library, sensor readings can be up to 2 seconds old. Compared to the
DHT22, this sensor is less precise, less accurate and works in a smaller range of
temperature/humidity, but its smaller and less expensive Comes with a 4.7K or 10K resistor,
which you will want to use as a pullup from the data pin to VCC.
DHT11 humidity Sensor
Technical Specifications:
Low cost
3 to 5V power and I/O
2.5mA max current use during conversion (while requesting data)
Good for 20-80% humidity readings with 5% accuracy
Good for 0-50°C temperature readings ±2°C accuracy
No more than 1 Hz sampling rate (once every second)
Body size 15.5mm x 12mm x 5.5mm
4 pins with 0.1" spacing
Program:
int DHT11_Pin = A0; //analog pin 0
void setup()
{
Serial.begin(9600);
}
void loop()
{
//To properly caculate relative humidity, we need the temperature.
float temperature = 25; //replace with a thermometer reading if you have it
float Humidity = getHumidity(temperature);
Serial.println(Humidity);
delay(100); //just here to slow it down so you can read it
}
float getHumidity(float degreesCelsius)
{
//caculate relative humidity
float supplyVolt = 5.0;
// read the value from the sensor:
int DHT11_Value = analogRead(DHT11_Pin);
float voltage = DHT11_Value/1023. * supplyVolt; // convert to voltage value
float sensorRH = 161.0 * voltage / supplyVolt - 25.8;
float trueRH = sensorRH / (1.0546 - 0.0026 * degreesCelsius); //temperature adjustment
return trueRH;
Observations:
Serial Monitor:
Result:
9. Rainfall and soil moisture sensor
2) Raindrop sensor
3) LM393 Driver
4) Connecting wires
5) Arduino software
Circuit Diagram:
Theory:
A rain sensor or rain switch is a switching device activated by rainfall. There are two main
applications for rain sensors. The first is a water conservation device connected to an
automatic irrigation system that causes the system to shut down in the event of rainfall. The
second is a device used to protect the interior of an automobile from rain and to support the
automatic mode of windscreen wipers. An additional application in professional satellite
communications antennas is to trigger a rain blower on the aperture of the antenna feed, to
remove water droplets from the mylar cover that keeps pressurized and dry air inside the wave-
guides
Rain drop Sensor Module
Technical Specifications:
Working voltage: 3.3V~5V;
Wiring:
1. VCC: connect to positive power supply (3~5V);
2. GND: connect to negative power supply;
3. DO: TTL switching signal output;
4. AO: analog output
Applications: Arduino robot kits, rain, rain sensor, can be used to monitor a variety of weather
conditions, and turned into several fixed output signal and AO
Program:
void setup()
{
// initialize serial communication at 9600 bits per second:
Serial.begin(9600);
}
void loop()
{
// read the input on analog pin 0:
int sensorValue = analogRead(A0);
Serial.println(sensorValue);
delay(2000);
}
Observations:
Serial Monitor:
Result:
Theory:
Soil moisture sensors measure the water content in soil. A soil moisture probe is made up of
multiple soil moisture sensors. The Soil Moisture Sensor uses capacitance to measure the water
content of soil (by measuring the dielectric permittivity of the soil, which is a function of the
water content). Simply insert this rugged sensor into the soil to be tested, and the volumetric
water content of the soil is reported in percent.
Features:
1).This is a simple water sensor ,can be used to detect soil moisture .Module Output is high level
when the soil moisture deficit,or output is low.Can be used in module plant waterer device, and
the plants in your garden no need people to manage.
2).Adjustable sensitivity by adjusting the digital potentiometer (shown in blue)
3).Operating voltage:3.3V~5V
4).Dual output mode,analog output more accurate.
5).A fixed bolt hole for easy installation
6).Panel PCB Dimension: 30mm * 16mm
7).Soil Probe Dimension:60mm*30mm
8).With power indicator (red) and digital switching output indicator (green)
9).Having LM393 comparator chip, stable
Pin definition
VCC 5V
GND GND
Program:
void setup()
{
// initialize serial communication at 9600 bits per second:
Serial.begin(9600);
}
void loop()
{
// read the input on analog pin 0:
int sensorValue = analogRead(A0);
Serial.println(sensorValue);
delay(2000);
}
Observations:
Serial Monitor:
Result:
10. Motion Sensor
Theory:
This is a simple to use motion sensor. Power it up and wait 1-2 seconds for the sensor to get a
snapshot of the still room. If anything moves after that period, the „alarm‟ pin will go low.This
unit works great from 5 to 12V (datasheet shows 12V). You can also install a jumper wire past the
5V regulator on board to make this unit work at 3.3V. Sensor uses [email protected] alarm pin is
an open collector meaning you will need a pull up resistor on the alarm pin. The open drain setup
allows multiple motion sensors to be connected on a single input pin. If any of the motion sensors
go off, the input pin will be pulled low.
The connector is slightly odd but has a 0.1" pitch female connector making it compatible with
jumper wires and 0.1" male headers.PIR or Passive Infrared is a common method of motion
detection that measure changes in heat to signal the change. The basic model is that they
take IR (heat) images on 2 sensors at different times, when they differ, they know something has
changed. Hooking one up to your Arduino is pretty simple, but you need to make sure not to fall
for the manufacturer‟s trap. The red wire is V+ as you would think, the brown wire is ground,
NOT the black wire. The black wire is the signal wire. To make matters even worse, the
manufacturer uses a B/W image to show you what wire is what.
Aside from power, the signal pin connects to any digital pin on your Arduino but also needs a
10k pullup resistor between the signal and 5V.The reason for the resistor is that the signal pin is
something called an open-collector, meaning it is as if it was not connected to anything at all
when nothing is signaled. When motion is sensed, it connects the pin to ground. So we use
the resistor so when we read the value from that pin when no motion is detected it looks HIGH.
Without the resistor the pin would be floating around and the read value would randomly float
between HIGH and LOW, and we don‟t want that.
Program:
void setup(){
Serial.begin(9600);
pinMode(pirPin, INPUT);
}
void loop(){
int pirVal = digitalRead(pirPin);
if(pirVal == LOW){ //was motion detected
Serial.println("Motion Detected");
delay(2000);
}
}
Observations:
Serial Monitor:
Result:
11. Measurement of Power and Energy
APPARATUS:
1 Variac,single phase 10 A AC
2 Voltmeter 300 V AC
3 Ammeter 0-10A AC
4 Load(R,L,C) AC
5 Wattmeter LPF AC
THEORY:
The calibration of energy meter may become inaccurate during its vigorous use due to
various reasons. It is necessary to calibrate the meter to determine the amount of error i.e. its
reading so that same meter can be used for correct measurement of energy.In this method
precision grade indicating instruments are used as reference standard. These indicating
instruments are connected in the circuit of meter under test. The current and voltages are held
constant during the test. The numbers of revolutions made by the test are recorded. The time
taken is also measured.
5. Adjust the load rheostat so that sufficient current flows in the circuit. Please note that the
current
should be less then 4A.
6. Note down the Voltmeter, Ammeter, Wattmeter and power factor meter readings
for different Voltages as per the tabular column.
7. Note down the time (by using stop watch) for rotating the disc of the Energy
Meter for 10 times.
TABULAR COLUMN
Aim: To Show how to take an analog 3-axis accelerometer and use it to sense simple orientation
with it using Arduino
3) Connecting wires
4) Arduino software
Circuit diagram:
Theory:
One of the most common inertial sensors is the accelerometer, a dynamic sensor capable of a
vast range of sensing. Accelerometers are available that can measure acceleration in one, two, or
three orthogonal axes. They are typically used in one of three modes:
As an intertial measurement of velocity and position;
As a sensor of inclination, tilt, or orientation in 2 or 3 dimensions, as referenced from the
acceleration of gravity (1 g = 9.8m/s2);
As a vibration or impact (shock) sensor.
There are considerable advantages to using an analog accelerometer as opposed to an
inclinometer such as a liquid tilt sensor – inclinometers tend to output binary information
(indicating a state of on or off), thus it is only possible to detect when the tilt has exceeded some
thresholding angle. There are several different principles upon which an analog accelerometer can
be built. Two very common types utilize capacitive sensing and the piezoelectric effect to sense
the displacement of the proof mass proportional to the applied acceleration. Breakout board for
the 3 axis ADXL335 from Analog Devices. This is the latest in a long, proven line of analog
sensors - the holy grail of accelerometers. The ADXL335 is a triple axis MEMS accelerometer
with extremely low noise and power consumption - only 320uA! The sensor has a full sensing
range of +/-3g.There is no on-board regulation, provided power should be between 1.8 and
3.6VDC.Board comes fully assembled and tested with external components installed. The
included 0.1uF capacitors set the bandwidth of each axis to 50Hz.
Program:
void setup()
void loop()
}Observations:
Serial Monitor:
Result:
13.MEASUREMENT OF RESISTANCE
AIM: To determine the value of the resistance of given Kelvin Double Bridge
APPARATUS:
Kelvin‟s
1 Bridge
2 DC Power supply AC
3 Rheostat
Standard resistance
4 boxes
5 Galvanometer
6 Connecting Wires
THEORY:
The KDB is a modification of the wheat stone Bridge (WB) and provides increased
accuracy in the measurement of low resistance‟s. The resistance
resistance of which is a major source of error in the WB is overcome in this method.
The KDB incorporates the idea of a second set of ratio arms –hence the
name Double Bridge –and the use of four –terminal resistor for the law resistance
arms. As shown in the figure the first of ratio arms is P & Q. The second set of
ratio arms, P and V, is used to connect the galvanometer to point D at the
appropriate potential between points M and N to eliminate the
effect of connecting lead of resistance R between the known resistance R and the Standard
resistance S.
The ratio P/Q is made equal to p/q. under balance conditions there is no current through
the galvanometer, which means that the voltage drop between a and b, Eab is equal to the voltage
drop E and I between a and c
The last equation indicates that the resistance of connecting lead, r has no effect on the
measurement. Provided that the two sets of ratio arms equal ratios. The last but one equation
above, shows that the error that is introduced in case the ratios are not exactly equal it indicates
that it is desirable to keep as possible in order to minimize the errors in case there is a difference
between ratios. P/Q and p/q.
The effect of thermo electric emfs can be eliminated by making another measurement with
the battery connections revered. The true value of R being the mean of the two readings.
CIRCUIT DIAGRAM:
S –Standard resistance.
Rb –Regulating resistance.
G –Galvanometer.
K –Key switch.
PROCEDURE:
Result:
14.MEASUREMENT OF INDUCTANCE
AIM: To determine the values of the inductance of a given decade inductance box.
THEORY:
C is a Standard capacitor.
Anderson‟s Bridge
The bridge is first balanced using d.c supply and head phone as detector. Resistance R2,
R3 and R4 are properly adjusted so that balance condition is obtained. and balancing of
the bridge is again obtained by adjusting resistance r
R1 = (R2R3/R4)-r1
PROCEDURE:
Observation:
RESULT:
15. MEASUREMENT OF CAPACITANCE
AIM:
To determine the value of given capacitor and to obtain its dissipation factor.
THEORY:
Schering Bridge
Let,C1 = unknown Capacitor
C2 = standard Capacitor
C4 = Variable Capacitor
Two independent balance equations are obtained if C and R4 are chosen as a variable element.
Values of capacitor C1 and its dissipation factor are calculated from the values of bridge
element at balanced condition.
PROCEDURE:
Observation:
RESULT: