SoundShare is a platform for studio musicians, bedroom producers, and music enthusiasts to collaborate regardless of geographical location. Users will be able to host projects and have their friends or colleagues add content to that project. This gives creatives a way of furthering their art without having to travel to record with their bandmates.
VSTech's SmartPatrol computer-vision technology provides real-time monitoring of high risk zones at ski resorts to reduce preventable accidents and provide better incident reporting and usage statistics for report operators. I designed a client facing web portal to give users useful insights about the data being captured.
Extra2048 recreates the classic game but its extra. This version using a new age dark themed UI and allows players to choose from a variety of different number bases. Fun for the whole family!
A snake game written in C to run on the ARM based LPC1760. This game demonstrates elements of real-time programming by implementing various threads managed by a series of semaphores. This game makes use of several peripherals such as an LCD, LEDs, Push Buttons and a joystick.
This cochlear implant simulation demonstrates various signal processing techniques. It works by filtering a given signal over n number of bands using IIR filtering, generating envelopes using lowpass filtering and stitching samplez back together using amplitude modulation.
An implementation of message queuing simulating communication between server and clients using the LPC1760 board. This code creates multiple client/server threads and manages their communication to ensure a steady flow of messages being processed from each client.