December 19, 2022
Applying the knowledge of embedded systems to program an EV3 robot to complete various tasks.
Overview
As part of my Embedded System Design course, I was tasked with completing various tasks using EV3 robots and Python in a group of 3 people. The tasks were as follows:
- Analysing the robot’s sensors and recording the data.
- Testing the motors to determine rotation speed and accuracy.
- Developing a spot finding robot and testing it.
- Developing a line (with gaps) following robot and testing it.
- Developing a line (without gaps) following robot and testing it.
- Devloping a maze solving robot and testing it.