(PFKE106) UNIVERSAL REMOTE CONTROL MOHD RUZAIMI BIN MOHD ARIFFIN

Size: px
Start display at page:

Download "(PFKE106) UNIVERSAL REMOTE CONTROL MOHD RUZAIMI BIN MOHD ARIFFIN"

Transcription

1 (PFKE106) UNIVERSAL REMOTE CONTROL MOHD RUZAIMI BIN MOHD ARIFFIN This thesis is submitted as partial fulfillment of the requirements for the award of the Bachelor Degree of Electrical Engineering (Control and Instrumentation) Faculty of Electrical & Electronics Engineering Universiti Malaysia Pahang NOVEMBER 2007

2 ii All the trademark and copyrights use herein are property of their respective owner. References of information from other sources are quoted accordingly; otherwise the information presented in this report is solely work of the author. Signature : Author : MOHD RUZAIMI BIN MOHD ARIFFIN Date : 23 rd NOVEMBER 2007

3 iii DEDICATION Specially dedicated to My beloved parents, brother and sister.

4 iv ACKNOWLEDGMENT Alhamdulillah, the highest thanks to God because with His Willingness I can complete the final year project in time. I would like to express my gratitude to my dedicated supervisor, Mr Raja Mohd Taufika bin Raja Ismail for guiding this project with clarity and that priceless gift of getting things done by sharing his valuable ideas as well as his knowledge. I also would like to thank to all UMP lecturers, electrical technicians, my best colleagues and forumers from electronicsforum.net for their openhandedly and kindly guided, assisted, supported and encouraged me to make this project a reality. The great cooperation, kindheartedness and readiness to share worth experiences that have been shown by them will be always appreciated and treasured by me. Once again, thank you very much.

5 v ABSTRACT With most pieces of consumer electronics, from camcorders to stereo equipment, an infrared remote control is usually always included. Video and audio apparatus, computers and also lighting installations nowadays often operate on infrared remote control. There are many different coding systems in use, and generally different manufacturers use different codes and different data rates for transmission. A universal remote control was developed by using C language via serial communication data transfer port. Basically, the Graphical User Interface (GUI) for the Universal Remote Control program was developed by using Microsoft Visual C++, the Microsoft application that enables the programmer to create conventional console and Windows applications. The hardware was interfaced to PC via the serial communication port. The remote can be operated on any standard TV, DVD player, satellite receiver and air-conditioner, operate over range of 15 ft, easy to use, and also reliable.

6 vi ABSTRAK Hampir kebanyakan peralatan elektrik dan elektronik hari ini, dari perakam video kepada kelengkapan audio, unit kawalan jauh inframerah turut disertakan. Peralatan video dan audio, sistem komputer dan pencahayaan rumah pada hari ini beroperasi berasaskan unit kawalan jauh. Terdapat banyak system kod yang berbeza, dan pada kebiasaannya pengeluar berlainan menggunakan kod dan kadar data tranmisi yang berbeza. Sebuah alat kawalan jauh universal telah dibina dengan menggunakan bahasa program C menerusi terminal data komunikasi serial.pada asasnya, antaramuka grafik pengguna untuk program kawalan universal telah dibangunkan dengan menggunakan perisisan Microrosft Visual C++, sebuah perisian Microsoft di mana ia membolehkan pemprogram untuk mencipta peraturan konsol dan aplikasi Windows. Unit perkakasan (penghantar/penerima) dihubungkan ke komputer melalui terminal komunikasi serial. Unit kawalan ini mampu beroperasi ke atas pelbagai jenama televisyen, pemain DVD, set penerima satelit, dan penghawa dingin, boleh beroperasi sehingga jarak 15 kaki, dan mudah dikendalikan.

7 vii TABLE OF CONTENTS CHAPTER CONTENTS PAGE TITLE DECLARATION DEDICATION ACKNOWLEDGMENT ABSTRACT ABSTRAK TABLE OF CONTENTS LIST OF TABLES LIST OF FIGURES LIST OF APPENDICES i ii iii iv v vi vii x xi xii CHAPTER 1 INTRODUCTION 1.1 Introduction 1.2 Infrared Remote Control 1.3 Problem Statement Problem Solution 1.4 Project Objectives 1.5 Project Scopes 1.6 Thesis Outline CHAPTER 2 LITERATURE REVIEW 2.1 Introduction 2.2 IR Remote Theory 2.3 Infra-Red Light 2.4 Modulation 2.5 The Transmitter 2.6 The Receiver 2.7 Universal Remote Control

8 viii CHAPTER CONTENTS PAGE 2.8 Protocols 2.9 Types of Universal Remote Control Learning Universal Remote Controllers Lookup Table Universal Remote Controllers 2.10 Project Study CHAPTER 3 METHODOLOGY 3.1 Introduction 3.2 Title 3.3 Literature Review 3.4 Hardware Specification 3.5 Software Specification 3.6 Designing the Interface Software 3.7 Writing Report CHAPTER 4 HARDWARE SPECIFICATIONS 4.1 SURC Hardware 4.2 Signal Capture 4.3 Signal Playback 4.4 RS-232 Serial Communication Port Pinouts CHAPTER 5 SOFTWARE SPECIFICATIONS 5.1 Overview of Software Implementation 5.2 Algorithm of Developing C Files 5.3 The Application Layout of Visual C Building the GUI Interface Application SURC GUI Interface 5.5 Compile, Build and Release

9 ix CHAPTER CONTENTS PAGE Debug Release CHAPTER 6 RESULT AND DISCUSSION 6.1 Introduction 6.2 Design of the SURC Hardware 6.3 Design and Analysis of the GUI 6.4 Learning, Storing and Transmitting Process 6.5 Signal Analysis SHARP TV Remote Controller JVC DVD Player Remote Controller HP Laptop Remote Controller ASTRO Satellite Receiver Controller 6.6 Problems and Troubleshoot SURC Hardware SURC Software CHAPTER 7 CONCLUSION AND RECOMMENDATION 7.1 Introduction 7.2 Conclusion 7.3 Recommendation and Future Expectation Cost and Commercialization REFERENCES 62 APPENDICES APPENDIX A: Source Code for Visual C++ APPENDIX B: Circuit Diagram APPENDIX C: GP1UX51QS IR Receiver Datasheet

10 x LIST OF TABLES TABLE TITLE PAGE Table 2.1 Table 4.1 Table 7.1 Table 7.2 Table 7.3 Sony Control-S protocol RS-232 serial port pin assignment Cost for the casing and cabling Cost for the transceiver circuit Overall cost for one universal remote control unit

11 xi LIST OF FIGURES FIGURE TITLE PAGE Figure 2.1 Figure 2.2 Figure 2.3 Figure 2.4 Figure 2.5 Figure 2.6 Figure 2.7 Figure 2.8 Figure 2.9 Figure 3.1 Figure 3.2 Figure 3.3 Figure 4.1 Figure 4.2 Figure 4.3 Figure 5.1 Figure 5.2 Figure 5.3 Figure 5.4 Figure 5.5 Figure 5.6 Figure 5.7 Figure 5.8 IR light emitted from a RC Signal modulation IR LED transistor circuit IR LED transistor circuit with two diodes in series Block diagram of an IR receiver IR receiver Sony TV pulse signal Universal learning remote control Example of lookup table Block diagram of the proposed solution for the universal remote control Transmitting signal flow chart Flowchart of Methodology Circuit for capture and timing function IR transmitter circuit RS-232 serial port Basic algorithm for developing the SURC software and GUI Choosing the type of project application to be created Blank workspace Adding file to Visual C++ project Blank text file to write program Library command for learning sub-program Output command for displaying words and reading data from serial input Insert Resource window

12 xii FIGURE TITLE PAGE Figure 5.9 Figure 5.10 Figure 5.11 Figure 5.12 Figure 5.13 Figure 5.14 Figure 5.15 Figure 5.16 Figure 6.1 Figure 6.2 Figure 6.3 Figure 6.4 Figure 6.5 Figure 6.6 Figure 6.7 Figure 6.8 Figure 6.9 Figure 6.10 Figure 6.11 Figure 6.12 Figure 5.9 Workspace with basic menu box Configuration window model workspace Learn window model workspace The code for linking the program with button in GUI Main control window design Building project Switching from Debug to Release mode Executing SURC application from Visual C++ Front view of the SURC hardware box Rear view of the box with top cover opened Top view of the circuit Configuration window Learn window Main SURC program window Transmitting IR signal from a remote control unit Saving a control button Selecting the type of remote and button code to transmit IR LED transmitting pulse code signal (a) TV channel up output signal from remote control unit (b) TV channel up output signal from SURC hardware unit (a) TV power output signal from remote control unit (b) TV power output signal from SURC hardware unit

13 xiii FIGURE TITLE PAGE Figure 6.13 Figure 6.14 Figure 6.15 Figure 6.16 Figure 6.17 Figure 6.18 Figure 6.19 Figure 6.20 (a) DVD player power output signal from remote control unit (b) DVD player power output signal from SURC hardware unit (a) DVD player stop output signal from remote control unit (b) DVD player stop output signal from SURC hardware unit (a) HP laptop DVD player output signal from remote control unit (b) HP laptop DVD player output signal from SURC hardware unit (a) HP laptop My Picture output signal from remote control unit (b) HP laptop My Picture output signal from SURC hardware unit (a) HP laptop Power output signal from remote control unit (b) HP laptop Power output signal from SURC hardware unit Power output signal from ASTRO remote controller Info output signal from ASTRO remote controller Guide output signal from ASTRO remote controller

14 xiv LIST OF APPENDICIES APPENDIX TITLE PAGE APPENDIX A APPENDIX B APPENDIX C Source Code for Visual C++ Circuit Diagram GP1UX51QS IR Receiver Datasheet

15 1 CHAPTER 1 INTRODUCTION 1.1 Introduction This chapter explains about the characteristic of infrared remote control and how they function. This chapter also explains about the problem statement, objectives of the project, project scopes and thesis outline. 1.2 Infrared Remote Control With most pieces of consumer electronics, from camcorders to stereo equipment, an infrared remote control is usually always included. Video and audio apparatus, computers and also lighting installations nowadays often operate on infrared remote control. The carrier frequency of such infrared signals is typically in the order of around 36 khz. The control codes are sent in serial format modulated to that 36 khz carrier frequency (usually by turning the carrier on and off). There are many different coding systems in use, and generally different manufacturers use different codes and different data rates for transmission. "IR" stands for infrared. Infrared light is invisible since its frequency is below that of visible red. Otherwise, it is like any other light source, operating under the same laws of physics. In most cases, the IR signals are produced by an LED source.

16 2 TV remotes send commands only one way, in a low-speed burst for distances of up to 30 feet. They use directed IR with LEDs that have a moderate cone angle to improve ease-of-use characteristics. The IR signal sent out by those devices is generally modulated to around 38 khz carrier using amplitude shift keying (carrier on or off). The data rate send is generally in range of bps. There are some IR systems which use other frequencies and other modulation systems. IR transmit and receive systems are inexpensive and are generally reliable. However, interference from other IR sources can be a minor issue. Interference can come from IR remote controls, IR audio systems (these broadcast an IR signal continuously) or other IR sources. Interference can also be caused by other light sources such as fluorescent lights (the ballast can cause IR interference). Sometimes some electronic ballasts powered light can cause interference problems. In order to avoid any interference with this kind of equipment, the operating frequency of all electronic ballasts has to be chosen so that problems in the 36 khz frequency area are out of the question. Many existing IR systems modulate the IR light at around khz (this is the frequency of the IR carrier and should not to be confused with the actual frequency of the IR light itself). The possibility of interference is more likely around the 40 khz frequencies. One way to limit interference is to use higher IR carrier frequencies. Some IR systems now use carrier frequencies into the megahertz region. Generally infrared remote controls are a khz modulated square wave for communication. This square wave is then send to IR transmitter (IR LED). The carried frequency is amplitude modulated by the data, usually full on/off type modulation. The data rate is typically in bit/s range depending on the system used. Usually the transmitter part is constructed so that the transmitter oscillator, which is driving the infrared transmitter LED, can be turned on/off by applying a TTL voltage on the modulation control input (the signal that goes here is usually serial data from remote control keyboard decoding IC). On the receiver side a photodiode takes up the signal. The integrated circuit inside a typical receiving chip is sensitive only around a specific frequency in the khz range. The output is the demodulated digital input, just what was used to drive the transmitter. The output

17 3 is the demodulated digital input, just what was used to drive the transmitter. Usually this kind of receivers work so that when IR the carrier is present, this output is high. When no carrier is detected, the output is low. This type of circuits can usually transmit a 1-3 khz digital signal through infra light. When trying to receive IR signals, leave demodulation to one of the special IC's/modules meant for this and deal with the data only. The free air IR data transmission, IR remote control as well as the most optoelectronic sensors and light barrier systems work with a wavelength between 870nm and 950nm. The system described above is not the only one IR remote system in use, it is just the most commonly used one. Asystem that use unmodalated signals of a one khz or 100 khz (and several other frequencies) exist as well. 1.3 Problem Statement There is no doubt that remote controls are extremely popular and it has become very hard to imagine a world without them. Nowadays it is not surprise to see 4 or 5 different remote control units in an average living room. TV, Stereo set, DVD player, Air-conditioner and a Satellite receiver are among the most popular devices and each and every one of them has a unique remote control unit. No wonder that people want to control all these devices with one single universal remote control unit. Problems also occur when some of the remote unit stops functioning, broke or lost Problem Solution A universal remote control is going to be develops by using C language via serial communication data transfer port. Basically, the Graphical User Interface

18 4 (GUI) for the Universal Remote Control program is going to be develop by using Microsoft Visual C++, the Microsoft application that enables the programmer to create conventional console and Windows applications. The circuits were constructed from two modules, one to capture the signal and provide timing functions, and the second as transmitter placed somewhere near the target equipment. The hardware was interfaced to PC on the communication port, using the Data lines 1 and Data lines 5 as input, and Data lines 3 and 5 as output. The remote can be operated on any standard TV, DVD player, satellite receiver and air-conditioner, operate over range of 15 ft, easy to use, and also reliable. 1.4 Project Objectives The objective of this project is to develop a functional universal serial remote control software or program that will make it possible for all people to control any brand of their TV, DVD player, Satellite receiver and other remote control based electrical appliances from their personal computer or notebook. 1.5 Project Scopes This project was developed by using C language and Microsoft Visual C++ for the Graphical User Interface (GUI). The prototypes can receive and store the data in the computer memory for every function button that it learn from a remote control unit, and transmit it back after that. Windows. The program or software for the serial universal remote designed to be run in For this project, the scope of electrical appliances expected to be test and analysed with standard brand of Television, DVD player, ASTRO satellite receiver and HP notebook.

19 5 The hardware was constructed from two modules: (i) Receiver to capture the signal, stores the data, and provides timing functions. (ii) Transmitter to resend the data stream under computer control placed somewhere near the target equipment. 1.6 Thesis Outline Chapter 1 explains about the characteristic of Robot and its implementation to the industry and interfacing with the computer. It also explains about project objectives, problem statement and project scopes. Chapter 2 explains about the literature review including the applications in daily life and feedback from users. It also includes review articles of the past project from other party. Chapter 3 discuss about the methodology that have been taken to develop this project. This methodology is important to make sure the project is finish on time. Chapter 4 focuses on hardware specifications and describe about serial port, input port in the receiver circuit and output port for transmitter circuit. Chapter 5 describe about software specifications including Visual C++, source code (.c) and header files (.h). Chapter 6 is for result of this project and the discussions. This also including problem faced while finishing this project. on this project. Chapter 7 concludes this project and the future enhancement that can be done

20 6 CHAPTER 2 LITERATURE REVIEW 2.1 Introduction This chapter review about the remote control, how it works, the protocol, the universal remote control, types and the software used to program the graphical user interface (GUI) for Serial Universal Remote Control (SURC). 2.2 IR Remote Control Theory The cheapest way to remotely control a device within a visible range is via Infrared light. Almost all-audio and video equipment can be controlled this way nowadays. Due to this wide spread use the required components are quite cheap, thus making it ideal for us hobbyists to use IR control for our own projects. This part of my knowledge base will explain the theory of operation of IR remote control, and some of the protocols that are in use in consumer electronics.

21 7 2.3 Infra-Red Light Infrared actually is normal light with a particular colors. Humans can't see this colors because its wavelength of 950nm is below the visible spectrum. That's one of the reasons why IR is chosen for remote control purposes, we want to use it but we're not interested in seeing it. Another reason is because IR LEDs are quite easy to make, and therefore can be very cheap. Although humans can't see the Infrared light emitted from a remote control doesn't mean it can't make it visible. A video camera or digital photo camera can "see" the Infrared light as shown see in Figure 2.1. By using web cam, point a remote to it, press any button and see the LED flicker. Unfortunately for us there are many more sources of infrared light. The sun is the brightest source of all, but there are many others, like: light bulbs, candles, central heating system, and even our body radiates infrared light. In fact everything that radiates heat, also radiates infrared light. Therefore we have to take some precautions to guarantee that our IR message gets across to the receiver without errors. [8] Figure 2.1 IR light emitted from a RC

22 8 2.4 Modulation Modulation is the answer to make our signal stand out above the noise. With modulation we make the IR light source blink in a particular frequency. The IR receiver will be tuned to that frequency, so it can ignore everything else. You can think of this blinking as attracting the receiver's attention. We humans also notice the blinking of yellow lights at construction sites instantly, even in bright daylight. In Figure 2.2, a modulated signal driving the IR LED of the transmitter on the left side. The detected signal is coming out of the receiver at the other side. Figure 2.2 Signal modulation In serial communication we usually speak of 'marks' and 'spaces'. The 'space' is the default signal, which is the off state in the transmitter case. No light is emitted during the 'space' state. During the 'mark' state of the signal the IR light is pulsed on and off at a particular frequency. Frequencies between 30kHz and 60kHz are commonly used in consumer electronics. At the receiver side a 'space' is represented by a high level of the receiver's output. A 'mark' is then automatically represented by a low level. Note that the 'marks' and 'spaces' are not the 1-s and 0-s we want to transmit. The real relationship between the 'marks' and 'spaces' and the 1-s and 0-s depends on the protocol that's being used. More information about that can be found on the pages that describe the protocols.

23 9 2.5 The Transmitter The transmitter usually is a battery-powered handset. It should consume as little power as possible, and the IR signal should also be as strong as possible to achieve an acceptable control distance. Preferably it should be shock proof as well. Many chips are designed to be used as IR transmitters. The older chips were dedicated to only one of the many protocols that were invented. Nowadays very low power microcontrollers are used in IR transmitters for the simple reason that they are more flexible in their use. When no button is pressed they are in a very low power sleep mode, in which hardly any current is consumed. The processor wakes up to transmit the appropriate IR command only when a key is pressed. Quartz crystals are seldom used in such handsets. They are very fragile and tend to break easily when the handset is dropped. Ceramic resonators are much more suitable here, because they can withstand larger physical shocks. The fact that they are a little less accurate is not important. The current through the LED (or LEDs) can vary from 100mA to well over 1A! In order to get an acceptable control distance the LED currents have to be as high as possible. A trade-off should be made between LED parameters, battery lifetime and maximum control distance. LED currents can be that high because the pulses driving the LEDs are very short. Average power dissipation of the LED should not exceed the maximum value though. You should also see to it that the maximum peek current for the LED is not exceeded. All these parameters can be found in the LED's data sheet. A simple transistor circuit, as shown in Figure 2.3, can be used to drive the LED. A transistor with a suitable HFE and switching speed should be selected for this purpose.

24 10 Figure 2.3 IR LED transistor circuit The resistor values can simply be calculated using Ohm's law. Remember that the nominal voltage drop over an IR LED is approximately 1.1V. The normal driver, described above, has one disadvantage. As the battery voltage drops, the current through the LED will decrease as well. This will result in a shorter control distance that can be covered. An emitter follower circuit can avoid this. The 2 diodes in series, as shown in Figure 2.4 will limit the pulses on the base of the transistor to 1.2V. The base-emitter voltage of the transistor subtracts 0.6V from that, resulting in a constant amplitude of 0.6V at the emitter. This constant amplitude across a constant resistor results in current pulses of a constant magnitude. Calculating the current through the LED is simply applying Ohm's law again. \ Figure 2.4 IR LED transistor circuit with two diodes in series

ARDUINO BASED WATER LEVEL MONITOR- ING AND CONTROL VIA CAN BUS TUAN ABU BAKAR BIN TUAN ISMAIL UNIVERSITI MALAYSIA PAHANG

ARDUINO BASED WATER LEVEL MONITOR- ING AND CONTROL VIA CAN BUS TUAN ABU BAKAR BIN TUAN ISMAIL UNIVERSITI MALAYSIA PAHANG ARDUINO BASED WATER LEVEL MONITOR- ING AND CONTROL VIA CAN BUS TUAN ABU BAKAR BIN TUAN ISMAIL UNIVERSITI MALAYSIA PAHANG ARDUINO BASED WATER LEVEL MONITORING AND CONTROL VIA CAN BUS TUAN ABU BAKAR BIN

More information

ELECTRONIC WAU CONTROLLER NOR HASYIMAH BINTI MAT ALI

ELECTRONIC WAU CONTROLLER NOR HASYIMAH BINTI MAT ALI ELECTRONIC WAU CONTROLLER NOR HASYIMAH BINTI MAT ALI This thesis is Part Fulfillment of the Requirement for a Bachelor Degree of Electrical Engineering (Electronic) Faculty of Electrical & Electronic Engineering

More information

18V TO 1000V BOOST CONVERTER BENNEDICT BALLY ANAK NAROK UNIVERSITI MALAYSIA PAHANG

18V TO 1000V BOOST CONVERTER BENNEDICT BALLY ANAK NAROK UNIVERSITI MALAYSIA PAHANG 18V TO 1000V BOOST CONVERTER BENNEDICT BALLY ANAK NAROK UNIVERSITI MALAYSIA PAHANG UNIVERSITI MALAYSIA PAHANG BORANG PENGESAHAN STATUS TESIS JUDUL: 18V TO 1000V BOOST CONVERTER SESI PENGAJIAN: 2009/2010

More information

DEMODULATION AND MODULATION OF HIGH BIT DATA TRANSMISSION IN LOW VOLTAGE SUPPLY SYSTEM ROSMADI BIN ABDULLAH UNIVERSITI TEKNOLOGI MALAYSIA

DEMODULATION AND MODULATION OF HIGH BIT DATA TRANSMISSION IN LOW VOLTAGE SUPPLY SYSTEM ROSMADI BIN ABDULLAH UNIVERSITI TEKNOLOGI MALAYSIA DEMODULATION AND MODULATION OF HIGH BIT DATA TRANSMISSION IN LOW VOLTAGE SUPPLY SYSTEM ROSMADI BIN ABDULLAH UNIVERSITI TEKNOLOGI MALAYSIA To my beloved mother and father iii iv ACKNOWLEDGEMET In preparing

More information

SPEED CONTROL OF DC MOTOR USING PID CONTROLLER IMPLEMENTATION WITH VISUAL BASIC NURUL IZZATI BINTI PANDAK JABO

SPEED CONTROL OF DC MOTOR USING PID CONTROLLER IMPLEMENTATION WITH VISUAL BASIC NURUL IZZATI BINTI PANDAK JABO SPEED CONTROL OF DC MOTOR USING PID CONTROLLER IMPLEMENTATION WITH VISUAL BASIC NURUL IZZATI BINTI PANDAK JABO This thesis is submitted as partial fulfillment of the requirements for the award of the Bachelor

More information

INTELLIGENT HOME AUTOMATION SYSTEM (IHAS) WITH SECURITY PROTECTION NEO CHAN LOONG UNIVERSITI MALAYSIA PAHANG

INTELLIGENT HOME AUTOMATION SYSTEM (IHAS) WITH SECURITY PROTECTION NEO CHAN LOONG UNIVERSITI MALAYSIA PAHANG INTELLIGENT HOME AUTOMATION SYSTEM (IHAS) WITH SECURITY PROTECTION NEO CHAN LOONG UNIVERSITI MALAYSIA PAHANG INTELLIGENT HOME AUTOMATION SYSTEM (IHAS) WITH SECURITY PROTECTION NEO CHAN LOONG This thesis

More information

ARDUINO-BASED TEMPERATURE MONITOR- ING AND CONTROL VIA CAN BUS MOHAMMAD HUZAIFAH BIN CHE MANAF UNIVERSITI MALAYSIA PAHANG

ARDUINO-BASED TEMPERATURE MONITOR- ING AND CONTROL VIA CAN BUS MOHAMMAD HUZAIFAH BIN CHE MANAF UNIVERSITI MALAYSIA PAHANG ARDUINO-BASED TEMPERATURE MONITOR- ING AND CONTROL VIA CAN BUS MOHAMMAD HUZAIFAH BIN CHE MANAF UNIVERSITI MALAYSIA PAHANG ii ARDUINO-BASED TEMPERATURE MONITORING AND CONTROL VIA CAN BUS MOHAMMAD HUZAIFAH

More information

DESIGN AND DEVELOPMENT OF SOLAR POWERED AERATION SYSTEM WU DANIEL UNIVERSITI MALAYSIA PAHANG

DESIGN AND DEVELOPMENT OF SOLAR POWERED AERATION SYSTEM WU DANIEL UNIVERSITI MALAYSIA PAHANG DESIGN AND DEVELOPMENT OF SOLAR POWERED AERATION SYSTEM WU DANIEL UNIVERSITI MALAYSIA PAHANG DESIGN AND DEVELOPMENT OF SOLAR POWERED AERATION SYSTEM WU DANIEL This thesis is submitted is partial fulfilment

More information

SOFTWARE PROCESS FOR INTEGRATED PATTERN ORIENTED ANALYSIS AND DESIGN (POAD) AND COMPONENT ORIENTED PROGRAMMING (COP) ON EMBEDDED REAL-TIME SYSTEMS

SOFTWARE PROCESS FOR INTEGRATED PATTERN ORIENTED ANALYSIS AND DESIGN (POAD) AND COMPONENT ORIENTED PROGRAMMING (COP) ON EMBEDDED REAL-TIME SYSTEMS SOFTWARE PROCESS FOR INTEGRATED PATTERN ORIENTED ANALYSIS AND DESIGN (POAD) AND COMPONENT ORIENTED PROGRAMMING (COP) ON EMBEDDED REAL-TIME SYSTEMS SIMBA ANAK BAU` A project report submitted in partial

More information

Signature. Supervisor :.. ~.~H-.~.~0~P..?.j.~H~~~.. ~.~.~ Date :...?./!!./~~ ~

Signature. Supervisor :.. ~.~H-.~.~0~P..?.j.~H~~~.. ~.~.~ Date :...?./!!./~~ ~ .., admit that I had read this report and in my opinion, this report had fulfilled all scope and quality for the Bachelor Degree of Electronic Engineering (Computer Engineering) Signature Supervisor :..

More information

NURSYAHIDA ASHIKIN BINTI NOR IZLANIN

NURSYAHIDA ASHIKIN BINTI NOR IZLANIN 1 DEVELOPMENTS OF PC BASED CONTROLLER FOR BUCK CONVERTER DRIVEN DC MOTOR NURSYAHIDA ASHIKIN BINTI NOR IZLANIN This thesis is submitted as partial fulfillment of the requirements for the award of the degree

More information

DESIGN AND IMPLEMENTATION OF AN AUTONOMOUS SUMO ROBOT

DESIGN AND IMPLEMENTATION OF AN AUTONOMOUS SUMO ROBOT DESIGN AND IMPLEMENTATION OF AN AUTONOMOUS SUMO ROBOT MOHD.SY AHMAN B. ABU MOS ONN This Project Report submitted impartial Fulfillment of the Requirement for the Bachelor Degree of Electronic Engineering

More information

TABLE OF CONTENTS CHAPTER TITLE PAGE

TABLE OF CONTENTS CHAPTER TITLE PAGE vii TABLE OF CONTENTS CHAPTER TITLE PAGE DECLARATION DEDICATION ACKNOWLEDGEMENT ABSTRACT ABSTRAK TABLE OF CONTENTS LIST OF FIGURES LIST OF ABBREVIATIONS ii iii iv v vi vii xi xiv 1 INTRODUCTION 1 1.1 Overview

More information

SURVEILLANCE ROBOT MUHAMMAD BUKHARI BIN KAMAROZAMAN

SURVEILLANCE ROBOT MUHAMMAD BUKHARI BIN KAMAROZAMAN SURVEILLANCE ROBOT MUHAMMAD BUKHARI BIN KAMAROZAMAN This Report Is Submitted In Partial Fulfillment Of Requirements For The Bachelor Degree of Electronic Engineering (Industrial Electronic) With Honours

More information

Universiti Teknikal Malaysia Melaka (UTeM)

Universiti Teknikal Malaysia Melaka (UTeM) THE DEVELOPMENT OF DATA ACQUISITION SYSTEM USING ARDUINO AND MATLAB HU ZHEN HAN This Report Is Submitted In Partial Fulfillment of Requirements for the Bachelor Degree in Electronic Engineering (Industrial

More information

FREQUENCY RECONFIGURABLE ARCHIMEDEAN SPIRAL ANTENNA MASMURNI BINTI ABDUL RAHMAN

FREQUENCY RECONFIGURABLE ARCHIMEDEAN SPIRAL ANTENNA MASMURNI BINTI ABDUL RAHMAN FREQUENCY RECONFIGURABLE ARCHIMEDEAN SPIRAL ANTENNA MASMURNI BINTI ABDUL RAHMAN A project report submitted in partial fulfilment of the requirements for the award of a degree of Master of Engineering (Electrical-Electronic

More information

PWM PIC16F877A DIMMING ELECTRONIC BALLAST FOR HPS LAMP NATRA BINTI ISMAIL

PWM PIC16F877A DIMMING ELECTRONIC BALLAST FOR HPS LAMP NATRA BINTI ISMAIL i PWM PIC16F877A DIMMING ELECTRONIC BALLAST FOR HPS LAMP NATRA BINTI ISMAIL A project report submitted in partial fulfilment of the requirements for the award of the degree of Master of Engineering (Electrical-Power)

More information

SPDT SWITCH DESIGN USING SWITCHABLE RESONATOR AT 5GHZ FOR WIRELESS COMMUNICATIONS MOHD HAIDIL BIN ZURAIMI UNIVERSITI TEKNIKAL MALAYSIA MELAKA

SPDT SWITCH DESIGN USING SWITCHABLE RESONATOR AT 5GHZ FOR WIRELESS COMMUNICATIONS MOHD HAIDIL BIN ZURAIMI UNIVERSITI TEKNIKAL MALAYSIA MELAKA SPDT SWITCH DESIGN USING SWITCHABLE RESONATOR AT 5GHZ FOR WIRELESS COMMUNICATIONS MOHD HAIDIL BIN ZURAIMI UNIVERSITI TEKNIKAL MALAYSIA MELAKA SPDT Switch Design using Switchable Resonator at 5GHz for Wireless

More information

SMART BOOST CONVERTER FOR DC ENERGY SOURCE APPLICATION MUNIRAH BT AYUB

SMART BOOST CONVERTER FOR DC ENERGY SOURCE APPLICATION MUNIRAH BT AYUB i SMART BOOST CONVERTER FOR DC ENERGY SOURCE APPLICATION MUNIRAH BT AYUB A report is submitted in partial fulfillment of the requirements for the award of the degree of Bachelor of Electrical Engineering(Power

More information

MAZE SOLVING BALBOT SOON CHI WEI

MAZE SOLVING BALBOT SOON CHI WEI MAZE SOLVING BALBOT SOON CHI WEI This thesis is submitted as partial fulfillment of the requirements for the award of the degree of Bachelor of Electrical Engineering (Electronics) Faculty of Electrical

More information

HAND GESTURE RECOGNITION SYSTEM FOR AUTOMATIC PRESENTATION SLIDE CONTROL LIM YAT NAM UNIVERSITI TEKNOLOGI MALAYSIA

HAND GESTURE RECOGNITION SYSTEM FOR AUTOMATIC PRESENTATION SLIDE CONTROL LIM YAT NAM UNIVERSITI TEKNOLOGI MALAYSIA HAND GESTURE RECOGNITION SYSTEM FOR AUTOMATIC PRESENTATION SLIDE CONTROL LIM YAT NAM UNIVERSITI TEKNOLOGI MALAYSIA HAND GESTURE RECOGNITION SYSTEM FOR AUTOMATIC PRESENTATION SLIDE CONTROL LIM YAT NAM A

More information

Preliminary Design Report. Project Title: Search and Destroy

Preliminary Design Report. Project Title: Search and Destroy EEL 494 Electrical Engineering Design (Senior Design) Preliminary Design Report 9 April 0 Project Title: Search and Destroy Team Member: Name: Robert Bethea Email: bbethea88@ufl.edu Project Abstract Name:

More information

Welcome! Welcome to the LVL1 TV-B-Gone workshop. We will be covering the following: How the TV-B-Gone works Basic soldering technique Component identi

Welcome! Welcome to the LVL1 TV-B-Gone workshop. We will be covering the following: How the TV-B-Gone works Basic soldering technique Component identi TV-B-Gone LVL1 Welcome! Welcome to the LVL1 TV-B-Gone workshop. We will be covering the following: How the TV-B-Gone works Basic soldering technique Component identification Construction of a Super TV-B-Gone

More information

BORANG PENGESAHAN STATUS TESIS

BORANG PENGESAHAN STATUS TESIS UNIVERSITI MALAYSIA PAHANG BORANG PENGESAHAN STATUS TESIS JUDUL: Saya COMPUTER BASED INSTRUMENTATION SYSTEM FOR TEMPERATURE MEASUREMENT USING RTD IN MATLAB SESI PENGAJIAN: 2007/2008 FAIZ BIN MOHD ZABRI

More information

APPROVAL AND DECLARATION SHEET

APPROVAL AND DECLARATION SHEET ACKNOWLEDGEMENT I m deeply grateful to my supervisor, P.M. Dr. Syed Alwee Aljunid B. Syed Junid, for his guidance, patience and support. I consider myself very fortunate for being able to work with a very

More information

Infrared Communication

Infrared Communication Infrared Communication Real Time Embedded Systems www.atomicrhubarb.com/embedded Lecture 1 January 17, 2012 Topic Section Topic Where in the books Catsoulis chapter/page Simon chapter/page Zilog UM197

More information

STRESS DETECTION USING GALVANIC SKIN RESPONSE SHAHNAZ SAKINAH BINTI SHAIFUL BAHRI UNIVERSITI MALAYSIA PAHANG

STRESS DETECTION USING GALVANIC SKIN RESPONSE SHAHNAZ SAKINAH BINTI SHAIFUL BAHRI UNIVERSITI MALAYSIA PAHANG STRESS DETECTION USING GALVANIC SKIN RESPONSE SHAHNAZ SAKINAH BINTI SHAIFUL BAHRI UNIVERSITI MALAYSIA PAHANG STRESS DETECTION USING GALVANIC SKIN RESPONSE SHAHNAZ SAKINAH BINTI SHAIFUL BAHRI This thesis

More information

BTST THIN FILM SENSOR APPLICATION: HEAT INDICATOR NUR FAIZAH BINTI JAAFAR

BTST THIN FILM SENSOR APPLICATION: HEAT INDICATOR NUR FAIZAH BINTI JAAFAR BTST THIN FILM SENSOR APPLICATION: HEAT INDICATOR NUR FAIZAH BINTI JAAFAR SCHOOL OF MICROELECTRONIC ENGINEERING UNIVERSITI MALAYSIA PERLIS 2007 BTST THIN FILM SENSOR APPLICATION: HEAT INDICATOR by NUR

More information

CARBON NANOTUBE FIELD-EFFECT TRANSISTOR FOR A LOW NOISE AMPLIFIER NGU KEK SIANG UNIVERSITI TEKNOLOGI MALAYSIA

CARBON NANOTUBE FIELD-EFFECT TRANSISTOR FOR A LOW NOISE AMPLIFIER NGU KEK SIANG UNIVERSITI TEKNOLOGI MALAYSIA CARBON NANOTUBE FIELD-EFFECT TRANSISTOR FOR A LOW NOISE AMPLIFIER NGU KEK SIANG UNIVERSITI TEKNOLOGI MALAYSIA CARBON NANOTUBE FIELD-EFFECT TRANSISTOR FOR A LOW NOISE AMPLIFIER NGU KEK SIANG A project report

More information

iii I hereby declare that this report is the result of my own work except for quotes as cited in the references

iii I hereby declare that this report is the result of my own work except for quotes as cited in the references iii I hereby declare that this report is the result of my own work except for quotes as cited in the references Signature : Author : Nurul Hikma binti A.Radzak Date : 30 April 2011 iv I hereby declare

More information

COMPARATIVE STUDY OF REGTANGULAR MICROSTRIP PATCH ANTENNA ARRAY DESIGN ABDULLAHI MOALLIM YUSUF

COMPARATIVE STUDY OF REGTANGULAR MICROSTRIP PATCH ANTENNA ARRAY DESIGN ABDULLAHI MOALLIM YUSUF COMPARATIVE STUDY OF REGTANGULAR MICROSTRIP PATCH ANTENNA ARRAY DESIGN ABDULLAHI MOALLIM YUSUF A project report submitted in partial fulfilment of the requirements for the award of the degree of Master

More information

WIRELEES VIBRATION MONITORING SYSTEM (WVMS) WONG YOON KHANG APRIL 2007

WIRELEES VIBRATION MONITORING SYSTEM (WVMS) WONG YOON KHANG APRIL 2007 WIRELEES VIBRATION MONITORING SYSTEM (WVMS) By WONG YOON KHANG APRIL 2007 ACKNOWLEDGEMENTS It always disturbing when life seems to imitate Engineering. First of all, thank God for letting me complete this

More information

HIGH-PERFORMANCE DIGITAL FILTER IN FPGA SITI SUHAILA MOHD YUSOF UNIVERSITI TEKNOLOGI MALAYSIA

HIGH-PERFORMANCE DIGITAL FILTER IN FPGA SITI SUHAILA MOHD YUSOF UNIVERSITI TEKNOLOGI MALAYSIA HIGH-PERFORMANCE DIGITAL FILTER IN FPGA SITI SUHAILA MOHD YUSOF UNIVERSITI TEKNOLOGI MALAYSIA ii HIGH-PERFORMANCE DIGITAL FILTER IN FPGA SITI SUHAILA MOHD YUSOF A project report submitted in partial fulfilment

More information

DESIGN AND DEVELOPMENT OF MOULD CALCULATION SOFTWARE MUHAMAD IDZWAN BIN LATIF

DESIGN AND DEVELOPMENT OF MOULD CALCULATION SOFTWARE MUHAMAD IDZWAN BIN LATIF DESIGN AND DEVELOPMENT OF MOULD CALCULATION SOFTWARE MUHAMAD IDZWAN BIN LATIF Report submitted in partial fulfillment of the requirements for the award of Bachelor of Manufacturing Engineering Faculty

More information

CEEN Bot Lab Design A SENIOR THESIS PROPOSAL

CEEN Bot Lab Design A SENIOR THESIS PROPOSAL CEEN Bot Lab Design by Deborah Duran (EENG) Kenneth Townsend (EENG) A SENIOR THESIS PROPOSAL Presented to the Faculty of The Computer and Electronics Engineering Department In Partial Fulfillment of Requirements

More information

NIGHT VISION CAMERA SYSTEM FOR INTRUDER DETECTION IN INDOOR AND OUTDOOR ENVIRONMENT SAK JENN SHIN

NIGHT VISION CAMERA SYSTEM FOR INTRUDER DETECTION IN INDOOR AND OUTDOOR ENVIRONMENT SAK JENN SHIN NIGHT VISION CAMERA SYSTEM FOR INTRUDER DETECTION IN INDOOR AND OUTDOOR ENVIRONMENT SAK JENN SHIN Thesis submitted in partial fulfillment of the requirements for the award of the degree of Bachelor of

More information

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP ( 1

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP (  1 Biomimetic Based Interactive Master Slave Robots T.Anushalalitha 1, Anupa.N 2, Jahnavi.B 3, Keerthana.K 4, Shridevi.S.C 5 Dept. of Telecommunication, BMSCE Bangalore, India. Abstract The system involves

More information

DESIGN A WIDEBAND LOW-NOISE AMPLIFIER FOR WIRELESS COMMUNICATION USING 0.35-µm CMOS TECHNOLOGY MOHD HAFIZ BIN ABU

DESIGN A WIDEBAND LOW-NOISE AMPLIFIER FOR WIRELESS COMMUNICATION USING 0.35-µm CMOS TECHNOLOGY MOHD HAFIZ BIN ABU DESIGN A WIDEBAND LOW-NOISE AMPLIFIER FOR WIRELESS COMMUNICATION USING 0.35-µm CMOS TECHNOLOGY By MOHD HAFIZ BIN ABU Report submitted in partial fulfillment Of the requirements for the degree Of Bachelor

More information

UNIVERSITI TEKNIKAL MALAYSIA MELAKA

UNIVERSITI TEKNIKAL MALAYSIA MELAKA UNIVERSITI TEKNIKAL MALAYSIA MELAKA DEVELOPMENT OF MULTIPLE WIRELESS POWER TRANSFER SYSTEM This report submitted in accordance with requirement of the Universiti Teknikal Malaysia Melaka (UTeM) for the

More information

WIRELESS POWER TRANSFER MONITORING. Ahmad Faiz Bin Ahmad Azahar Bachelor of Electrical Engineering. (Control, Instrumentation & Automation)

WIRELESS POWER TRANSFER MONITORING. Ahmad Faiz Bin Ahmad Azahar Bachelor of Electrical Engineering. (Control, Instrumentation & Automation) WIRELESS POWER TRANSFER MONITORING Ahmad Faiz Bin Ahmad Azahar Bachelor of Electrical Engineering (Control, Instrumentation & Automation) JUNE 2014 SUPERVISOR S ENDORSEMENT I hereby declare that I have

More information

COMPUTER BASED INSTRUMENTATION SYSTEM FOR TEMPERATURE MEASUREMENT USING RTD IN MATLAB APPLICATION FAIZ BIN MOHD ZABRI

COMPUTER BASED INSTRUMENTATION SYSTEM FOR TEMPERATURE MEASUREMENT USING RTD IN MATLAB APPLICATION FAIZ BIN MOHD ZABRI i COMPUTER BASED INSTRUMENTATION SYSTEM FOR TEMPERATURE MEASUREMENT USING RTD IN MATLAB APPLICATION FAIZ BIN MOHD ZABRI This thesis is submitted as partial fulfillment of the requirements for the award

More information

PRODUCT DESIGN IMPROVEMENT USING DESIGN FOR MANUFACTURE AND ASSEMBLY (DFMA) METHODOLOGY

PRODUCT DESIGN IMPROVEMENT USING DESIGN FOR MANUFACTURE AND ASSEMBLY (DFMA) METHODOLOGY PRODUCT DESIGN IMPROVEMENT USING DESIGN FOR MANUFACTURE AND ASSEMBLY (DFMA) METHODOLOGY MUHAMMAD NAZRUL BIN MOHD YUSOFF UNIVERSITI TEKNIKAL MALAYSIA MELAKA MUHAMMAD NAZRUL B MOHD YUSOFF BACH. DEG. OF MECHANICAL

More information

VALVE CONDITION MONITORING BY USING ACOUSTIC EMISSION TECHNIQUE MOHD KHAIRUL NAJMIE BIN MOHD NOR BACHELOR OF ENGINEERING UNIVERSITI MALAYSIA PAHANG

VALVE CONDITION MONITORING BY USING ACOUSTIC EMISSION TECHNIQUE MOHD KHAIRUL NAJMIE BIN MOHD NOR BACHELOR OF ENGINEERING UNIVERSITI MALAYSIA PAHANG VALVE CONDITION MONITORING BY USING ACOUSTIC EMISSION TECHNIQUE MOHD KHAIRUL NAJMIE BIN MOHD NOR BACHELOR OF ENGINEERING UNIVERSITI MALAYSIA PAHANG VALVE CONDITION MONITORING BY USING ACOUSTIC EMISSION

More information

WIRELESS MOBILE ULTRASONIC DETECTOR MUHAMMAD AB. BASITH B ABD. RAZAK

WIRELESS MOBILE ULTRASONIC DETECTOR MUHAMMAD AB. BASITH B ABD. RAZAK WIRELESS MOBILE ULTRASONIC DETECTOR MUHAMMAD AB. BASITH B ABD. RAZAK This thesis is submitted as partial fulfillment of the requirements for the award of the Bachelor of Electrical Engineering (Hons.)

More information

DEVELOPMENT OF REMOTELY OPERATED UNDERWATER VEHICLE AFIQ FIKRI BIN HAMID UNIVERSITI MALAYSIA PAHANG

DEVELOPMENT OF REMOTELY OPERATED UNDERWATER VEHICLE AFIQ FIKRI BIN HAMID UNIVERSITI MALAYSIA PAHANG DEVELOPMENT OF REMOTELY OPERATED UNDERWATER VEHICLE AFIQ FIKRI BIN HAMID UNIVERSITI MALAYSIA PAHANG DEVELOPMENT OF REMOTELY OPERATED UNDERWATER VEHICLE AFIQ FIKRI BIN HAMID Report submitted in fulfillment

More information

POWER LINE COMMUNICATION. A dissertation submitted. to Istanbul Arel University in partial. fulfillment of the requirements for the.

POWER LINE COMMUNICATION. A dissertation submitted. to Istanbul Arel University in partial. fulfillment of the requirements for the. POWER LINE COMMUNICATION A dissertation submitted to Istanbul Arel University in partial fulfillment of the requirements for the Bachelor's Degree Submitted by Egemen Recep Çalışkan 2013 Title in all caps

More information

IR Remote Control. Jeffrey La Favre. January 26, 2015

IR Remote Control. Jeffrey La Favre. January 26, 2015 1 IR Remote Control Jeffrey La Favre January 26, 2015 Do you have a remote control for your television at home? If you do, it is probably an infrared remote (IR). When you push a button on the IR remote,

More information

DYNAMIC ANALYSIS OF AIRCRAFT LANDING GEAR SADEGH IMANI YENGEJEH

DYNAMIC ANALYSIS OF AIRCRAFT LANDING GEAR SADEGH IMANI YENGEJEH DYNAMIC ANALYSIS OF AIRCRAFT LANDING GEAR SADEGH IMANI YENGEJEH A thesis submitted in fulfillment of the requirements for the award of the degree of Master of Engineering (Mechanical Engineering) Faculty

More information

Lesson 13. The Big Idea: Lesson 13: Infrared Transmitters

Lesson 13. The Big Idea: Lesson 13: Infrared Transmitters Lesson Lesson : Infrared Transmitters The Big Idea: In Lesson 12 the ability to detect infrared radiation modulated at 38,000 Hertz was added to the Arduino. This lesson brings the ability to generate

More information

PRODUCT DESIGN EVALUATION OF LUCAS HULL DFMA METHOD MOHD NAFIS BIN MOHAIZI

PRODUCT DESIGN EVALUATION OF LUCAS HULL DFMA METHOD MOHD NAFIS BIN MOHAIZI PRODUCT DESIGN EVALUATION OF LUCAS HULL DFMA METHOD MOHD NAFIS BIN MOHAIZI A report submitted in partial fulfillment of the requirement for the award of the degree of Bachelor of Mechanical Engineering

More information

MOHD ZUL-HILMI BIN MOHAMAD

MOHD ZUL-HILMI BIN MOHAMAD i DE-NOISING OF AN EXPERIMENTAL ACOUSTIC EMISSIONS (AE) DATA USING ONE DIMENSIONAL (1-D) WAVELET PACKET ANALYSIS MOHD ZUL-HILMI BIN MOHAMAD Report submitted in partial fulfillment of the requirements for

More information

ENERGY ANALYSIS AND OPTIMIZATION OF PUBLIC BUILDING USING BUILDING INFORMATION MODELING APPLICATION

ENERGY ANALYSIS AND OPTIMIZATION OF PUBLIC BUILDING USING BUILDING INFORMATION MODELING APPLICATION ENERGY ANALYSIS AND OPTIMIZATION OF PUBLIC BUILDING USING BUILDING INFORMATION MODELING APPLICATION AIDIN NOBAHAR SADEGHIFAM UNIVERSITI TEKNOLOGI MALAYSIA ENERGY ANALYSIS AND OPTIMIZATION OF PUBLIC BUILDING

More information

BORANG PENGESAHAN STATUS TESIS

BORANG PENGESAHAN STATUS TESIS UNIVERSITI MALAYSIA PAHANG BORANG PENGESAHAN STATUS TESIS JUDUL: SOLAR VENTILATION FAN SESI PENGAJIAN: 2010/2011 Saya FARADILLA BINTI MOD YATIM ( 840830-05-5070 ) (HURUF BESAR) mengaku membenarkan tesis

More information

EE-110 Introduction to Engineering & Laboratory Experience Saeid Rahimi, Ph.D. Labs Introduction to Arduino

EE-110 Introduction to Engineering & Laboratory Experience Saeid Rahimi, Ph.D. Labs Introduction to Arduino EE-110 Introduction to Engineering & Laboratory Experience Saeid Rahimi, Ph.D. Labs 10-11 Introduction to Arduino In this lab we will introduce the idea of using a microcontroller as a tool for controlling

More information

Eliakim Bin Che Yaacob

Eliakim Bin Che Yaacob TO DESIGN AND DEVELOP ISLANDING DETECTION INTERFACE SYSTEM FOR PV CONNECTED MICROGRID Eliakim Bin Che Yaacob Bachelor of Electrical Engineering (Industrial Power) JUNE 2013 I admit that I have read this

More information

TRACKING PERFORMANCE OF A HOT AIR BLOWER SYSTEM USING PID CONTROLLER WITH PSO AND HARMONIC SEARCH ALGORITHM ANDY HENG POH SENG

TRACKING PERFORMANCE OF A HOT AIR BLOWER SYSTEM USING PID CONTROLLER WITH PSO AND HARMONIC SEARCH ALGORITHM ANDY HENG POH SENG TRACKING PERFORMANCE OF A HOT AIR BLOWER SYSTEM USING PID CONTROLLER WITH PSO AND HARMONIC SEARCH ALGORITHM ANDY HENG POH SENG This Report Is Submitted In Partial Fulfillment Of Requirements For The Bachelor

More information

BUS ALERT SYSTEM (BAS) MOHAMMAD AZIMI BIN BASARY

BUS ALERT SYSTEM (BAS) MOHAMMAD AZIMI BIN BASARY BUS ALERT SYSTEM (BAS) MOHAMMAD AZIMI BIN BASARY This Report is Submitted in Partial Fulfillment of Requirements for The Bachelor Degree of Electronic Engineering (Telecommunication Electronic) Fakulti

More information

II. BLOCK

II. BLOCK Information Transmission System Through Fluorescent Light Using Pulse Width Modulation Technique. Mr. Sagar A.Zalte 1, Prof.A.A.Hatkar 2 1,2 E&TC, SVIT COE Chincholi Abstract- Light reaches nearly universally

More information

TARGET STRENGTH OF FISH BASED ON ECHOGRAM SYAZRINA BINTI AHMAD SAFAWI

TARGET STRENGTH OF FISH BASED ON ECHOGRAM SYAZRINA BINTI AHMAD SAFAWI TARGET STRENGTH OF FISH BASED ON ECHOGRAM SYAZRINA BINTI AHMAD SAFAWI This thesis is submitted as partial fulfillment of the requirements for the award of the Bachelor of Electrical Engineering (Electronics)

More information

DEVELOPMENT OF DYNAMIC EQUIVALENTS FOR INTERCONNECTED POWER SYSTEMS USING IDENTIFICATION APPROACHES KOK BOON CHING UNIVERSITI TEKNOLOGI MALAYSIA

DEVELOPMENT OF DYNAMIC EQUIVALENTS FOR INTERCONNECTED POWER SYSTEMS USING IDENTIFICATION APPROACHES KOK BOON CHING UNIVERSITI TEKNOLOGI MALAYSIA DEVELOPMENT OF DYNAMIC EQUIVALENTS FOR INTERCONNECTED POWER SYSTEMS USING IDENTIFICATION APPROACHES KOK BOON CHING UNIVERSITI TEKNOLOGI MALAYSIA DEVELOPMENT OF DYNAMIC EQUIVALENTS FOR INTERCONNECTED POWER

More information

OPTIMAL PROPORTIONAL INTEGRAL DERIVATIVE CONTROLLER FOR AUTOMATIC VOLTAGE REGULATOR SYSTEM USING PARTICLE SWARM OPTIMIZATION ALGORITHM

OPTIMAL PROPORTIONAL INTEGRAL DERIVATIVE CONTROLLER FOR AUTOMATIC VOLTAGE REGULATOR SYSTEM USING PARTICLE SWARM OPTIMIZATION ALGORITHM i OPTIMAL PROPORTIONAL INTEGRAL DERIVATIVE CONTROLLER FOR AUTOMATIC VOLTAGE REGULATOR SYSTEM USING PARTICLE SWARM OPTIMIZATION ALGORITHM WAN ZAKARIA BIN WAN HASSAN A project report submitted in partial

More information

MULTILINK LT ENGLISH USER S MANUAL

MULTILINK LT ENGLISH USER S MANUAL MULTILINK LT ENGLISH USER S MANUAL Chapter 1. Installation. 1.1. Safety Rules Please read the safety rules carefully before installing this equipment. 1.- Respect ventilation slots of this equipment.

More information

MITIGATING INTER-CARRIER INTERFERENCE IN ORTHOGONAL FREQUENCY DIVSION MULTIPLEXING SYSTEM USING SCALED ALPHA PULSE SHAPING TECHNIQUE

MITIGATING INTER-CARRIER INTERFERENCE IN ORTHOGONAL FREQUENCY DIVSION MULTIPLEXING SYSTEM USING SCALED ALPHA PULSE SHAPING TECHNIQUE MITIGATING INTER-CARRIER INTERFERENCE IN ORTHOGONAL FREQUENCY DIVSION MULTIPLEXING SYSTEM USING SCALED ALPHA PULSE SHAPING TECHNIQUE NOR ADIBAH BINTI IBRAHIM UNIVERSITI TEKNOLOGI MALAYSIA MITIGATING INTER-CARRIER

More information

Infrared Receiver Module IRM-36xxM Series

Infrared Receiver Module IRM-36xxM Series Block Diagram Pin Configuration 1 2 3 1. OUT 2. GND 3. Vcc Features High protection ability against EMI Circular lens for improved reception characteristics Available for various carrier frequencies Min

More information

BORANG PENGESAHAN STATUS TESIS

BORANG PENGESAHAN STATUS TESIS UNIVERSITI MALAYSIA PAHANG BORANG PENGESAHAN STATUS TESIS JUDUL: ANALYSIS OF CONTROL METHODS FOR BOOST DC-DC CONVERTER SESI PENGAJIAN: 2011/2012 Saya FADZLAN NISHA BIN MUHAMAD NASHARUDIN ( 890902-08-5427

More information

ARDUINO BASED SPWM THREE PHASE FULL BRIDGE INVERTER FOR VARIABLE SPEED DRIVE APPLICATION MUHAMAD AIMAN BIN MUHAMAD AZMI

ARDUINO BASED SPWM THREE PHASE FULL BRIDGE INVERTER FOR VARIABLE SPEED DRIVE APPLICATION MUHAMAD AIMAN BIN MUHAMAD AZMI ARDUINO BASED SPWM THREE PHASE FULL BRIDGE INVERTER FOR VARIABLE SPEED DRIVE APPLICATION MUHAMAD AIMAN BIN MUHAMAD AZMI MASTER OF ENGINEERING(ELECTRONICS) UNIVERSITI MALAYSIA PAHANG UNIVERSITI MALAYSIA

More information

DRAWBOT RADZI BIN NORZAN

DRAWBOT RADZI BIN NORZAN DRAWBOT RADZI BIN NORZAN This thesis is submitted as partial fulfillment of the requirements for an award of the Bachelor of the Electrical Engineering (Electronics) Faculty of Electric and Electronic

More information

RECOGNITION OF EMERGENCY AND NON-EMERGENCY LIGHT USING MATROX AND VB6 MOHD NAZERI BIN MUHAMMAD

RECOGNITION OF EMERGENCY AND NON-EMERGENCY LIGHT USING MATROX AND VB6 MOHD NAZERI BIN MUHAMMAD RECOGNITION OF EMERGENCY AND NON-EMERGENCY LIGHT USING MATROX AND VB6 MOHD NAZERI BIN MUHAMMAD This thesis is submitted as partial fulfillment of the requirements for the award of the Bachelor of Electrical

More information

MULTIPLE RFID DOORS CONTROL SYSTEM SYED MOHD SYUKRIZAL BIN AHMAD KORI

MULTIPLE RFID DOORS CONTROL SYSTEM SYED MOHD SYUKRIZAL BIN AHMAD KORI MULTIPLE RFID DOORS CONTROL SYSTEM SYED MOHD SYUKRIZAL BIN AHMAD KORI This thesis is submitted as partial fulfillment of the requirements for the award of the Bachelor of Electrical Engineering (Hons.)

More information

Electronics Interview Questions

Electronics Interview Questions Electronics Interview Questions 1. What is Electronic? The study and use of electrical devices that operate by controlling the flow of electrons or other electrically charged particles. 2. What is communication?

More information

Mohd Hafizi Bin Ab Rahim

Mohd Hafizi Bin Ab Rahim DESIGN AND DEVELOPMENT OF CURRENT MODE AC/DC SWITCHING POWER SUPPY Mohd Hafizi Bin Ab Rahim Bachelor of Electrical Engineering July 2012 I hereby declare that I have read through this report entitle Design

More information

AMIRUL NUR RASHID BIN MOHAMAD AHYAT

AMIRUL NUR RASHID BIN MOHAMAD AHYAT DESIGN A LINE FOLLOWING MOBILE ROBOT WITH DISTANCE MEASUREMENT AMIRUL NUR RASHID BIN MOHAMAD AHYAT MAY 2008 DESIGN A LINE FOLLOWING MOBILE ROBOT WITH DISTANCE MEASUREMENT AMIRUL NUR RASHID BIN MOHAMAD

More information

DEVELOPMENT OF MONOPOLE SENSORS FOR RICE QUALITY CHARACTERIZATION IN MALAYSIA JAMALIAH BINTI SALLEH

DEVELOPMENT OF MONOPOLE SENSORS FOR RICE QUALITY CHARACTERIZATION IN MALAYSIA JAMALIAH BINTI SALLEH DEVELOPMENT OF MONOPOLE SENSORS FOR RICE QUALITY CHARACTERIZATION IN MALAYSIA JAMALIAH BINTI SALLEH A thesis submitted in fulfilment of the requirements for the award of the degree of Master of Engineering

More information

Infrared Receiver Control Receiver Module EAIRMJA0 & EAIRMJA2

Infrared Receiver Control Receiver Module EAIRMJA0 & EAIRMJA2 Block Diagram Features 1 2 3 4 Pin Configuration 1. GND 2. Vcc 3. Out 4. GND High protection ability against EMI Available for various carrier frequencies Min burst length: 8 cycles Min gap length: 12

More information

FIR FILTER FOR MAKHRAJ RECOGNITION SYSTEM AIMI NADIA AZMI

FIR FILTER FOR MAKHRAJ RECOGNITION SYSTEM AIMI NADIA AZMI FIR FILTER FOR MAKHRAJ RECOGNITION SYSTEM AIMI NADIA AZMI This thesis is submitted as partial fulfillment of the requirements for the award of the Bachelor of Electrical Engineering (Hons.) (Electronics)

More information

DIGITAL DIRECTION SENSING MOTION DETECTOR MANUAL

DIGITAL DIRECTION SENSING MOTION DETECTOR MANUAL DIGITAL DIRECTION SENSING MOTION DETECTOR MANUAL DP-005 GLOLAB CORPORATION Thank you for buying our DP-005 Digital Direction Sensing Motion Detector The goal of Glolab is to produce top quality electronic

More information

DESIGN OF A DEVICE FOR CHECKING THE CONTINUITY IN ELECTRICAL CIRCUIT

DESIGN OF A DEVICE FOR CHECKING THE CONTINUITY IN ELECTRICAL CIRCUIT DESIGN OF A DEVICE FOR CHECKING THE CONTINUITY IN ELECTRICAL CIRCUIT FA IZAH BINTI YA ACOB POLITEKNIK SULTAN SALAHUDDIN ABDUL AZIZ SHAH (yaacob_faiza@yahoo.com ) MASLIZAH BINTI MUNAHDAR POLITEKNIK SULTAN

More information

HL25K INSTALLATION INSTRUCTIONS. Hidden Link Shelf Top Standard IR Receiver

HL25K INSTALLATION INSTRUCTIONS. Hidden Link Shelf Top Standard IR Receiver DESCRIPTION The Hidden Link IR Receiver is a small shelf-top infrared repeater assembly. It includes an IR receiver. a 789-44 Connecting Block, a Power supply, and 4 283D emitters. The Hidden Link IR Receiver

More information

HARMONIC MODELING IN POWER DISTRIBUTION SYSTEM USING TIME SERIES SIMULATION CHE KU FARHANA BINTI CHE KU AMRAN UNIVERSITI TEKNOLOGI MALAYSIA

HARMONIC MODELING IN POWER DISTRIBUTION SYSTEM USING TIME SERIES SIMULATION CHE KU FARHANA BINTI CHE KU AMRAN UNIVERSITI TEKNOLOGI MALAYSIA HARMONIC MODELING IN POWER DISTRIBUTION SYSTEM USING TIME SERIES SIMULATION CHE KU FARHANA BINTI CHE KU AMRAN UNIVERSITI TEKNOLOGI MALAYSIA i HARMONIC MODELING IN POWER DISTRIBUTION SYSTEM USING TIME SERIES

More information

AN FPGA IMPLEMENTATION OF ALAMOUTI S TRANSMIT DIVERSITY TECHNIQUE PUSHPAMALAR MUKILAN

AN FPGA IMPLEMENTATION OF ALAMOUTI S TRANSMIT DIVERSITY TECHNIQUE PUSHPAMALAR MUKILAN i AN FPGA IMPLEMENTATION OF ALAMOUTI S TRANSMIT DIVERSITY TECHNIQUE PUSHPAMALAR MUKILAN A project report submitted in partial fulfillment of the requirements for the award of the degree of Master of Engineering

More information

SYSTEM IDENTIFICATION AND POSITION CONTROL OF PNEUMATIC ACTUATOR USING EMBEDDED SYSTEM TAHA MOHAMMED AHMED SADEQ

SYSTEM IDENTIFICATION AND POSITION CONTROL OF PNEUMATIC ACTUATOR USING EMBEDDED SYSTEM TAHA MOHAMMED AHMED SADEQ SYSTEM IDENTIFICATION AND POSITION CONTROL OF PNEUMATIC ACTUATOR USING EMBEDDED SYSTEM TAHA MOHAMMED AHMED SADEQ A project report submitted in partial fulfilment of the requirements for the award of the

More information

DESIGN OF A MIMO RECTANGULAR DIELECTRIC RESONATOR ANTENNA FOR LTE APPLICATION

DESIGN OF A MIMO RECTANGULAR DIELECTRIC RESONATOR ANTENNA FOR LTE APPLICATION DESIGN OF A MIMO RECTANGULAR DIELECTRIC RESONATOR ANTENNA FOR LTE APPLICATION AMIR MOAZZAMI UNIVERSITI TEKNOLOGI MALAYSIA DESIGN OF A MIMO RECTANGULAR DIELECTRIC RESONATOR ANTENNA FOR LTE APPLICATION AMIR

More information

Electronics Design Laboratory Lecture #10. ECEN 2270 Electronics Design Laboratory

Electronics Design Laboratory Lecture #10. ECEN 2270 Electronics Design Laboratory Electronics Design Laboratory Lecture #10 Electronics Design Laboratory 1 Lessons from Experiment 4 Code debugging: use print statements and serial monitor window Circuit debugging: Re check operation

More information

RC5 Infrared board. EB060

RC5 Infrared board.   EB060 RC5 Infrared board www.matrixtsl.com EB060 Contents About this document 3 Board layout 3 General information 4 Circuit description 4 Protective cover 5 Circuit diagram 6 2 Copyright About this document

More information

Infrared Receiver Module IRM-H8xxM3/TR2 Series

Infrared Receiver Module IRM-H8xxM3/TR2 Series Pin Configuration Block Diagram 1 2 3 4 1. GND 2. VCC 3. OUT 4. GND Features High protection ability against EMI Available for various carrier frequencies min burst length (36/38 khz): 8 cycles min burst

More information

HAND GESTURE CONTROLLED ROBOT USING ARDUINO

HAND GESTURE CONTROLLED ROBOT USING ARDUINO HAND GESTURE CONTROLLED ROBOT USING ARDUINO Vrushab Sakpal 1, Omkar Patil 2, Sagar Bhagat 3, Badar Shaikh 4, Prof.Poonam Patil 5 1,2,3,4,5 Department of Instrumentation Bharati Vidyapeeth C.O.E,Kharghar,Navi

More information

A STUDY ON THE CAUSES OF DESIGN CHANGES EFFECTING THE CONSTRUCTION PROJECT PERFORMANCE NUR ARFAHANEM BT MOHAMAD UMPANDI (AA12204)

A STUDY ON THE CAUSES OF DESIGN CHANGES EFFECTING THE CONSTRUCTION PROJECT PERFORMANCE NUR ARFAHANEM BT MOHAMAD UMPANDI (AA12204) i A STUDY ON THE CAUSES OF DESIGN CHANGES EFFECTING THE CONSTRUCTION PROJECT PERFORMANCE NUR ARFAHANEM BT MOHAMAD UMPANDI (AA12204) A report submitted in partial fulfillment of the rquirement for award

More information

Analysis and Construction of a Robot controlled by a Universal Remote Control

Analysis and Construction of a Robot controlled by a Universal Remote Control International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 10, Issue 11 (November 2014), PP.22-28 Analysis and Construction of a Robot controlled

More information

Infrared Receiver Control Receiver Module IRM-V8xxM3/TR1 Series

Infrared Receiver Control Receiver Module IRM-V8xxM3/TR1 Series IRM-V8xxM3/TR1 Series Block Diagram Pin Configuration Features 1 2 3 4 1. GND 2. Vcc 3. Out 4. GND High protection ability against EMI Circular lens for improved reception characteristics Available for

More information

An Optical Version of WIFI for Indoor Application

An Optical Version of WIFI for Indoor Application I J C T A, 9(15), 2016, pp. 8267-8274 International Science Press An Optical Version of WIFI for Indoor Application P.M. Joel* and S.T. Aarthy** ABSTRACT Visible Light Communication is an efficient bidirectional

More information

SPACE VECTOR MODULATION FOR FIVE-PHASE INDUCTION SPEED DRIVE CONTROL NORAZELINA BINTI KAMISMAN. of Bachelor in Electrical Engineering

SPACE VECTOR MODULATION FOR FIVE-PHASE INDUCTION SPEED DRIVE CONTROL NORAZELINA BINTI KAMISMAN. of Bachelor in Electrical Engineering i SPACE VECTOR MODULATION FOR FIVE-PHASE INDUCTION SPEED DRIVE CONTROL NORAZELINA BINTI KAMISMAN A report submitted in partial fulfilment of the requirement for the degree of Bachelor in Electrical Engineering

More information

A DESIGN METHODOLOGY FOR A SELF-OSCILLATING ELECTRONIC BALLAST AMIRA BINTI MUSTAPA

A DESIGN METHODOLOGY FOR A SELF-OSCILLATING ELECTRONIC BALLAST AMIRA BINTI MUSTAPA A DESIGN METHODOLOGY FOR A SELF-OSCILLATING ELECTRONIC BALLAST AMIRA BINTI MUSTAPA A Report Submitted In Partial Fulfilments of the Requirement of the Degree of Bachelor of Electrical Engineering (Power

More information

THE PRE-SIZING APPROACH OF DC-DC CONVERTER AS THE APPLICATION TO DESIGN A BUCK CONVERTER FOR THE AUTOMOTIVE DOMAIN NOOR SUHADA BINTI AB RAZAK

THE PRE-SIZING APPROACH OF DC-DC CONVERTER AS THE APPLICATION TO DESIGN A BUCK CONVERTER FOR THE AUTOMOTIVE DOMAIN NOOR SUHADA BINTI AB RAZAK i THE PRE-SIZING APPROACH OF DC-DC CONVERTER AS THE APPLICATION TO DESIGN A BUCK CONVERTER FOR THE AUTOMOTIVE DOMAIN NOOR SUHADA BINTI AB RAZAK This thesis is submitted as partial fulfillment of the requirements

More information

OPTIMAL HEAT TRANSFER OF HEAT SINK DESIGN BASED ON ELECTRONIC PACKAGE THERMAL DISTRIBUTION USING COMSOL PACKAGE SOFTWARE

OPTIMAL HEAT TRANSFER OF HEAT SINK DESIGN BASED ON ELECTRONIC PACKAGE THERMAL DISTRIBUTION USING COMSOL PACKAGE SOFTWARE OPTIMAL HEAT TRANSFER OF HEAT SINK DESIGN BASED ON ELECTRONIC PACKAGE THERMAL DISTRIBUTION USING COMSOL PACKAGE SOFTWARE RASHIDAH BINTI ROSLI UNIVERSITI TEKNOLOGI MALAYSIA i OPTIMAL HEAT TRANSFER OF HEAT

More information

UNIVERSITI TEKNIKAL MALAYSIA MELAKA FACULTY OF ELECTRICAL ENGINEERING FINAL YEAR PROJECT II (FYP II) BEKU 4973

UNIVERSITI TEKNIKAL MALAYSIA MELAKA FACULTY OF ELECTRICAL ENGINEERING FINAL YEAR PROJECT II (FYP II) BEKU 4973 1 UNIVERSITI TEKNIKAL MALAYSIA MELAKA FACULTY OF ELECTRICAL ENGINEERING FINAL YEAR PROJECT II (FYP II) BEKU 4973 SOLAR FARM POWER DISTRIBUTION MONITORING SYSTEM Rosmarni Binti Tajol Asnan Bachelor of Electrical

More information

Shock Sensor Module This module is digital shock sensor. It will output a high level signal when it detects a shock event.

Shock Sensor Module This module is digital shock sensor. It will output a high level signal when it detects a shock event. Item Picture Description KY001: Temperature This module measures the temperature and reports it through the 1-wire bus digitally to the Arduino. DS18B20 (https://s3.amazonaws.com/linksprite/arduino_kits/advanced_sensors_kit/ds18b20.pdf)

More information

TO DESIGN AND FABRICATE A MOVABLE MULTIFUNCTION TABLE MOHAMAD ILME BIN AHMAD BAHRI. Report submitted in partial fulfillment of the requirements

TO DESIGN AND FABRICATE A MOVABLE MULTIFUNCTION TABLE MOHAMAD ILME BIN AHMAD BAHRI. Report submitted in partial fulfillment of the requirements TO DESIGN AND FABRICATE A MOVABLE MULTIFUNCTION TABLE MOHAMAD ILME BIN AHMAD BAHRI Report submitted in partial fulfillment of the requirements For the award of Diploma in Mechanical Engineering Faculty

More information

NURUL AFIQAH BINTI AZIZ

NURUL AFIQAH BINTI AZIZ i TWO STAGE AMPLIFIER DESIGN FOR UHF APPLICATION (460MHZ-530MHZ) NURUL AFIQAH BINTI AZIZ This Report is Submitted in Partial Fulfillment of Requirement for the Bachelor Degree of Electronic Engineering

More information

9 0 3 V 1-5 A. Application Guide. Parts Number Designation. IR Receiver Products Line-up & Features. IR Receiver Products Available Carrier Frequency

9 0 3 V 1-5 A. Application Guide. Parts Number Designation. IR Receiver Products Line-up & Features. IR Receiver Products Available Carrier Frequency Parts Number Designation R 9 0 3 V 1-5 A D Receiver Modules [PACKAGE Configuration] - Transfer Type [20,21, 80, 81, 90, 91 ] - Casting Type [30,31, ] - SMD Type [12, 2IN1, 70] [PD Spec.] 4 : Special 5

More information

IMPROVING THE DOCUMENTATION OF USER S REQUIREMENTS FOR E-SERVICE SYSTEMS USING SERVICE RESPONSIBILITY TABLE IBRAHIM SALIHU ANKA

IMPROVING THE DOCUMENTATION OF USER S REQUIREMENTS FOR E-SERVICE SYSTEMS USING SERVICE RESPONSIBILITY TABLE IBRAHIM SALIHU ANKA IMPROVING THE DOCUMENTATION OF USER S REQUIREMENTS FOR E-SERVICE SYSTEMS USING SERVICE RESPONSIBILITY TABLE IBRAHIM SALIHU ANKA A dissertation submitted in partial fulfillment of the requirements for the

More information