Industrial FABLAB UCuenca

Week 1 – Project Management

Fab Academy Initial Planning and Documentation

Repository Creation – Step by Step Guide

1. Install Git

Download Git from https://git-scm.com and install it.

git --version
Arduino Download Page

2. Create GitLab Account

Create account and new project repository following Fab Academy naming conventions.

Arduino Download Page

3. Initialize Repository

git init
Arduino Download Page

4. Configure User

git config --global user.name "Your Name"
git config --global user.email "your@email.com"
    

5. Add Files

git add .
Arduino Download Page

6. First Commit

git commit -m "Initial commit"

7. Connect Remote

git remote add origin https://gitlab.com/username/repository.git

8. Push

git push -u origin main

9. website

url: https://fabacademy.org/2026/labs/zoi/students/rodrigo-guaman/index.html 
Arduino Download Page

9. Weekly Workflow

git add .
git commit -m "Week update"
git push
    

Final Project Review – Evaluation Criteria

Project Title

Development of Didactic Prototypes for Engineering Learning Using a STEM and Design Thinking Approach.

Project Description

The final project aims to design and fabricate educational prototypes integrating digital fabrication, embedded electronics, programming, and mechanical design to enhance engineering learning. Sketch: Arduino Download Page

Digital Fabrication Processes Involved

Electronics Integration

Programming and Control

Innovation and Impact

The project promotes active learning, critical thinking, and hands-on experimentation, contributing to innovative educational methodologies in engineering.

Arduino Download Page Arduino Download Page

Feasibility Analysis

Aspect Status
Technical Feasibility Validated
Fabrication Feasibility Validated
Time Planning On Schedule
Material Availability Available

Final Checklist – Week 01

Requirement Status Evidence
Final project idea described ✔ Completed Final Project Review Section
Sketch uploaded ✔ Completed Project Documentation
Website created ✔ Completed HTML Structure
Git repository configured ✔ Completed Repository Section
Version control demonstrated ✔ Completed Commit History
Final project feasibility reviewed ✔ Completed Evaluation Criteria Table