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

Category: Arduino

Tutorial: How to Use Arduino Uno as HID | Part 1: Arduino Keyboard Emulation

George Bantique July 14, 2020 16 Comments

Arduino boards are pre-configured to function as serial device so to emulate keyboard, we will reconfigure it as Human Interface Device (HID) so our computer will see it as keyboard. CIRCUIT DIAGRAM VIDEO DEMONSTRATION CALL TO ACTION If you find this tutorial as helpful, please consider supporting my Youtube channel, it’s TechToTinker. Please click this […]


Read more Tutorial: How to Use Arduino Uno as HID | Part 1: Arduino Keyboard Emulation

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