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

Tutorial: How to use SIM800L DTMF to Control Anything | Arduino

George Bantique July 7, 2020 33 Comments

In here we will learn how we can use SIM800L DTMF to control anything from simple turning On or turning Off of LED to big projects like home automation. DTMF stands for Dual Tone Multi Frequency or more commonly known as Touch Tone. You will most likely to experience the use of DTMF when you […]


Read more Tutorial: How to use SIM800L DTMF to Control Anything | Arduino

Tutorial: How to use SIM800L GSM Module using Arduino | Send and Receive SMS

George Bantique July 6, 2020 9 Comments

There are actually a lot of GSM module available in the market but I personally recommend and prefer SIM800L due to its size and simplicity. It has a small footprint so it occupies a very small space. This is because SIM800L only provides the basic core of GSM. Meaning to say, you need to provide […]


Read more Tutorial: How to use SIM800L GSM Module using Arduino | Send and Receive SMS

16x2 LCD Menu for Arduino

George Bantique July 4, 2020 13 Comments

I just want to share this beautiful LCD Menu implementation that you may use to your next Arduino project. The original code is for PIC microcontrollers, and just ported it for Arduino. My apologies to the original author of the source code, all credits goes to you, Sir. VIDEO DEMONSTRATION SOURCE CODE #include “LiquidCrystal.h” LiquidCrystal […]


Read more 16x2 LCD Menu for Arduino

Tutorial: Arduino GPIO | How to use Arduino Pins

George Bantique June 26, 2020 No Comments

When I started learning the Arduino microcontroller, I searched for ways to use it immediately because I believe that the best way of learning something is by experiencing it firsthand. In this tutorial, we will learn the basics of Arduino GPIO — General Purpose Input/Output, or in simpler terms, Arduino pins. GPIO are physical pins […]


Read more Tutorial: Arduino GPIO | How to use Arduino Pins