Tag Archives: actuator

VL53L1X sensor with RGB Ledstrip

Simulation of anxiety: pulsing rainbow heartbeat pattern on a LED strip that intensifies when something get closer…

This project combines two examples: We will use a Seeed Studio XIAO which is a small microcontroller, but this can be done with any Arduino or ESP module you have at hand. For code generation, GitHub Copilot is used. Setting up the circuit Connect the SCL & SDA pins of the VL53L1X sensor to those … Continue reading Simulation of anxiety: pulsing rainbow heartbeat pattern on a LED strip that intensifies when something get closer…

Options for additional components and power for the Arduino

What options are there for the use of motors in our project? There are many types of motors. There are 3 basic types (more info): Most light servo motors, like the common SG90 (which you can borrow from Fjodor), can be used directly with an Arduino (no motor driver/controller required). For some heavier types and … Continue reading Options for additional components and power for the Arduino

Sounds and music with Arduino

This article highlights four different ways you can make sounds with the Arduino or play music. It starts with the easiest one: (1) adding a small buzzer, then (2) a standard loudspeaker, then (3) using your smartphone as the speaker via an connected app. It ends (4) with using an MP3 module. A tutorial which … Continue reading Sounds and music with Arduino