Kevin Heyer
I am an electrical EIT and recently graduated from British Columbia Institute of Technology with a bachelors in Electrical Engineering and a diploma in Mechatronics and Robotics. I have a passion for all things hardware and low level programming such as FPGA’s, PCB design, and embedded programming.
I worked for two years assembling and testing PCBA’s, a summer designing and testing PCB’s for Zaber Technologies, and a semester working as an assistant lab instructor at BCIT.
Kalman Filter Xilinx
To refresh and enhance my SystemVerilog skills, I decided to implement a floating point based Kalman Filter. The floating point math and the matrix math was all done from scratch. Currently, the RTL is capable of adding and multiplying floating point based matrices. I do not have a current use for a Kalman filter which means that this project is done for now.
D Class Amplifier
The D class amplifier was designed with Christopher for our Advanced Circuit Analysis class for our third year at BCIT. The circuit involves an op-amp based voltage controlled oscillator to convert the analog signal into pulse modulation. This was then followed by a MOSFET based amplification stage going to a LC filter to iron out the output.
BLDC first attempt
This was the first attempt at creating a brushless motor driver which somehow led to a successful implementation by FaustOEM. This implementation used a very basic period modulation to achieve changes in velocity.
openCV Maze Navigation
Designed and built for the Electronics System Design course with Christopher. This project involved using the raspberry Pi and its camera to navigate through the maze by detecting the red and green markers. The image detection was written in python using openCV.