2021 Graduation Photo

Johnas Wong

I'm a Computer Engineering 2021 Graduate from the University of Alberta who's eager to code. Welcome to my webpage, enjoy your stay!




My Projects

I've worked on many different types of projects over the years. Check some of them out!

Direct Time of Flight Imaging System

A LiDAR distance processing prototype that was able to determine the distance of objects from the system in real time. The range of processed objects was adjustable, and the calculated distances were displayed to the user. The prototype was created using a AD-96TOF1-EBZ Evaluation Kit, Zybo Z7 FPGA board, and Raspberry Pi 3. This project was completed for our Capstone and was given to our client at the end of the project's timeline.

C++ VHDL
Team-Project Prototype

Pseudo Task Manager

This project is my task manager like managing system that can detect and list all currently open applications, and is able to select a program of the user's choice. It displays the applications' process ID and name. Currently there are no further actions with the selected application, but desired features is to have the option of minimizing, maximizing, or killing the selected program.

Makefile C++
Individual-Project Hobby-Project

Profile Picture App

Originally a small application to test picture taking and uploading capability for the Driving App, this test app was built to try and create a working profile picture system. It used and accessed the Firebase Real-Time Database to store uploaded images to the cloud and to retrieve the user's current profile picture when called. This app successfully performed these tasks and was implemented into the Driving App.

Android-Studio Firebase-Real-Time-Database Java XML
Individual-Project Android-Application