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

Author: George Bantique

RC Car using L298N, HC-06, and Arduino Uno

George Bantique June 19, 2020 No Comments

With this article, we will create a remote control (RC) car with the use of HC-06 bluetooth module to make it wireless and L298N motor driver to control speed and direction of rotations of the motors. CIRCUIT DIAGRAM BILL OF MATERIALS Arduino Uno as the main board HC-06 bluetooth module to receive commands via bluetooth […]


Read more RC Car using L298N, HC-06, and Arduino Uno

How to Use LCD Keypad Shield for Arduino

George Bantique June 18, 2020 4 Comments

In this tutorial, we will learn on how to use the LCD Keypad Shield for Arduino. This shield is compatible for Arduino Uno and Arduino Mega. PINOUT From these pin assignments, we can conclude that the following pins are free and available for other purposes: Digital pins: 0, 1, 2, 3, 11, 12, and 13 […]


Read more How to Use LCD Keypad Shield for Arduino

How to Use Arduino Interrupts

George Bantique June 15, 2020 No Comments

Interrupt is extremely useful when dealing with all kinds of processes that need attention at unexpected times or when expecting a certain event or signal at indefinite and unknown times. For example, you send a chat message to your crush. You are very excited but also nervous. So every second you are checking your messenger […]


Read more How to Use Arduino Interrupts

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