Logo
Jarid Vreysen
Geïntegreerde Proef

Mijn GIP

Schooljaar 2025-2026

Beste lezer, Het uitwerken en beschrijven van mijn vier projecten is voor mij een hele ervaring geweest, en ik deel graag met jullie al mijn opgedane kennis en inzichten. Ik wil in de eerste plaats meneer Gratessolle en meneer Meyers bedanken. Ze lieten me genoeg vrijheid om zelf keuzes te maken, maar waren er altijd wanneer ik vastliep. Ook meneer Vervoort verdient een vermelding want het was zijn idee om op de opendeurdag een AI-scanner te gebruiken, en dat project is uiteindelijk een project met zijn ups en downs geworden maar het is uiteindelijk toch tot een goed einde gekomen. Mijn ouders wil ik bedanken voor hun geduld en steun, zeker in de drukke periodes van dit jaar. Zij zorgden er altijd voor dat ik thuis de rust kon vinden om verder te werken. Ik hoop dat je als lezer een goed beeld krijgt van wat ik dit jaar heb neergezet. Veel leesplezier. Met vriendelijke groet, Jarid Vreysen

Jarid Vreysen, Computer Science & Communication Sciences, Provinciaal Instituut Lommel, Abstract of research paper, submitted 24th of June 2026: Development of multiple little projects. The aim of this research was developing four projects: a functional website for sport exercises, an interactive reaction game, a self-trained AI rating scanner, and a Simon Says game using a LED strip. For the first project the intention was to create a functional website for 6SPB to display sport exercises and allow users to add their own. The front-end uses HTML, Bootstrap, CSS and JavaScript, the back-end is built with PHP connected to a phpMyAdmin database, using AJAX calls to communicate between client and server. The second project is an interactive reaction game running on a Raspberry Pi. The player presses a button, waits 10 seconds, and presses again while the screen tries to distract them. The code is written in Python and results are shown on a connected touchscreen. The third project is a web-based AI tool used during the open door day. Visitors hold up a piece of paper with a star rating in front of a camera, the AI detects the number of stars and saves it, and the results are displayed live in a graph on the website. The fourth project is a Simon Says memory game built with an Arduino and a WS2812B LED strip of 300 LEDs. The strip is divided into four coloured sides and the player must repeat a growing sequence using four buttons. The code is written in C++ using the FastLED library. All four projects were successfully completed and are fully functional.