Learn electronics, coding, and projects — step by step.

Tag: Arduino uno

Project: Automatic Alcohol Dispenser

George Bantique June 2, 2020 No Comments

This is my own version of automatic (No touch / touchless) alcohol / sanitizer dispenser. This is especially useful during this COVID19 pandemic. In here, we will be using an ultrasonic sensor to detect the presence of hand near the dispenser. When the ultrasonic sensor detects an object less than the set distance, it will […]


Read more Project: Automatic Alcohol Dispenser

TUTORIAL: How to use HC-SR04 Ultrasonic Sensor with Arduino

George Bantique May 25, 2020 No Comments

This tutorial is about the commonly use HC-SR04 ultrasonic sensor. We will give some details about it, explain how it works, and at the last part we will create an Arduino sketch to test its functionality. HOW HC-SR04 WORKS The HC-SR04 ultrasonic sensor uses a sound frequency to determine distance of an object just like […]


Read more TUTORIAL: How to use HC-SR04 Ultrasonic Sensor with Arduino

How to Get Started with L293D Motor Driver Shield with Arduino

George Bantique May 18, 2020 No Comments

I have here an L293D Motor Driver Shield V1. It has 2 pieces L293D dual H-bridge motor driver IC to be able to provide control to a total of 4 DC motor. It also comes with 74HC595 shift registers to minimized the use of pins. PINOUT DC Motors Motor 1: digital pin 11 Motor 2: […]


Read more How to Get Started with L293D Motor Driver Shield with Arduino

How to Get Started with L298N Motor Driver module using Arduino

George Bantique May 18, 2020 No Comments

The L298N motor driver module is a cheap solution when you need to drive 2 DC motors or 1 stepper motor. It is a popular motor driver module among DIYers and hobbyists due to its ease of use and availability. Features: It has a dual H-bridge motor driver. Onboard 5V linear voltage regulator means you […]


Read more How to Get Started with L298N Motor Driver module using Arduino

Part 2: Wav Music Player with Lyrics Using Arduino and SD Card

George Bantique May 1, 2020 No Comments

In my desire to tinker with the SD card, I come up with a plan to create a mini karaoke player using Arduino microcontroller, Keypad and LCD shield as keypad and display, and SD card as data source of sound and lyrics files. Two weeks ago, I am able to play wav files from SD […]


Read more Part 2: Wav Music Player with Lyrics Using Arduino and SD Card