Hi, I'm Kristian Sloth Lauszus, an Electrical Engineer.
I have a passion, drive and skill set in the field of Electrical Engineering. My main interests are embedded devices and control systems. -- about me

Highlighted projects

Face Recognition using Eigenfaces and FisherfacesIn this project I developed an Android application with Jonathan Wang at UIUC demonstation face recognition using Eigenfaces and Fisherfaces. Blog post: https://blog.tkjelectronics.dk/2017/07/face-recognition-using-eigenfaces-and-fisherfaces Library: https://github.com/Lauszus/FaceRecognitionLib Android app: https://github.com/Lauszus/FaceRecognitionApp Read more

Painting with dronesThe purpose of this project was to come up with an interactive demonstration for the Pygmalion Festival 2016 at UIUC. The end result was a demo where an Android device was given to the visitors, each visitor could then draw any continuous path on the Android device. The x,y-coordinates would then be uploaded to the cloud and a trajectory based on Bézier curves would be generated using a Python script. Finally ROS was used to control a small drone. Camera software was then used to highlight the brightest light in the scene, in this case a LED on the drone.... Read more

Raspberry Pi playing ZomBusterBlog post: https://blog.tkjelectronics.dk/2016/08/raspberry-pi-playing-zombuster Github: https://github.com/Lauszus/ImageAnalysisWithMicrocomputer30330 Read more

Development of an Autopilot for a Small Fixed-Wing Unmanned AircraftThe goal of this project was to develop the navigation and guidance system for an autopilot for a small fixed-wing unmanned aircraft. The navigation system, which is implemented as a Kalman filter, used the attitude and sensor measurements from accelerometer, GPS, airspeed sensor and barometer to estimate the position and velocity of the aircraft along with the wind speed. The guidance system was implemented as a Dubins path and vector fields which takes a set of waypoints and an estimate of the position and outputs set-points for the low level controllers on the airplane in order to make it follow... Read more