Anda di halaman 1dari 19

DATE: 07-01-2019

DAY: Monday

Introduction:
What is product development laboratory?
It is a course in which each individual or group of people should work on their ideas for
developing a particular product.
It is not a single laboratory work.
Different people work in different laboratories in the department for making the product

How it helps?
Leads to a startup based on the product developed.
Working in labs individually with their thoughts and research papers study might create
interest in individuals towards research.
If the product developed is very effective, cost effective, extremely needed. Then that
product can be commercialized

Goals of product development laboratory?


1. Entrepreneur
2. Research and mind development

DATE: 14/01/2019 & 21/01/2019


DAY: Monday

Allotment of product ideas for each group:


Snigdha, Adarsh: red light therapy device.
Swetha, Rushika, Ragul Akshai: milk resistance measurement for mastitis detection.
Shaswath Lenka: image processing related project
Sandra, Rakesh, Hasim: bitter guard based product for wound healing
Sonal Sinha, kaiyashri: modification of seed paper.

We were allotted with the above mentioned ideas.


Every group was given a proper guidance by sir like how to proceed and what to refer etc.

What are the considerations that should be kept in mind while designing a product?
1. Cost efficient : the components cost should be less and effectively work
2. Size efficient
3. Advantages over already existing products in the market.
4. No side effects or minimal side effects in case of health care products.

DATE: 28/01/2019
DAY: Monday
Discussion on Herbal Products:
Ayurveda: it has grown from being an antique tradition to a being a conceptual science
being evolved around principles of health. It’s not just about using herbs or other natural
product as drugs but also using therapies to correct disturbed balance of the body.
More and more people are inclining towards it.
Pharmacopoeial Commission of India Medicine & Homoeopathy
and Ayurvedic Pharmacopoeia Committee are in place to develop quality standards and
Standard Operating Procedures for the manufacturing of Ayurvedic drugs.
Herbal products like patanjali are widely used in these days.
Herbal products has not so much risk in approval and testing compared to normal
therapeutic drugs.
Work: Our group studied research papers related to the project (mastitis detection by
measuring milk resistance)

DATE: 04/02/2019
DAY: Monday
Procurement of materials:
Each group prepared the list of materials required for their product.
Patent rights:
A patent is an exclusive right granted for an invention. In other words, a patent is an
exclusive right to a product or a process that generally provides a new way of doing
something, or offers a new technical solution to a problem. To get a patent, technical
information about the invention must be disclosed to the public in a patent application.
The patent owner may give permission to, or license, other parties to use the invention on
mutually agreed terms. The owner may also sell the right to the invention to someone else,
who will then become the new owner of the patent. Once a patent expires, the protection
ends, and an invention enters the public domain; that is, anyone can commercially exploit
the invention without infringing the
Is patient valid in every country?
Patents are territorial rights. In general, the exclusive rights are only applicable in the
country or region in which a patent has been filed and granted, in accordance with the law
of that country or region.
What conditions should be met to obtain a patent?
The invention must show an element of novelty.The invention must involve an “inventive
step” or “non-obvious”. The invention must be disclosed in an application in a manner
sufficiently clear and complete to enable it to be replicated by a person with an ordinary
level of skill in the relevant technical field.
Who grants patients?
A patent is granted by a national patent office or by a regional office that carries out the task
for a number of countries. There is currently, no universal, international system for the grant
of patents.

Summary: discussion of patent rights and procurement of materials

DATE: 11/02/2019
DAY: Monday
PROJECT NAME: HEART RATE MONITORING DEVICE
Materials Required:
Light dependent resistor-1
Led’s-2
Resistors:
4.7 K ohms-2
47 K ohms-2
1 M ohm-1
10 K ohms-2
220 K ohms-1
Variable resistor
Capacitors:
2.2 micro farad
6,8 Nano farad
Microcontroller:
8051
IC: lm358
Veroboard
Soldering iron
Velcrow
Arduino uno (board,software)

Today we took permission to work in medical equipment design laboratory from sir.
We have procured the materials from the lab and some materials from outside.

Materials used:

Fig 1: components
Fig 2: components

DATE: 18/02/2019
DAY: Monday

We made amplifier circuit for amplifying the small and week biomedical signals.
We have given input from the function generator and corresponding output waveforms were
observed in the digital storage oscilloscope.
The outputs and the circuit diagram corresponding to that are shown below.
Circuit diagram:
Fig 3: amplifier circuit diagram

Fig 4: amplifier circuit

DATE: 11/03/2019
DAY: Monday

We made band pass filter circuit for allowing certain range of frequencies which are
required.
Main purpose is to eliminate noise.
We made electrodes for capturing the pulses.
The principle behind the electrodes is:

Fig 5: diagram showing the principle involved in sensor

Fig 6: sensor
Fig 7: Band pass filter circuit:

Fig 8: Circuit diagram for band pass filter and amplifier combined

Failures:
We have not got the proper signal output after connecting to the band pass filter circuit.
The output was corrupted with lot of noise.

Summary:
Band pass filter circuit, sensor design
DATE: 18/03/2019
DAY: Monday

We modified the band pass filter by changing the resistors and capacitors.
We designed low pass filter and high pass filters individually and the outputs were verified
by varying input frequencies in the function generator.
By using both the filters we made the band pass filter circuit.

Fig 9: Band pass filter and amplifier circuit with input from the pulse sensor
Fig 10: Output wave form in the DSO corrupted with noise

Failures:
1. Initially we placed one LED and one photo resistor and we took the readings in the
light.
2. We used normal resistance instead of potentiometer.
3. The output waveform corrupted with noise due to loose connections

Modifications:
The connections were changed and then we used new probes.
Finally, the results were satisfactory.

Summary: designed and analysed the band pass filter by giving input from the pulse
sensor and visualized the output form the circuit in the DSO.
DATE: 25/03/2019
DAY: Monday

LCD display coding using ARDUINO board and software


We used 16/2 LCD display

Fig 11: LCD display with pin configuration

Fig 12: Arduino board with pin configuration

We made the connections as per the circuit diagram shown in figure 13 below for coding
the LCD display.
We have installed liquid crystal library in Arduino software for programming LCD.
Fig 13: connections between Arduino board and LCD display

Failures:
Problem with the program (sample program for displaying some data on the screen)
Loose connections: because LCD display pin connections were not soldered.
LCD backlight was not working.
Modifications:
Modified the program
Unable to fix Flickering screen even though we soldered the pins.
Backlight problem was resolved as shown in figure14

Fig 14: figure showing the working of LCD backlight

DATE: 01/04/2019
DAY: Monday
We have written code for calculating the heart beat

Code:
#include <LiquidCrystal.h>
LiquidCrystal lcd(6, 5, 3, 2, 1, 0);
int data=A0;
int start=7;
int count=0;
unsigned long temp=0;

byte customChar1[8] =
{0b00000,0b00000,0b00011,0b00111,0b01111,0b01111,0b01111,0b01111};
byte customChar2[8] =
{0b00000,0b11000,0b11100,0b11110,0b11111,0b11111,0b11111,0b11111};
byte customChar3[8] =
{0b00000,0b00011,0b00111,0b01111,0b11111,0b11111,0b11111,0b11111};
byte customChar4[8] =
{0b00000,0b10000,0b11000,0b11100,0b11110,0b11110,0b11110,0b11110};
byte customChar5[8] =
{0b00111,0b00011,0b00001,0b00000,0b00000,0b00000,0b00000,0b00000};
byte customChar6[8] =
{0b11111,0b11111,0b11111,0b11111,0b01111,0b00111,0b00011,0b00001};
byte customChar7[8] =
{0b11111,0b11111,0b11111,0b11111,0b11110,0b11100,0b11000,0b10000};
byte customChar8[8] =
{0b11100,0b11000,0b10000,0b00000,0b00000,0b00000,0b00000,0b00000};
void setup()
{
lcd.begin(16, 2);
lcd.createChar(1, customChar1);
lcd.createChar(2, customChar2);
lcd.createChar(3, customChar3);
lcd.createChar(4, customChar4);
lcd.createChar(5, customChar5);
lcd.createChar(6, customChar6);
lcd.createChar(7, customChar7);
lcd.createChar(8, customChar8);

pinMode(data,INPUT);
pinMode(start,INPUT_PULLUP);
}

void loop()
{
lcd.setCursor(0, 0);
lcd.print("Place The Finger");
lcd.setCursor(0, 1);
lcd.print("And Press Start");

while(digitalRead(start)>0);

lcd.clear();
temp=millis();

while(millis()<(temp+10000))
{
if(analogRead(data)<100)
{
count=count+1;

lcd.setCursor(6, 0);
lcd.write(byte(1));
lcd.setCursor(7, 0);
lcd.write(byte(2));
lcd.setCursor(8, 0);
lcd.write(byte(3));
lcd.setCursor(9, 0);
lcd.write(byte(4));

lcd.setCursor(6, 1);
lcd.write(byte(5));
lcd.setCursor(7, 1);
lcd.write(byte(6));
lcd.setCursor(8, 1);
lcd.write(byte(7));
lcd.setCursor(9, 1);
lcd.write(byte(8));

while(analogRead(data)<100);

lcd.clear();
}
}

lcd.clear();
lcd.setCursor(0, 0);
count=count*6;
lcd.setCursor(2, 0);
lcd.write(byte(1));
lcd.setCursor(3, 0);
lcd.write(byte(2));
lcd.setCursor(4, 0);
lcd.write(byte(3));
lcd.setCursor(5, 0);
lcd.write(byte(4));

lcd.setCursor(2, 1);
lcd.write(byte(5));
lcd.setCursor(3, 1);
lcd.write(byte(6));
lcd.setCursor(4, 1);
lcd.write(byte(7));
lcd.setCursor(5, 1);
lcd.write(byte(8)it );
lcd.setCursor(7, 1);
lcd.print(count);
lcd.print(" BPM");
//it will print the heart beat on the LCD display
temp=0;
while(1);
}

Failures:
Initially the code we have written was not working properly
Modifications:
We modified the code by changing some pin connections

DATE: 08/04/2019
DAY: Monday

We assembled all the things


We connected hardware with software by giving analog output of the filter circuit to the
Arduino board and the code which was written previously has compiled and uploaded to the
board and the output was displayed on the LCD display.
We also connected 5V battery the circuit

Fig 15: figure showing hardware and software interfacing

Failures: flickering screen


DATE: 15/04/2019
DAY: Monday

Final record and product submission

Fig 16: final product picture.

Anda mungkin juga menyukai