Hey, my name is Arthur, I'm an embedded software engineer. I recently graduated from Grenoble INP - Esisar after an internship at Schneider Electric and an exchange semester at Aalto University in Finland. I love tech, skiing, swimming, taking photos / videos and playing music and video games. You can reach out to me with any of the socials below!
A static website template to host a photo gallery. It uses Python to generate thumbnails and fill in the template with selected photos.
A Discord bot developped in Python that automatically manages roles on a server. Uses a sqlite3 database and the Discord API.
Two different pandemic spread models, designed and compared for the final project (TIPE) of prepatory class for french "Grandes Écoles". It's fully developed in Python, with the Dash framework for the web interface.
A GoPro remote controller that fits in a Garmin smartwatch. My own watch (vivoactive 3) is too old to handle direct connection so I had to also develop a communication bridge app for my phone (Android). It was a nice way to learn how to use BLE, to design a memory constrained interface and to create an Android app.
MIPS processor emulator developed in C language as a final project for Grenoble INP - Esisar. The emulator uses 32bits registers and a 4GB byte-adressable memory used for both program and data which is achieved through a linked list structure of 256-bytes memory page. Web demo made with React and FastAPI.