Heart rate counter using timer and counters

In this project I’ve designed a simple heart beat rate counter using basic building blocks of electronics like timer and counters, OPAMPs etc. My challenge here was to design it without using any microcontroller and to give it a retro look like the 80’s and early 90’s. So I fabricated it on a preff board and soldered the connections using wires.

The main function of this device is to count pulses form your finger tip for 1 minute. After a minute the 7 segment display will freeze for 10 seconds, the value on the display will be your heart beat rate or BPM. Then by pressing a RESET button all the timer, counters and registers are reset back.

1. heart RATE  sensor design
ECG response. Image source : Internet

The electrocardiogram is the best way to see the electrical response of our heart whenever it pumps blood. From the graph it can be seen that the R peak is the highest peak of the signal. The counters counts only in the presence of clock signal. CLOCK signals are basically a train of square wave at a certain frequency. So the main objective of the heart rate sensor will be to generate square wave which will be triggered by the R peaks of the signal. My first attempt was to use a contact microphone with an amplifier which will generate the exact response as shown in the image and using a comparator I can easily  generate square waves from the R peaks. But keeping the deadline of the project in mind I’ve to change my plan and I decided to use infrared sensor instead. This technique is known as Photoplethysmography where we use a pair of infrared LED and an infrared receiver to generate electrical signals corresponding to the intensity of blood flow through our finger due to the systolic and diastolic pressure.

For the IR transmitter and receiver I am using the TCRT5000 module because the package design is suitable for this project. The image below will show the pin diagram and the most basic interfacing of the TCRT5000 which will output a voltage that can be used for taking ADC readings also.

Basic things needed to interface TCRT5000. R2 limits the current for IR transmitter. R1 controls the sensitivity of the output
Top view and pin out diagram of TCRT5000

 

 

 

 

 

 

 

The receiver of the TCRT5000 is a phototransistor which allows current to flow whenever the base is triggered by the photons emitted by the IR transmitter. To get an output voltage we need to add a resistor which will create a voltage drop across it. Now to get our pulses we need some more add-ons. The circuit below is the actual circuit I used to generate CLOCK pulses for the counter.

With the following passive high pass filter and active low pass filter it is forming a band pass filter which allows the frequencies between 0.7 Hz to 2.34 Hz that also have a gain of 101.  The output LED is to give us visual feedback whenever there is pulses. The output is feed to a comparator circuit which will output the clock pulses for the counters. The 10K trim pot is used to adjust the sensitivity of the comparator.

2. pulse counter and display driver

The CD4026 is the appropriate IC I used for this, it is a counter plus 7 segment decoder in one package. The following circuit diagram will show the connection of the 7 segment displays with the CD4026.

  • Pin 1 is the CLOCK pin. The output of the heart rate sensor is attached with it.
  • Pin 5 is the CARRY OUT pin so the pin 5 of the first CD4026 is connected with the CLOCK pin of the second CD4026. So that after 9th count the first counter will get reset and start counting from zero but the second counter will count 1 and it will display 10.
  • Pin 15 is the RESET pin which resets both the counters whenever the push button is pressed.
  • Pin 2 is the Disable CLOCK pin. If it is pulled HIGH then the counter will no longer response to the clock pulses. This pin is connected with a precision 1 min timer which makes the pin HIGH for 10s after 1 min. Thus the display freezes and we get the heart rate.
  • Pin 3 is the Display Enable pin which needs to be pulled up to +5V to make the display work.
  • Pin 16 is the Vcc pin.
  • Pin 8 is the Ground pin.
  • The other pins are the output pins which is connected to the segments of the display.
3. precision 1 min timer

This circuit consist of a 555 timer running in astable mode with 50% duty cycle. The frequency of the timer needs to be 1Hz  (1/(on time + off time)). The output of the 555 timer is feed to the CLOCK pin of the 1st CD4017 decade counter IC which will shift it’s output every 1s. There are 10 outputs so we are getting a time of 10s now the CARRY OUT pin of the 1st CD4017 is connected to the CLOCK pin of the 2nd CD4017. So after 10s the Q0 pin of the 2nd CD4017 goes HIGH after 20s Q1 pin goes high and so on. So at pin Q5 we will get exactly 60s or 1min and Q5 will be HIGH for 10s. That will activate a flip flop (IC7474) which will then make the CLOCK DISABLE pin of the two CD4026 HIGH for 10s. The circuit diagram for the precision 1 min timer is shown below.

4. power supply

To make it portable I’ve used a 2000mAh cell phone battery with a DC-DC boost converter to provide 5V to the circuit which gives a run time of 7 days in a single charge.

Future modifications : I’m working on a digital stethoscope which will be added in this circuit.

Advantage of using microcontroller : If this project is done using a microcontroller the circuit would be more simple. We don’t have to wait 1 min to get the reading as in the software part we have the freedom of doing calculations. But in this method we will learn the core of digital electronics.

Here is the video demonstration of this project

Written by : Subhadeep Biswas

Analog temperature detector using uA741 OPAMP

What is an “OPAMP”?

Fig1 (b)

An operational amplifier (or an op-amp) is an integrated circuit (IC) that operates as a voltage amplifier. An op-amp has a differential input. That is, it has two inputs of opposite polarity. An op-amp has a single output and a very high gain, which means that the output signal is much higher than input signal.

opamp

Vout = AOL[(V+) – (V-)],

Where AOL = Open loop gain of opamp

 

 

Ideal characteristics of a OPAMP:
1. Opamp has high input impedance & low output impedance.
2. Zero common mode gain or infinite common mode rejection.
3. Infinite open loop gain AOL.
4. Infinite bandwidth.

** opamp is used as differentiator, integrator, comparator, current – voltage converter, voltage- current converter, etc.

Parts List for the circuit :

1. IC LM35, Opamp (LM741)
2. Resistance- 10K, 470 ohms(2), 2K pot.
3. LED (red, green)
4. Wires
5. Bread board
6. Digital Multimeter
7. 12 v Battery

“HERE IN THIS PROJECT WE USE OPAMP AS A COMPARATOR”

Fig2
Circuit Diagram of the project & -Vcc should be grounded

Theory: This project uses IC LM35 as a sensor for detecting accurate centigrade temperature. Linearity defines how well over a range of temperature a sensor’s output consistently changes. Unlike thermistor, linearity of a precision IC Sensors are very good of 0.5°C accuracy and has wide temperature range. It’s output voltage is linearly proportional to the Celsius (Centigrade) temperature.

The LM35 is rated to operate over a -55° to +150°C temperature range. It draws only 60 µA from its supply, it has very low self-heating, less than 0.1 °C in still air. LM35 Operates from 4 to 30 volts. Output of IC is 10mv/degree centigrade. For example if the output of sensor is 280 mV then temperature is 28 °C. So by using a Digital multimeter we can easily calculate the degree temperature. For trigger point you should set the voltage of pin 2 of IC 741 by using preset or potentiometer. Our aim of this project is not to construct a thermometer but to activate or deactivate a device at a particular margin temperature. For simplicity we have used 2 LEDs for indication of both low (Green) and high (Red) temperature.

Working principle: The output of IC2(LM35) increases in proportional to the temperature by 10 mV/°C , this varying voltage is feed to a comparator configuration of IC 741 (OP Amplifier). At first we set sensitivity (set a voltage by varying the 2KΩ pot) at pin no.2 . If we consider that the sensitivity voltage as V1 & The output of LM35 (pin no. 3) as V2, then we can describe easily that what is happening. If voltage V1> V2 ,then the output of the comparator at +Vsaturation , then the green LED is on and the red LED is off. When the temperature increases that the output of LM35 is also increases, after a certain time when voltage V2 cross the voltage V1 then the output of the comparator at –Vsaturation , then the red LED is on and green LED if off. When V1=V2 then the output is 0 and two LED is in off state. We have used IC741 as a non-inverting amplifier. As a comparator the output voltages will be

                                   Vout  = +Vsat   when V1>V2
                                               = -Vsat    when V1<V2
                                               =  0           when V1 = V2 

Fig3
Bread board setup
Written by : Sourav Tamli