TITLE: presentation day
for this week im doing my presentation which is conduct in Wednesday. alhamdulillah everything going smooth. on this presentation day, there are two accessor how access me, sir akram and madam nurlida. both of my accessor give positive feedback about my project and there also give me some recommendation for my project in future.after done with my presentation, i need to focus on my final report. :)
Friday, 18 December 2015
Tuesday, 8 December 2015
WEEK 13
TITLE: prepare my poster and prepare for my presentation
on this week, i'm little bit busy to prepare my poster and do some preparation for my presentation on week 14 . but alhamdulillah, finally im done finishing my task which is to produce my own poster during the presentation on next week. i'm also ready and excited to introduce my project to our accessor.My poster |
Saturday, 5 December 2015
WEEK 12
TITLE: wiring my hardware and improve my project design
on this week i will try to complete my wiring connection and alhamdulillah i finally finished my wiring project. the component that been used in my project is 2 voltage divider with each of voltage divider has their own function which is the voltage divider used to measure the input and output before the arduino collect and read the data from the voltage divider. besides that, i used component current sensor. this component very useful because its used to monitor current in my project. and lastly arduino UNO 3 component is used to read and collect the data output and input source. after done wiring. im improve my project design which i used colour paper to make my project look tidy and attractive. this week also on Friday i meet my supervisor for testing my project. my supervisor give some tips to improve little bit my project.
my project in progress
wiring project
after improve my design project
during testing final project with my supervisor
Tuesday, 24 November 2015
WEEK 11
TITLE: study arduino program
on this week im study about my arduino program. Arduino is the main brain of my project so i need to study more deeply on this program. based on my study i can find my solution to read my data from the input source and output source.This data so important this is because the data will send to my visual basic software so that i can show my data in graphically.
void loop()
{
Serial.print("$");
Serial.print("Read");
Serial.print(",");
val=analogRead(A0);//This divider module will divide the measured voltage by 5, the maximum voltage it can measure is 25V.
temp=val/40.92; //
val=temp;//
Serial.print(val);
Serial.print(",");
//Serial.print("Volt,");
//delay(30);
a
total= total - readings[index];
readings[index] = analogRead(A1); //Raw data reading
readings[index] = (511-readings[index])*5/1024/0.04;//Data processing:510-raw data from analogRead when the input is 0; 5-5v; the first 0.04-0.04V/A(sensitivity); the second 0.04-offset val;
total= total + readings[index];
index = index + 1;
if (index >= numReadings)
index = 0;
average = total/numReadings; //Smoothing algorithm (http://www.arduino.cc/en/Tutorial/Smoothing)
currentValue= average;
Serial.print(currentValue);
Serial.print(",");
//Serial.print("A,");
//delay(30);
power = val*currentValue;
Serial.print(power);
Serial.print(",");
//Serial.print("Watt,");
valout = analogRead(A4);
/*tempout = valout * (1.0 / 1024);
Serial.print(tempout);
Serial.print("Volt(OUT)");*/
tempout=valout/40.92; //
valout=tempout;//
Serial.println(valout);
//Serial.print(",");
//Serial.println("Volt(OUT)");
//delay(30);
delay(100);
}
on this week im study about my arduino program. Arduino is the main brain of my project so i need to study more deeply on this program. based on my study i can find my solution to read my data from the input source and output source.This data so important this is because the data will send to my visual basic software so that i can show my data in graphically.
void loop()
{
Serial.print("$");
Serial.print("Read");
Serial.print(",");
val=analogRead(A0);//This divider module will divide the measured voltage by 5, the maximum voltage it can measure is 25V.
temp=val/40.92; //
val=temp;//
Serial.print(val);
Serial.print(",");
//Serial.print("Volt,");
//delay(30);
a
total= total - readings[index];
readings[index] = analogRead(A1); //Raw data reading
readings[index] = (511-readings[index])*5/1024/0.04;//Data processing:510-raw data from analogRead when the input is 0; 5-5v; the first 0.04-0.04V/A(sensitivity); the second 0.04-offset val;
total= total + readings[index];
index = index + 1;
if (index >= numReadings)
index = 0;
average = total/numReadings; //Smoothing algorithm (http://www.arduino.cc/en/Tutorial/Smoothing)
currentValue= average;
Serial.print(currentValue);
Serial.print(",");
//Serial.print("A,");
//delay(30);
power = val*currentValue;
Serial.print(power);
Serial.print(",");
//Serial.print("Watt,");
valout = analogRead(A4);
/*tempout = valout * (1.0 / 1024);
Serial.print(tempout);
Serial.print("Volt(OUT)");*/
tempout=valout/40.92; //
valout=tempout;//
Serial.println(valout);
//Serial.print(",");
//Serial.println("Volt(OUT)");
//delay(30);
delay(100);
}
Tuesday, 17 November 2015
WEEK 10
TITLE: added new component on my hardware.
based on research in week 6 which is about booster DC-DC i had an idea to increase my voltage output so that i had been modified my project with the booster component. after done testing on my project with my booster component the final output voltage that i get is almost 5v.
based on research in week 6 which is about booster DC-DC i had an idea to increase my voltage output so that i had been modified my project with the booster component. after done testing on my project with my booster component the final output voltage that i get is almost 5v.
booster component
final output voltage
Friday, 13 November 2015
WEEK 9
TITLE: testing my project with new method
Last week my method was fail so for this week im come with my new method. Based on research that i had been made i decide to improve my method with added new component on my cooler fan which is i used DC motor. Based on testing i had been made, this method give some improvement from the others method which is i can increase my voltage output. im so glad to apply this method in my project. this method can work properly and successfully in my project. based on my result i get 2V from the output. im also make cooler fan 2 and fan 3 in parallel connection so that i can increase my current output.
Last week my method was fail so for this week im come with my new method. Based on research that i had been made i decide to improve my method with added new component on my cooler fan which is i used DC motor. Based on testing i had been made, this method give some improvement from the others method which is i can increase my voltage output. im so glad to apply this method in my project. this method can work properly and successfully in my project. based on my result i get 2V from the output. im also make cooler fan 2 and fan 3 in parallel connection so that i can increase my current output.
cooler fan 3 had been modified with DC
cooler fan 2 and fan 3 in connection parallel
Tuesday, 3 November 2015
WEEK 8
TITLE: testing my project with new method
on this week im doing some testing with new method which is i have been modified my cooler fan and added magnet bar at my cooler fan 2. the magnet bar i used is the one of the powerful magnet bar from the others magnet types. My expectation by doing this method it can help me to double up voltage. But unfortunately this method was fail and cant be use in my project. the reason why, this magnet is not suitable to use on my project besides that, this magnet should modified with coil.
on this week im doing some testing with new method which is i have been modified my cooler fan and added magnet bar at my cooler fan 2. the magnet bar i used is the one of the powerful magnet bar from the others magnet types. My expectation by doing this method it can help me to double up voltage. But unfortunately this method was fail and cant be use in my project. the reason why, this magnet is not suitable to use on my project besides that, this magnet should modified with coil.
magnet bar modified in my cooler fan
magnet bar in hard disk
Wednesday, 21 October 2015
WEEK 7
TITLE: research about DC motor
on this weak im doing some research about DC motor so that i can solution to increase the voltage from the output. as we know the DC motor use to convert electrical energy into mechanical energy electrified via its outputs. before choose the DC motor there have 4 detail we need to pay attention.
on this weak im doing some research about DC motor so that i can solution to increase the voltage from the output. as we know the DC motor use to convert electrical energy into mechanical energy electrified via its outputs. before choose the DC motor there have 4 detail we need to pay attention.
- power selection
- power requirement
- blade design
- motor power
Wednesday, 14 October 2015
WEEK 6
TITLE: research for booster component
for this week im doing research about booster component. as we know booster is DC-DC power converter with an output voltage greater than its input voltage. based on the method i had been done the voltage that i got from the output is too small. so i need to use and search the suitable booster to get at least 5v. the booster that i have been chosen is step up DC-DC 5v,600mA and minum voltage is 0.9v.
booster component DC-DC
Wednesday, 7 October 2015
WEEK 5
TITLE: doing research for current sensor
for this week im doing some research for current sensor. Current sensor is useable component in my project this is because current sensor able give precise current measurement for AC and DC. Based on my research i choice 50A current sensor(AC/DC) for my project. this current sensor enables me to monitor current in my project.
example of current sensor
Tuesday, 29 September 2015
WEEK 4
Title: learning my programming language (Arduino)
As we know language program(Arduino) use to collect the data from the output. so on this week i try to learn my programming language this because i need to understand how my programming language get connected with my output so that i can display and control my output using my software. so this week im gonna learn the basic language for arduino.
Void setup()
{
// initialize serial communication at 9600 bits per second:
Serial.begin(9600);
}
// the loop routine runs over and over again forever:
void loop() {
// read the input on analog pin 0:
int sensorValue = analogRead(A0);
// print out the value you read:
Serial.println(sensorValue);
delay(1);
// initialize serial communication at 9600 bits per second:
Serial.begin(9600);
}
// the loop routine runs over and over again forever:
void loop() {
// read the input on analog pin 0:
int sensorValue = analogRead(A0);
// print out the value you read:
Serial.println(sensorValue);
delay(1);
Tuesday, 22 September 2015
WEEK 3
TITLE: TESTING MY PROJECT
for this week im done my task which is testing my project. previous week im using two cooler fan but same air flow. but this week im gonna use two cooler fan also but the input fan i use another cooler fan which is the air flow more large than before. after done testing, the output i get just the little bit different from before which is i get only 0.9V. so i need research and testing again with another method to get at least 5V output.
Wednesday, 16 September 2015
WEEK 2
TITLE: TESTING AND RESEARCH
cooler fan use for my project
cooler fan had been finish testing with my first method
Thursday, 10 September 2015
WEEK 1
TITLE: DESIGN MY PROJECT
For this week I try to design my project and choosing the
suitable items for my project. Based on my project I need to get wind as much
as so that cooler fan 3(output) can produce high voltage and current. So I think
the suitable item to use is Styrofoam. Styrofoam is very suitable because it
impermeable and easy to design.
Styrofoam
Friday, 8 May 2015
WEEK 13
title:submit report
on this week all student should submit the report. alhamdulillah i have complete all my report. I really want to say thank you to my supervisor Sir Saharuddin Bin Othman cause help me a lot to support and give me ideas about my project and not to forget to say thank you to all my friend that have help me to finish my FYP 1.
on this week all student should submit the report. alhamdulillah i have complete all my report. I really want to say thank you to my supervisor Sir Saharuddin Bin Othman cause help me a lot to support and give me ideas about my project and not to forget to say thank you to all my friend that have help me to finish my FYP 1.
Friday, 1 May 2015
WEEK 12
title: making conclusion and finishing my report proposal
on this week i must complete my report proposal. and make a conclusion about my project. the conclusion about this project firstly improve the skill of research in wind energy, secondly can identify the most suitable to be used in this project and lastly, renewable energy will become the most useful source energy in current century. I also improve little bit on my block diagram.
on this week i must complete my report proposal. and make a conclusion about my project. the conclusion about this project firstly improve the skill of research in wind energy, secondly can identify the most suitable to be used in this project and lastly, renewable energy will become the most useful source energy in current century. I also improve little bit on my block diagram.
Friday, 24 April 2015
WEEK 11
title: presentation day
on this week i have to present my project and alhamdulillah im done with my presentation for this final year project 1. Specially thank you to my accessor Sir nadaraj and ir fairuz that give some ideas to improve little bit my project. My accesor also give some positive comment about my project so i can make correction about my project.
on this week i have to present my project and alhamdulillah im done with my presentation for this final year project 1. Specially thank you to my accessor Sir nadaraj and ir fairuz that give some ideas to improve little bit my project. My accesor also give some positive comment about my project so i can make correction about my project.
Friday, 17 April 2015
WEEK 10
title: doing preparation for presentation
on this week i have been doing some preparation for my presentation on week 11. my slide also have been prepare well by me before the presentation. i also study about my block diagram so that i can explain clearly my project to my accessor. my accesor during the presentation is sir nadaraj and sir ir fairuz.
on this week i have been doing some preparation for my presentation on week 11. my slide also have been prepare well by me before the presentation. i also study about my block diagram so that i can explain clearly my project to my accessor. my accesor during the presentation is sir nadaraj and sir ir fairuz.
Friday, 10 April 2015
WEEK 9
Title: briefing for presentation FYP1
on this week, briefing was conduct by sir adzlan. The briefing start on 3.00 pm until 4.00 pm
sir briefly explain the important thing that should have during the presentation. our lecture also give some tips and idea how to get mark during the presentation. The important thing should have in slide also been briefly with our lecture for an example student should have prepare slide with content INTRODUCTION,OBJECTIVE,PROBLEM STATEMENT,LITERATURE REVIEW,METHODOLOGY and CONCLUSION . Prepare our slide perfectly is important to help the accessor understand with our project.
Thursday, 2 April 2015
WEEK 8
TITLE: DOING SOME RESEARCH FOR MY LITERATURE REVIEW
for this week im doing some research about my project. the research that i have been done firstly is self generated fan. self generated fan built with UPS system and standby generator.fan use as engine of the generator while
generating system as the alternator. secondly, is about steam turbine power system lab. Steam turbine power system lab had show to
control and produce the electric power generation by using AC/DC generator, and
built with adjustable rheostat to low speed of generator. Thirdly review is about energy conversion form
DC generator part in wind turbine to produce electricity, this project about
wind turbine which is use wind to generate mechanical power. This mechanical
power can be used for specific task or generator can convert this mechanical
power into electricity to power homes. This project focusing on use permanent
magnet motor as their project to produce the electricity.
Friday, 27 March 2015
WEEK 7
Title: create my blog diagram
This week im doing my block diagram for my project. so that i can more understand where i can put my controller on this this project.
Friday, 13 March 2015
WEEK 6
Title: finding my items project and FYP briefing
content: in this week they have briefing and conduct by sir azlan. in this briefing sir briefly explain about what is important things that need to be in slide of my presentation. he also explain about the proposal of fyp and when the dateline to send my proposal.i also doing survey on internet where and what i should buy for my project hardware. beside that, i also go to the street market to survey my items project.
Jalan Pasar |
Friday, 6 March 2015
WEEK 5
Title:research about my project
content: in this week i doing some research about my project. specially research about generator. what i found after doing this research. i can conclude that what is important part of generator, how voltage can produce in generator and i also get an idea about how to modify my cooler fan as generator.
http://www.energyeducation.tx.gov/energy/section_3/topics/where_does_electricity_come_from/c/inside_a_generator_animation.html
content: in this week i doing some research about my project. specially research about generator. what i found after doing this research. i can conclude that what is important part of generator, how voltage can produce in generator and i also get an idea about how to modify my cooler fan as generator.
how generator works |
Wednesday, 25 February 2015
Week 4
Title: discuss with my supervisor
content: i met my supervisor to discuss about my project. my supervisor give me some ideas how to create my project. he discuss me about hardware and software that suitable to use in my project. I also met my experienced friends to give me some positive ideas about my project
example of cooler fan
Friday, 20 February 2015
WEEK 3
Title: Introduction.
Content: My project is about
renewable energy. This project is use to generate the electricity and control the
voltage,current,speed and power. This product consist hardware 2 cooler the first cooler fan use as generator and another cooler fan is just ordinary cooler its built only to show the speed of generator. This project actually designs for
engineering student and research.
Friday, 13 February 2015
WEEK 2
Title: FYP briefing
Content: student degree semester 1 FYP have a briefing. briefing is conduct by madam nurlida. our lecturer give us information about registration of Unikl Bmi FYP. our lecturer also briefly little bit about how to make log book or blogger that will be chose by my supervisor and finally i chose to write a blog because my supervisor prefer me to write my work progress in blog.
Friday, 6 February 2015
WEEK 1
Title:meet my supervisor
content : my first week i meet my lecturer to discuss about my title project. My supervisor ask me to find project which is related to renewable energy or robotic. from discussion with my supervisor finally my lecturer given me title project which is turbine technologies windlab wind turbine power system.
Subscribe to:
Posts (Atom)