Writing robot arm section

This commit is contained in:
Sharwin24 2025-01-14 11:41:26 -06:00
parent 48617c843b
commit 0423bed954
2 changed files with 15 additions and 4 deletions

View file

@ -43,6 +43,7 @@ The Arduino Nano handles I/O control for the 4 button panels which enable player
<img src="system_overview.png" alt="System Overview" style="border-radius: 15px;">
</div>
<!--
## Design Reviews
### Card Dealer (Turret)
@ -57,4 +58,5 @@ The Arduino Nano handles I/O control for the 4 button panels which enable player
### Button Panel
### Game Display
### Game Display
-->

View file

@ -1,7 +1,7 @@
---
title: "Educational Robot Arm"
date: 2024-01-05T09:00:00+00:00
description: Introduction to Sample Post
description: Educational Kit for Introductory Robotics
hero: images/kavar_background.jpg
author:
image: /images/sharwin_portrait.jpg
@ -10,6 +10,15 @@ menu:
name: Educational Robot Arm
identifier: robot-arm-edu
weight: 4
tags: ["Basic", "Multi-lingual"]
tags: ["3D Printing", "Arduino", "C++", "MATLAB"]
# categories: ["Basic"]
---
---
An educational kit designed to teach the fundamentals of kinematics and dynamics. The kit is intended to accompany the course ME3460: Robot Dynamics & Control at Northeastern University. The kit is a physical representation of the final project, which is currently done purely through MATLAB simulation.
## Kit Design
The entire kit is composed of 3D printed parts, and off-the-shelf hardware/electronics. Students can assemble the kit without any soldering and with minimal tools.
<div align="center">
<img src="assembly_instructions.png" alt="Assembly Instructions" style="border-radius: 15px;">
</div>