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

Series: Arduino

Tutorial: How to use 0.96 OLED - a small and cute display

George Bantique August 18, 2020 No Comments

SPECIFICATIONS Description:       0.96 inch monochrome OLED display Resolution:        128×64 pixels Dimension:         WxHxT 27.3 mm x 27.8 mm x 4.3 mm Protocol:          I2C Operating Voltage: 3V to 5V Common variations of this OLED module Different monochrome color: white, blue, yellow Different resolution: 128×64 and 128×32 pixels Different communication protocol: […]


Read more Tutorial: How to use 0.96 OLED - a small and cute display

Tutorial: Getting Started with the NRF24L01 | How to use | Arduino

George Bantique August 17, 2020 No Comments

NRF24L01 is one of the cheapest wireless radio module available in the market. In here you will learn how to interface it to Arduino and use it for controlling something remotely. PIN ASSIGNMENT CIRCUIT DIAGRAM HARDWARE INSTRUCTION Connect the NRF GND pin 1 to Arduino Uno GND pin Connect the NRF VCC pin 2 to […]


Read more Tutorial: Getting Started with the NRF24L01 | How to use | Arduino

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

Tutorial: How to use Keypad | Text Entry Mode | Arduino

George Bantique July 29, 2020 10 Comments

In this article, I will discuss how we can use a matrix keypad for text entry purposes which is similar to T9 keypad used by Nokia and other bar phones. The circuit is the same as the previous tutorial. Be sure to check it out here: 4×4 Keypad Introduction CIRCUIT DIAGRAM BILL OF MATERIALS Arduino […]


Read more Tutorial: How to use Keypad | Text Entry Mode | Arduino

Tutorial: How to use 4x4 Keypad | Arduino

George Bantique July 28, 2020 No Comments

Keypad is commonly use in devices like ATM machine, microwave oven, safety vault, security door lock, and many more. In this tutorial we will focus on the most popular to electronics enthusiasts and tinkerers which is a 4×4 matrix keypad. We will discuss how it works and at the last we will provide an example […]


Read more Tutorial: How to use 4x4 Keypad | Arduino