-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmechatronics.html
More file actions
28 lines (22 loc) · 1.28 KB
/
mechatronics.html
File metadata and controls
28 lines (22 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
layout: post
title: "MAE 3780: Mechatronics Cube Crazy Robot"
background: '/images/portfolio/Mechatronics.jpg'
---
<p>
For the final project in MAE 3780: Mechatronics, we were tasked with creating a robot that ran on an Arduino microcontroller and autonomously
collected blocks while competing against another robot from our class. All the code was written in C, and we used a color sensor to determine what side of the
board we were on and prevent driving out of bounds. We also had laser-cut acrylic arms to help us hoard cubes.
</p>
<img class="img-fluid" src="images/portfolio/mechatronics/team-pic.jpg" alt="Team Pic">
<span class="caption text-muted"> A picture of me and my wonderful teammates (and meche besties), Evelyn and Alex! </span>
<p>
You can find our final report below, plus a video of a match!
</p>
<video width="640" height="480" autoplay muted>
<source src="images/portfolio/mechatronics/match-vid.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<object data="images/portfolio/mechatronics/Mechatronics Final Report.pdf" type="application/pdf" width="80%" height="60%">
<p>Mechatronics Robot Report <a href="images/portfolio/mechatronics/Mechatronics Final Report.pdf">PDF</a></p>
</object>