Bio
I’m Ben Morrissey, a second-year student at Georgia Tech.
I’m exploring the intersection of software and hardware -- and how theoretical concepts can be applied in real life. I enjoy combining creativity and logic to solve problems. Some of my other interests are basketball, soccer, weightlifting, chess, watching TV shows, skiing, playing guitar, and reading.
My goal with this portfolio is to document my journey as an engineer, offering detailed demos but also a more personal look into how my experience has shaped my approach to problem-solving, and my life in general. I like to keep the more rigorous technical details to my resume and GitHub.
Projects
Spinning Robot
Created a spinning robot with Raspberry Pi Pico and Python. It features real-time directional control via angle input and calculates the shortest path. (one wheel rotates, the other moves it forward). I implemented calibration algorithms to convert PWM duty cycles to consistent wheel speeds. This project served as an intro to embedded software development and electronics -- and I'm excited to do more complex Raspberry Pi projects in the future!
Watch Demo View Code
Dotify ⠙⠕⠞⠊⠋⠽
Awarded 2nd place in HackGT for hardware with Dotify, an AI-powered Braille label printer. I led frontend (TypeScript), backend (Python, Gemini API integration), and collaborated on firmware development (C++) for servo control and Braille embossing. I learned a lot about software development, AI, and embedded systems. It was my first hackathon (36 hours) and I had a lot of fun.
Watch Demo View Code See more
TOAD (Terraforming, Oxygenation, and Agricultural Droid)
This was a hackathon project with a couple of my good friends. We created a remote-controlled robot that can dig a small hole in the soil and then dispense a couple seeds when a button is pressed. I think our video is a pretty fun watch, I would recommend checking it out.
Watch Demo View Code See more
Poker CLI (In progress)
A project I have begun in summer '26, to hone my skills in C. It's been a challenge to create poker without object-oriented programming. My goal is to have a fully functional executable that can receive updates, have advanced bot play, and eventually multiplayer using ssh.
View Code