Report Format and Writing Guidelines_2024f
Report Format and Writing Guidelines_2024f
ELEC1100
< Project Report Format and Writing Guidelines >
**Submission Deadline: upload to your Canvas LA1/LA2/LA3 page before 10:00am (in
the morning) on Nov 28 (Thu).
In this assessment, you are allowed to use any kind of tools, sources and references to aid you.
However, your report should be your own work and not copied from elsewhere.
Both of your code and report will be used to conduct the plagiarism check.
Copying from others will result in a mark penalty or failing this course.
REPORT FORMAT
Page Setup
- A4 paper size, with margins of 1" (2.54cm) all around, portrait.
Paragraph
- Ensure that single line spacing is applied uniformly throughout the entire report.
Length
- Min. 1,200 words, and max. 6 pages (include tables and diagrams).
2024 FALL 1
REPORT CONTENTS
Your report contents should include the followings:
- Include a brief description of what you did. Someone not familiar with ELEC1100
project should be able to understand what you have done after reading your
introduction. You may include a photo of your robot car or the demo mat with no less
than 100 words for your introduction section.
Here you will need to fully describe what you have built. Include the followings:
You may choose to explain your control logic in words or create tables to list the key
values for each combination of inputs (sensors and counters) and their corresponding
outputs (motor control signals).
- Logic-flow chart:
Draw a logic flow chart to display your designed control process when writing the
conditional statement code, you may include the key functions you used for coding or
part of the code to explain more about your logic flow; you may also introduce your
self-defined functions used to optimize the control structure.
- PWM values:
Describe the PWM values (i.e. a low value or a high value and how these values affect the
car motions) you choose to use in your analogWrite functions; explain if you ever
changed these values between your submitted code versions and summarize if such
changes helped in your demo trials; also explain if any additional coding sections you
added after lab#06 to control/change the motor speed automatically at/after certain task
point on the demo mat, or explain why not having one.
During your project, you should have encountered numerous bugs and defects, such as bad
wire connections, broken ICs, pin misalignment, and error codes on Arduino Nano-board.
Describe at least two cases that you encountered a bug during the project.
Describe clearly: (1) what happened, (2) how you identified the source of the problem, (3)
how you fixed it, with no less than 100 words for each bug description.
2024 FALL 2
[Results & Conclusion] (0.6 point)
Here you should do a self-evaluation of your performance at ELEC1100 labs & project to
recognize the faults, weaknesses, and strengths of yourself.
- Which part did you perform very well? Which part did you perform poorly? (circuits
building, logic thinking, Arduino coding, debugging, writing lab summary, etc.)
- What do you think works well in your project code? What works poorly? What does not
work?
- Did anything unexpected happen during the project period? How did you fix it?
Lastly, make a conclusion on your project and your experience with this robotic course.
2024 FALL 3