Order Now
Electronics engineer CDR sample

Career Episode 2 on CDR Sample Electronics Engineer

INTRODUCTION

[CE 2.1]

Chronology: Feb 2014- May 2014
Organization: Gujarat Technological University, Gujarat, India
Position: Undergraduate student- Electronics and Communication Engineering
Project: IR based Underwater Communication System
Professor: Saurabh Chaudhary

The project of “IR based Underwater Communication System” was one of the projects I had worked on during my final year. This was also a group project, and our team comprised of three students in total. We used 8051 microcontroller in this project as well. This project helped me to understand communication engineering in more depth. My team and I were guided by our professors during each stage of this project.

BACKGROUND

[CE 2.2]

The success of “Door Locking System” was a major boost to my morale, and I gained a lot of confidence in my technical skills. Coincidentally, I had to prepare a group project during my final year and so I and my team members decided to work on this project. Another reason to choose this particular project was that I had developed interest in the field of communication engineering in the last few years. Therefore, this project was a good opportunity for me to explore the field. We discussed the feasibility of the project with our teacher and started off with it.

[CE 2.3]

We got a positive feedback from our professors, after our meeting. They were willing to help us during the project, if required. By that time, we had enough clarity of what we had to do. Next step was to plan of how to do it. We divided the tasks amongst oursel.
My major tasks during this project were:

  • Identifying the various milestones to be achieved during project.
  • To carry out industrial survey and internet research.
  • To arrange the hardware to be used in the project and to have a rough estimate of the total cost of the project.
  • Hardware assembly of the project.
  • Programming the hardware for desired working.
  • Testing the project (both hardware and software) for any errors.
  • Preparing reports and final draft to be presented before the panel and our instructor.

PERSONAL ACTIVITY AREA

[CE 2.4]

In the initial phase, I called a group meeting and discussed my ideas with my team members, which were accepted by everyone. I made a plan of how to approach this project; I created multiple milestones to be accomplished and divided the tasks amongst ourselves such that everyone got to do what they were comfortable in doing. Since the idea of update reports had been useful during our previous projects, I decided to do the same in this project as well.

[CE 2.5]

Internet search and industrial survey was my first task in the project for which I browsed various websites, read numerous books, visited local industries and vendors, and consulted my professor and seniors. Each day of research proved effective and I soon finalized the hardware that was to be used in the project.

[CE 2.6]

Through my research, I chose the hardware that was both economical and efficient; performance wise. The main component used was 8051 microcontroller along with capacitors, diodes, and other passive components.
The major components of the project were:

  • 8051 microcontroller IC (AT89C51) (Fig. 6)
  • Diodes and transformer for rectifier circuit
  • Regulator IC (IC 7805)
  • IR Led (Sensor) (Fig. 7)
  • LCD display
  • Computer Keyboard
  • Passive Components like resistors, capacitors, etc. of varied values
  • Connecting wires

The total cost of the project was estimated to be Rs. 3000. I compiled together all the research done by my team, the components, estimated the cost of the project and drafted it into the first update report for my project supervisor.

[CE 2.7]

Before the hardware assembly of the circuit, it was important to understand it’s working. For better understanding, I divided the circuit into various parts that are visible in the block diagram in the fig. 8 below.

The major parts of the circuit were:

  • Power Supply: The Power Supply contained of 220V AC power from the mains, the bridge rectifier circuit, and the regulator IC 7805. The AC supply was stepped down from 220V to 12V via the transformer, then changed to DC via the bridge rectifier circuit, and then further changed to 5V DC power supply using capacitor filter and IC 7805 circuit. It is then used to power the various parts of the circuit as seen in the diagram.
  • IR sensor: These were used to send and receive the IR signals and played an important role in demonstrating underwater communication.
  • Keyboard: It was used to enter the message to be transmitted. This project used normal computer keyboards.
  • Display: The LCD was used to display the messages to be sent and all types of acknowledgements and error messages. This project used 16x2 LCD.
  • Control Section: 8051 microcontroller was used to control diverse parts of the circuit.

The working was as follows: The transmitter keyboard was used to enter the messages to be sent. This message was sent to transmitter side 8051 that transmitted it via IR transmitter. The IR receiver of the receiver circuit received the signals and sent it to receiver’s 8051. The receiver side then displayed the message on it’s LCD along with it’s acknowledgement. In case the message was not sent error messages were displayed on LCD.

[CE 2.8]

The next step included the hardware assembly of the circuit. For this I referred to block diagram (fig. 8) while making connections. I connected the LCD in a 4-bit mode with 8051. The lower three pins of the Port1 of 8051 were connected with RS, RW and EN pin of the LCD whereas the upper four pins were used for sending data (D4-D7). The IR sensors were interfaced via Port2 of 8051 and the keyboard was connected via USB controller that was interfaced via Port0 of 8051.

I completed the hardware connections. I took care of all due precautions during the assembly, for example, correct orientation of the component, grounding all the components, checking for loose connections, etc.

Once the hardware was ready, I prepared a second update report that summarized all the work done till then and was submitted to our professor. He was happy with the progress and further encouraged us to work on the project. Then I started working on the program code of the hardware using Kiel Uvision software (fig. 9).

[CE 2.9]

I used C programming language for programming the hardware. I created many functions according to the component requirements and called them in function void main as per the requirements. Example, void delay was used for adding delay in the code, void cmd and void data were used for command and data register settings of 8051, void initialize was used to initialize the LCD, etc. All these functions were compiled together into a single C program and then converted into Hex file. This Hex file was then burned into 8051 via appropriate software and programming board and cable.

Some of the code snippets were:
Void initialize () { cmd(0x02) ; cmd(0x28); cmd(0X0e) ; cmd(0x01) ; } Void delay (int i) { int i, j; for (i=0; i++) }

the next step was testing of project.

[CE 2.10]

For testing, I arranged the two circuits in a way that they were lined together with two water beakers in between. Now, if the message typed was successfully received, an acknowledgement signal was sent by the receiving side and displayed on the LCD, else, “message failure” was displayed on the sender side. So, I first kept the two water beakers in between such that they obstructed the Line of Sight (LoS) of IR communication (explained in fig. 10). In this case, no message was received. When the error was rectified, i.e. the circuits and the beakers were correctly placed, messages were successfully sent and displayed. Thus, the project successfully demonstrated the concept of underwater communication.

[CE 2.11]

As a part of the project, I prepared one final draft summarizing the various milestones achieved by us during this project, their pros, cons, future scope, improvements, and what I had learned during the project. My leadership qualities were highly praised by my project supervisor. My efforts were highly appreciated and my team was able to secure good marks in this project.

Summary

[CE 2.12]

As a first project on wireless communication, this project was a good learning experience for me. It laid the foundations of my interest in the field of Communication Engineering. I was also able to further enhance my social skills, technical skills, etc. to a good extent. This project turned out to be a platform for me to showcase my skills and talent at a good scale and to further enhance my knowledge of core electronics and communication systems.

Top 10 Reasons to choose MyCDRHelp.com

We hold the apex position in providing services regarding CDR writing for engineers Australia. We are known to have very high success records for consistent team of professional writers having years of experience in the field of CDR preparation. We provide the best and trusted service for CDR writing and reviewing of all kinds of engineering disciplines. We provide services for career episode writing, plagiarism check and removal etc.

  • Each section of the CDR is presented in a coherent form, while taking in account the pre-eminent features.
  • The summary statement for the applied occupation is given special attention, as it is the most proficient aspect of the CDR.
  • Utmost emphasis is laid on the various sections of the CDR, from introduction to Summary, in order to ensure that every segment is presented precisely.
  • Preparation of CDR is done by a comprehensive evaluation of the projects in order to provide details to cater to the requirements by Engineers Australia for Australian immigration Competency Demonstration Report.
  • Technical jargons are avoided and each error is corrected as well as any inadequacy is taken care of within the required time duration for the CDR to be approved by EA.
  • Each section of the CDR is assessed as per the standards laid down by MSA (Migration Skill Assessment Booklet) in order to provide meticulous CDR.
  • MyCDRHelp.com ensures the client that they will be provided with the best quality CDR, that abides by the Australian immigration standards framed by Engineers Australia.
  • The qualified connoisseurs apply an analytical process so that the achievements of the clients are in accordance with their desired position and educational lineup.
  • Appropriate Australian English is used by the professional writers to write the content of the CDR to make it affluent.
  • It is made sure by the professionals of MyCDRHelp.com that CDR complies with the Australian standards and consists of the desired characteristics of the required profession of the client.

Should you need any further information, please do not hesitate to contact us.

[email protected]

Contact: +61-4-8885-8110

WhatsApp: +61-4-8885-8110

(Australia, USA, UK, UAE, Singapore, New Zealand)