Lesson Aims:
Follow designs to build a system.
Create a program to meet requirements.
Test a solution.
Consider suitable improvements that could be made to a system.
A
|
M
|
S
|
Learning Aims (what the learner will be able to do)
|
/
|
Build a system with 4 sensors
| ||
/
|
Consider how you will make your code readable
| ||
/
|
Consider how you will make your code good quality
| ||
/
|
Use a detailed test table
| ||
/
|
Identify the advantage of version control
| ||
/
|
Write a program to meet requirements
| ||
/
|
Identify improvements your system could have
| ||
A
|
M
|
S
|
Learning Objectives (skills, knowledge & attitudes)
|
/
|
Be able to connect lego parts together
| ||
/
|
Create a robust robot following a design.
| ||
/
|
Consider accessibility when building a robot
| ||
/
|
Carryout suitable tests
| ||
/
|
Consider weaknesses in a design/solution
|
Hello!
Today has been stressful and frustrating. I had spent almost the entire day on re-tuning my robot again and again, this has been a struggle due to it working yesterday and not today, bizarre.
A strength of today was being able to test my robot clearly, identify where it goes wrong and attempt to improve it. John has also supported and assisted me in creating a failsafe, which worked slightly, but then I scrapped it and decided to make the robot go straight as the robot tend to go off course on the right side, correction will make it go left and then the motors will go forward -- however the issue is that the robot does not go out of failsafe when the robot's light sensor lands on the actual white line, and I cannot understand why as it keeps going straight and past it, these were my weaknesses. Another issue I have is that the motor's speed change, sometimes it's quicker and sometimes it's slower, I blame the battery but it must also be my code.
At the end of the day, I got my robot observed. I had made sure it goes round a few times before I show it to John, however when he actually looks that's when the robot messes up. I refer to my code and I cannot comprehend what causes these distortions, and therefore experimented with the values. Eventually, the robot almost managed to go round the course -- it was very very close but the failsafe set off and like again, the above issue took place where it will constantly loops despite it being in a void.
Nonetheless, the day had been tough but what's done is done. I am looking forward to my weekend and getting back to work on Monday!