Catégorie : Arduino and Electronics Projects: My Student Portfolio of Hands-On Experiments

  • Project 8 – Apple Music Hand Tracker

    Project 8 – Apple Music Hand Tracker

    1. 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 learning to track the position of hands, faces, and the human body with a more or…

  • Project 7 – Control Led Strip with HomeKit (ESP32)

    Project 7 – Control 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.First, I’ll test the code and connections with a single LED (on/off control). Then,…

  • Project 6 – Smart Bin (HC-SR504)

    Project 6 – Smart Bin (HC-SR504)

    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 to open using a servo motor. that opens the lid at a right angle (90°) for 5 seconds (enough time to dispose of…

  • Project 5 – Arduino Biometric Safe box

    Project 5 – Arduino Biometric Safe box

    Overview 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 combines Arduino control with LED indicators and servo motor locking for maximum security. The system can store up to 127 fingerprints and…

  • Project 4 – Space Invader on MAX7219

    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 code : Here 🔌 Wiring Overview MAX7219 LCD1602 Joystick 🧠 How It Works ✨ Results 💡 What I…

  • Project 3 – Servo motor control with joystick and LED system

    Project 3 – Servo motor control with joystick and LED system

    This Arduino joystick servo LED control demonstrates how to use analog inputs and LEDs for real-time feedback

  • Project 2 – Arduino PIR Motion Sensor Stopwatch with 4-Digit Display

    Project 2 –  Arduino PIR Motion Sensor Stopwatch with 4-Digit Display

    Build a motion-activated stopwatch with an Arduino, PIR sensor, and 4-digit display. It pauses and resumes based on movement detected.

  • Project 1 – Spotify Music on LCD1602

    Project 1 – Spotify Music on 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 the LCD1602 in action, along with a screenshot of…