Week 2: Computer-Aided Design (CAD)

Assignments

Ancora

My final project name is "Ancora" , a device that monitors the heart rate of its user to detect if the person is having a panic attack in order to guide them to their calmness. The inspiration for this project came from my interest in helping my closest people who struggle with anxiety and panic attacks.

Final Project Sketch 2

Sketch of Ancora project

3D model creation

Onshape

First, I gave Onshape a try and liked that I didn’t have to download any software; however, the downside is that the computer must be connected to Wi-Fi. After that, I tried SolidWorks, where I felt more comfortable.

My first attempt using Onshape
My first attempt doing a 3D model using Onshape

SolidWorks

I already knew how to use SolidWorks from previous projects, which allowed me to create a 3D model of my final project in a short amount of time. I used the computers at my university to develop this model. First, I designed the base of the device, which will hold the heart rate sensor and the straps.

My first step in SolidWorks

Then, using the symmetry command, I mirrored the strap attachment feature to the opposite side of the base.

My second step in SolidWorks

Finally, I created the holes where the sensor will be placed, as well as an additional hole to route the wires to the other side.

My final step using SolidWorks

Compressing Images and videos

I love img

I use I love img to compress the majority of my images to reduce their file size without losing quality.

I love img
Click on the image to go to the website I use to compress my images

FFmpeg

FFmpeg is a powerful command-line tool for video and audio processing. I use it to compress my videos.

Here is a short tutorial on how to download the program and compress a video.

Click here to go to the FFmpeg official website

Recipe

.\ffmpeg -i input.mp4 -vf "scale=-2:720" -c:v libx264 -preset slow -crf 30 -pix_fmt yuv420p -movflags +faststart -an output_new.mp4

Notes