Notable projects

A brief sample of projects that have allowed me to demonstrate my
engineering, digital, circuit, and programming skills.

Analysis of Activities based
on a Single-Shoe Equipped with Force Sensors

I created a pressure sensing smart-shoe out of velostat material and an embedded system. I then collected data of movements from different physical activities before using this data to train a decision tree model for real time activity detection. [View Repository]

Publication: Kaleb Key, Spencer Mason, Billy Kihei, “Analysis of Activities based on a Single-Shoe Equipped with force Sensors”, in IEEE Smart Cities Conference 2021, 7-10 Sept. 2021.

Consumer Facing Smart Shoe Controlled by Embedded System

For my undergraduate senior design project I created a smart shoe with integrated sensors and actuators (accelerometer,weight sensors, ultrasonic sensor, vibration motor.) as well as inductive charging capabilities.
My role on the team was the design architech. I designed the hardware system and sensor layout, whcih involved designing the circuits and positioning of the components. As well as the software system layout, which involved organizing the system drivers and scripts. [View Repository]

Two Player reaction game programmed
onto FPGA in VHDL with VGA output

Using VHDL and the Basys-3 Artix 7 FPGA I created a game where two players race to hit the switch corresponding to a random light lit up on the board. The current winner is displayed out through VGA signal as either red or blue. [View Repository]

Python Based Point of Sale System

Used Python to write an application that serves as a text based POS system that organizes data and creates an order log for the user.[GUI in progress] [View Repository]

Other Noteworthy Projects

Additional projects and projects in progress

  • Memory Game

    Wrote an application in C that used the built in LEDs of an STM32l4 board to flash the lights in a random pattern and then determined if the users input was the same with a green or red flash.[View]

  • Rental Car System

    Wrote an application in C++ that allows employees of different levels to operate a rental car application which checks out cars based on various factors. [in progress] [View]

  • Self-Watering-Plant

    Created an application in python and embedded system that utilizes a electric water pump, and soil moisture sensor to automatically water a plant. [in progress] [View]

  • Pocket Closet Application

    Created an IOS application written in Swift that allows a user to take photos of their clothes, categorize them, and archive them. So that the user would then be able to create outfit combinations from their phone. [in progress]