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

Tag: Arduino uno

Tutorial: How to use SIM800L GSM Module for Controlling Anything | Arduino

George Bantique August 3, 2020 35 Comments

In this tutorial, you will be able to use the SIM800L GSM module for controlling anything through SMS. To do that, we just need to parse the incoming SMS from SIM800L through serial communication. In this Arduino sketch, we will be parsing the following: Find the string “CMT:”, then save the sender’s mobile number for […]


Read more Tutorial: How to use SIM800L GSM Module for Controlling Anything | Arduino

MIT App Inventor for Arduino

George Bantique June 21, 2020 2 Comments

Building an Android application is one option to control your robot project or anything that comes to your mind. And with the use of the MIT App Inventor 2, you can easily create an Android application. In this tutorial, we will learn to create a simple Android application which can control the state of the […]


Read more MIT App Inventor for Arduino

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