/* I'm Logan Cudia, an aspiring software engineer located in Chicago, IL */
/* I currently attend UIUC as a Computer Engineer */

Nice to meet you, let's connect!

self_portrait

About Me

Hey! My name is Logan Cudia. I am a current computer engineering undergrad at UIUC. I am a gym-enthusiast who loves watching basketball and listening to music in my free time.


I've always been interested in how technology can innovate the world and affect human interactions. I am fascinated by the current capabilities that computing technology holds and am passionate to learn how to utilize them in the world. My current coursework and project experience has led me to develop interests in AI, FPGAs, and IoT systems.

This is my technology stack

Html Logo
HTML
CSS Logo
CSS
JavaScript Logo
JavaScript
SQL Logo
SQL
Python Logo
Python
C Logo
C
React Logo
React
C++
C++
AWS
AWS
Node.JS
Node.JS
MongoDB
MongoDB
ASM
Assembly

Here's some of my work!

  • EV Concept project

    IoT Security System

    Designed an IoT Security System using WSN Star Topology composed of Raspberry Pi 4, Nvidia Nano Jetson, and Google Cloud Platform. Utilized 3 Raspberry Pi 4's to act as edge nodes that run object detection and facial recognition through live feed while supporting customizable hardware including fingerprint sensor, RF ID module, and electric lock. Implemented GCP to cross reference allowed users for face recognition and connection of devices using WiFi. Created a sink node using the Jetson Nano that processes all information sent from Raspberry Pi's and their ML models. Supported by Google Coral Accelerator for ML processing and MQTT communication between devices.

  • EV Concept project

    Wheel Speed Encoder Board

    Designed my circuit board that uses a STM-32 microcontroller and hall effect magnetic sensing to track the RPM of a prototype electric vehicle through EV Concept. Currently developing and updating the microcontroller instructions to relay the data through a CANBus connection to our driver headboard.

  • EV Concept project

    Slicing Tree Floorplan

    Created a slicing tree floorplan to simulate the partitioning of circuit modules within VSLI design. Used intput data from a text file and implemented features which includes tree queries, conversion of 2D floorplan to 1D postfix expression, and tree modifiers.

  • EV Concept project

    Fire and Smoke Detector

    Implemented a Fire-Alarm-System with OpenCV and HSV color algorithim to successfuly detect fires from video data or live camera input. This program is also automated to turn on an alarm whenever a fire or smoke is detected and send emails to near by fire departments.