Syukran everything goes well...That's it...finish my fyp presentation means i have completed this semester successful...Thanks to my friends who help me so much and not to forget my lovely advisor MADAM ZABARIAH BT ZAKARIA who always gives spirit to me and my friends in completing this project..Thanks to all and may we see again in the future...Assalamualaikum...
Tuesday, 13 November 2012
Wednesday, 7 November 2012
Be prepareddd!
Today is my preparation for my FYP presentation tomorrow...I hope everything will be okay and insyaallah i will perform well tomorrow...My assessor is Mr.Syazwan and Prof Amir...hope they give me high marks..hehe...
here's my poster :-
here's my poster :-
Saturday, 27 October 2012
Successful!!
I have made it!...my circuit has functioning well!....I have transmitted my digital signal of my ecg wirelessly to my pc...Project success!!!...
For your information : I manage to transmit my digital signal of ECG waveform to my pc..In order to produce analog signal of ECG, i have to construct DAC (digital analog converter) circuit...This is much more complicated...But,this is already shows that i can transfer my ECG wirelessly..So,my target is to transfer digital signal graph..This project has considered SUCCESS!.
Here's my circuit! :-
Digital signal of ECG waveform |
For your information : I manage to transmit my digital signal of ECG waveform to my pc..In order to produce analog signal of ECG, i have to construct DAC (digital analog converter) circuit...This is much more complicated...But,this is already shows that i can transfer my ECG wirelessly..So,my target is to transfer digital signal graph..This project has considered SUCCESS!.
Here's my circuit! :-
Full circuit |
Friday, 19 October 2012
New xbee
I got my new xbee...Configured it...And now it's time for me to test my circuit whether it is functioning or not...nervous!!!
Tuesday, 16 October 2012
Unfortunate..
Wednesday, 10 October 2012
Programs
Finally, I've manage to find programs for my project..here's the examples of the codes :-
Arduino codes :
Processing codes :
Arduino codes :
void setup() {
// initialize the serial communication:
Serial.begin(9600);
}
void loop() {
// send the value of analog input 0:
Serial.println(analogRead(0));
// wait a bit for the analog-to-digital converter
// to stabilize after the last reading:
delay(10);
}
// initialize the serial communication:
Serial.begin(9600);
}
void loop() {
// send the value of analog input 0:
Serial.println(analogRead(0));
// wait a bit for the analog-to-digital converter
// to stabilize after the last reading:
delay(10);
}
Processing codes :
Serial myPort; // The serial port
int xPos = 1; // horizontal position of the graph
int thresh = 190;
void setup () {
// set the window size:
size(800, 500);
myPort = new Serial(this, "COM4", 9600); // local USB- port
// don't generate a serialEvent() unless you get a newline character:
myPort.bufferUntil('\n');
background(0);
}
void draw () {
// everything happens in the serialEvent()
}
void serialEvent (Serial myPort) {
// get the ASCII string:
String inString = myPort.readStringUntil('\n');
if (inString != null) {
// trim off any whitespace:
inString = trim(inString);
// convert to an int and map to the screen height:
float inByte = float(inString);
inByte = map(inByte, 0, 1023, 0, height);
println(inByte);
// draw the line:
stroke(127,34,255);
line(xPos, height, xPos, height - inByte);
line(0, thresh, width, thresh);
if(inByte > thresh){
fill(255,0,0);
ellipse(100,100,50,50);
}else{
fill(0,0,0);
ellipse(100,100,50,50);
}
// at the edge of the screen, go back to the beginning:
if (xPos >= width) {
xPos = 0;
background(0);
}
else {
// increment the horizontal position:
xPos++;
}
}
}
int xPos = 1; // horizontal position of the graph
int thresh = 190;
void setup () {
// set the window size:
size(800, 500);
myPort = new Serial(this, "COM4", 9600); // local USB- port
// don't generate a serialEvent() unless you get a newline character:
myPort.bufferUntil('\n');
background(0);
}
void draw () {
// everything happens in the serialEvent()
}
void serialEvent (Serial myPort) {
// get the ASCII string:
String inString = myPort.readStringUntil('\n');
if (inString != null) {
// trim off any whitespace:
inString = trim(inString);
// convert to an int and map to the screen height:
float inByte = float(inString);
inByte = map(inByte, 0, 1023, 0, height);
println(inByte);
// draw the line:
stroke(127,34,255);
line(xPos, height, xPos, height - inByte);
line(0, thresh, width, thresh);
if(inByte > thresh){
fill(255,0,0);
ellipse(100,100,50,50);
}else{
fill(0,0,0);
ellipse(100,100,50,50);
}
// at the edge of the screen, go back to the beginning:
if (xPos >= width) {
xPos = 0;
background(0);
}
else {
// increment the horizontal position:
xPos++;
}
}
}
Thursday, 4 October 2012
Testing
This is it...I have to try my circuit..Not only that...i have to do some research about the programming for my project..This program is very important because it is the main part which make my project successful..So, i have to search sources such as arduino forum because it is an open source web which provides codes for arduino and processing software..
Saturday, 29 September 2012
Xbee configuration..
I have to configure the xbees i buy first...This is to make sure that both transmitter and receiver has the same value of transfer which means that i can transfer the data successfully.
This configuration involve in XCTU software which suit xbee series 1 model..
This is some example of the configuration :-
This configuration involve in XCTU software which suit xbee series 1 model..
This is some example of the configuration :-
XCTU software |
Xbee with dongle |
Wednesday, 19 September 2012
Constructing..
Thursday, 13 September 2012
INA128P
Very simple amplifier...It's advantages are as follows:-
- Low offset voltage
- Low drift
- Low input bias
- High CMR (120dB min)
- Inputs protected up to 40V
- Low current
Tuesday, 4 September 2012
Sensor Circuit..Failed!
As stated before, I used LM358 as my amps..But, it has failed me..Why?...because there's so much noise in this amps and it did not filter the noise accurately...So, I've decided to change to another amps which I prefer most that is INA128P...I think this amp will be successful for me..Let's go to Jalan Pasar...again!..
Friday, 31 August 2012
Sensor circuit!
After i have finish my standalone arduino, I would like to construct my sensor circuit which contain amps like LM358 and filters..But before that, i have tested my standalone arduino and it works great!..There's no short circuit or malfunction...
Tuesday, 21 August 2012
Etching, Drilling..
This part of etching and drilling is very tricky part...I have to do it carefully..In this section, I have choose UV pcb board for my standalone arduino because it is much easier than the usual one..This UV only takes 5-10 minutes to complete all the process compared to usual one which takes about an hour to do it..So here's the pictures of my etching and drilling...Enjoy!
UV Box |
1 minute trace |
Trace visible place |
Trace become visible |
Thursday, 16 August 2012
Oh yeah!
Wednesday, 8 August 2012
Jalan Pasar
Today is "Jalan Pasar" Day because i go to Jalan Pasar to buy my equipments..hehe..
So, what are my requirements?..All the components listed before this is very important..So, I have decided to build ECG circuit using LM358..I buy all the components such as resistors and capacitors for my band-pass filter..So, see you in Jalan Pasar!
So, what are my requirements?..All the components listed before this is very important..So, I have decided to build ECG circuit using LM358..I buy all the components such as resistors and capacitors for my band-pass filter..So, see you in Jalan Pasar!
Friday, 3 August 2012
Examples of ECG circuit
As I search the web for ECG circuit, I have noticed that there's a lot of ECG circuits that has different types of equipments they used..So, I've decided to take some of them as my references...
- AD624
- LM358
Tuesday, 31 July 2012
Amplifiers?
As we know, ECG needs lots of filter in order to get a very smooth and nice signal..But in my case, I would like to produce digital signal for my ECG which means that there is no analog signal like we see in hospital..
So, I have to build amplifiers and filters circuit so that i can produce the digital signal of ECG graph..There are several types of amps that I would like to use...I just need time to choose one of them..Here's my amps :-
So, I have to build amplifiers and filters circuit so that i can produce the digital signal of ECG graph..There are several types of amps that I would like to use...I just need time to choose one of them..Here's my amps :-
- LM358N
- INA128P
- AD620
- LM324
- AD624
Friday, 27 July 2012
Stand Alone Arduino..
During my previous blog...I have mentioned that i am going to build a standalone arduino for my FYP...This standalone arduino can act as arduino and it is more cheaper than the real arduino..
So, before i go and buy all the equipments, i have to design the circuit for standalone arduino first..This sketch is made from DipTrace software and it is going to be printed on OHP paper which then i can trace it on my UV PCB board...This is my example of standalone arduino.. :-
So, before i go and buy all the equipments, i have to design the circuit for standalone arduino first..This sketch is made from DipTrace software and it is going to be printed on OHP paper which then i can trace it on my UV PCB board...This is my example of standalone arduino.. :-
StandAlone Arduino |
Thursday, 26 July 2012
2 subjects only?
This semester i only take 2 subjects..hekELEHH...hahahhaha..This is my good news because i can focus in doing my FYP..I will take this opportunity greatly!..
So by tomorrow i will details out what am i going to do with my FYP..see you tomorrow!..
So by tomorrow i will details out what am i going to do with my FYP..see you tomorrow!..
Monday, 23 July 2012
New semester...new hope!..new ideas!..
My last semester in Unikl BMI starts now!..hehehe..after this i'm going for my industrial training..
Okay now..Holiday has gone..FYP has come..so let's start my journey with bismillah...
Okay now..Holiday has gone..FYP has come..so let's start my journey with bismillah...
Friday, 18 May 2012
Enjoy my holiday!
Sunday, 13 May 2012
Components.
As promise..these are the pictures of the equipments to do my standalone arduino...enjoy the pics! :P
2.Voltage Regulator 5V
3. DC jack.
4. Terminal Block
5. Crystals
6. 10pin box header
7. Diode
8. LED
9. Capacitors and resistors
10. Female Header
11. UV pcb board
- Atmega 328P
2.Voltage Regulator 5V
3. DC jack.
4. Terminal Block
5. Crystals
6. 10pin box header
7. Diode
8. LED
9. Capacitors and resistors
10. Female Header
11. UV pcb board
Thursday, 10 May 2012
Ideasss!!!
I have consult with my friends,discuss with them..they said that i can construct my own arduino on pcb!!...what a great ideass!!...i will try construct it..parts needed are as follows:
- Atmega328P
- Voltage regulator 5V
- DC jack
- terminal block
- crystals
- 10 box header
- diode
- few of capacitors
- resistors
- LED
- female header
- jumpers
- UV pcb board
Thursday, 3 May 2012
Researchingg...
I can't finalize my project yet because i am still thinking whether i am going to use pic instead of arduino...hurmm...thinking2..both of them act as microcontroller...whih one is better??..Let me further my research...tetttttttttttt!!!
Arduino Uno
PIC MSP430
Monday, 30 April 2012
Again, again and again...
I have look into many websites...what i found gave me ideas to do something that is different from before..This are some websites that i have lookout..:-
When i look at those websites, i tryto search for images that may relate to my project..This are some of them..
- http://www.nordicsemi.com/eng/News/Press-Releases/Product-Related-News/Low-cost-wireless-ECG-cardiac-monitor-can-save-lives-and-cut-healthcare-costs
- http://www.shimmer-research.com/p/products/sensor-units-and-modules/wireless-ecg-sensor
- http://www.biomedsys.com/truvue/
When i look at those websites, i tryto search for images that may relate to my project..This are some of them..
Friday, 20 April 2012
End of presentation FYP SEM1..
Today...I'm feeling great after i have been assessed by Prof Dr.Sabry and Miss Puspa...thanx to both of them...they are giving some inspiration to further my research during next semester presentation...
I will continue on my research again to improve my project...for now..i will rest about a week..enjoying myself!..heeeee :P:P:P
I will continue on my research again to improve my project...for now..i will rest about a week..enjoying myself!..heeeee :P:P:P
Wednesday, 11 April 2012
Prepare prepare prepare!
Noooooooo....presentation for FYP 1 is around the cornerrr...i have to prepareee!!...researchingggg!!!
Thursday, 5 April 2012
Journals
Friday, 30 March 2012
Problem solved!
Hahahahahahhahahahha...that's my big laugh!...hehe....I've managed to discover that i can transfer real-time graph to my pc...xbeeeeeeeeeeeeeeeeeeeeeeeeeeeee....hehe
Saturday, 24 March 2012
Continueeeeeeeee....
I've decided to continue my research...Now i know that my project is difficult and i have to take it seriously as my presentation 1 is around the corner...what am I going to explain to my assessor???
Thursday, 15 March 2012
Spotted!
I have spotted one of the web and it says that it is impossible to transfer real-time graph to pc wirelessly...Hurm..why?...why?...why???
Friday, 9 March 2012
Hospital
When i did my research, i'm also ask my friends and cousins to improve my project..One of my cousin is a doctor...he says that why not I transfer all the ECG data wirelessly and save it in pdf format...this will make easy for the doctor whenever they like to monitor patient's heart graph...
Saturday, 3 March 2012
Something..
Hurm...this is very difficult...i have to think whether i have to use something different from my project..for example using wifi...interesting..hehe
Thursday, 23 February 2012
Wireless ECG cont...
i have made some research at the web which has the same topic with me..most of them are a little bit different from my project.so here's the link of the web :
http://www.xft-china.com/support/detail_17_198.html
http://techon.nikkeibp.co.jp/english/NEWS_EN/20100119/179393/
http://www.xft-china.com/support/detail_17_198.html
http://techon.nikkeibp.co.jp/english/NEWS_EN/20100119/179393/
Wireless ECG cont...
i have to list down some of the parts that are needed in doing this project..But,before that, i would like to show some of the parts pics :))
1. this is the Xbee wire antenna
2. RF transmitter
3. low voltage op-amp LM358N
4. Arduino uno (complimentary)
5. WiFi sensor (alternative)
1. this is the Xbee wire antenna
2. RF transmitter
3. low voltage op-amp LM358N
4. Arduino uno (complimentary)
5. WiFi sensor (alternative)
Wireless ECG..
it's been 2 weeks since i last post my 1st blog. My lappy was broken
but i manage to do some research about my final year project (FYP). This
is my result of research during 2 weeks time for Wireless ECG..
Objective
Objective
- to produce a cheap,
- functional ECG machine
- reducing the noise when measuring the heartbeat.
- a homemade wireless ECG.
- Hospitals
- Clinics
- the ECG machine receive the signal-can be send to email via wifi..
Thursday, 9 February 2012
Searching for Ideas..
The topic has been selected..
My topic : Wireless ECG.
Further research will be conducted..
My topic : Wireless ECG.
Further research will be conducted..
Subscribe to:
Posts (Atom)