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

Month: July 2020

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