Hi! I’m a student at Sorbonne University (Paris 5th), and I enjoy working on small electronics projects like the ones you’ll find on my blog. I’ve tried to keep everything simple and clear so you can easily reproduce it yourself. Enjoy your read!
As a student passionate about electronics, Arduino, and programming, I design various Arduino electronics projects that combine sensors, displays, motors, and external APIs. My portfolio includes projects such as:
- Project 10 – iOS Recipe App: MijotMijot is an iOS meal management application that I designed to answer a very simple question: what can you cook with the food you have actually just bought? After shopping, it's easy to forget what's in the fridge, let certain products expi… Read more: Project 10 – iOS Recipe App: Mijot
- Project 9 – Temperature Measurement – Valve BackflowDesign of an Air Flow Sensor Board: From Analog to Digital As part of the UE “Analog – digital sensors and interfaces” in L2 EEA at Sorbonne University, I had the opportunity to design a complete air flow detection system with my partner, A… Read more: Project 9 – Temperature Measurement – Valve Backflow
- Project 8 – Apple Music Hand Tracker1. Presentation In this new project, after seeing people on Instagram controlling all sorts of things, such as photos and waves, with their hands, I did some research on the subject and discovered MediaPip, a library that uses machine learn… Read more: Project 8 – Apple Music Hand Tracker
- Project 7 – Control an LED Strip with HomeKit (ESP32)My project is to connect a LED strip to HomeKit using an ESP32, Apple’s smart home service that lets you control devices from your iPhone, wherever you are. I divided the project into three parts to gradually test and implement the system.F… Read more: Project 7 – Control an LED Strip with HomeKit (ESP32)
- Project 6 – Smart Bin (HC-SR04)This smart bin with Arduino HC-SR04 improves hygiene and recycling by automatically opening when waste is detected. Furthermore, the ultrasonic sensor (HC-SR04) accurately detects waste at a minimum distance of 15 cm, which triggers the bin… Read more: Project 6 – Smart Bin (HC-SR04)
- Project 5 – Arduino Biometric SafeOverview The Arduino biometric safe box is a DIY security project that uses a fingerprint sensor (R307 Datasheet) to securely lock and unlock a storage compartment. Designed for makers and electronics enthusiasts, this biometric safe combin… Read more: Project 5 – Arduino Biometric Safe
- Project 4 – Space Invader on MAX7219📸 Photos 🔧 Project Goal Build a simple Space Invader arcade-style game using: This project combines electronics, interactive game logic, and display control 📦 Hardware Used 📟 Code You need to install LedControl and LiquidCrystal . The c… Read more: Project 4 – Space Invader on MAX7219
- Project 3 – Joystick-Controlled Servo Motor and LED SystemThis Arduino joystick servo LED control demonstrates how to use analog inputs and LEDs for real-time feedback… Read more: Project 3 – Joystick-Controlled Servo Motor and LED System
- Project 2 – Arduino PIR Motion-Sensor Stopwatch with 4-Digit DisplayBuild a motion-activated stopwatch with an Arduino, PIR sensor, and 4-digit display. It pauses and resumes based on movement detected.… Read more: Project 2 – Arduino PIR Motion-Sensor Stopwatch with 4-Digit Display
- Project 1 – Spotify Music on an LCD1602📸 Photos I built a small project to display the music currently playing on Spotify on a 1602 LCD screen using an Arduino UNO and a Python script. What it does What you need Files/Code How it works Extras Result Here’s a short video to show… Read more: Project 1 – Spotify Music on an LCD1602
All my projects are fully documented with circuit diagrams, code samples, and detailed tutorials. You can easily follow them whether you’re a student, hobbyist, or beginner.
For more information about Arduino microcontrollers, visit the Arduino Project hub. If you’re interested in learning more about APIs, I also use the Spotify Web API.