RFID With Arduino | RC522 Basic

Hey friends, I’m back with RFID with Arduino UNO, another interesting article in Arduino Series. RFID is one of the most secure technology that is used in security projects. Not only it’s safe but can also be used very easily as needs very less resources. RC522 is a very common RFID module that can be … Read more

GC9A01 with Arduino | Round display

Hello guys, we’re back with GC9A01 with Arduino, another interesting article in the Arduino Series. In today’s article, we’ll be discussing interfacing the GC9A01 display with Arduino UNO. GC9A01 is another interesting display just like ST7789. I have recently completed the interfacing of ST7789 with Arduino UNO, make sure to read it for reference. This … Read more

ST7789 with Arduino | 240×240 display

Welcome friends, I’m back with ST7789 with Arduino, another interesting article in the Arduino Series. In this article, we’ll be discussing how to connect ST7789, 240 × 240, 65k color display with Arduino UNO. Arduino UNO is one of the easiest development boards available in the market. While if we talk about the display then … Read more

LCD with Arduino | I2C LCD

He friends, we’re back with Interfacing LCD with Arduino via I2C module. LCD module is one of the most important modules that a user needs to display something. Although there are many other types of displays nowadays, the very basic one is the Liquid Crystal Type. We have also demonstrated how to use this display … Read more

DHT11 with Arduino | Interfacing guide

Hello guys, I’m back with DHT11 with Arduino article in the Arduino Series. In today’s article, we’ll be discussing how to connect HDT11 sensor with Arduino and read data from it. DHT11 is among one of the easy sensor a beginner should start with, also it can be used with any development board. DHT11 sensor … Read more

Getting started with Arduino IDE | Step by Step Guide

Hey Guys, Welcome back, we today are going to start a new section that is Arduino and mainly ARDUINO IDE. Arduino IDE is the main software that is used for programming for almost all of the microcontrollers available on the market. This IDE is very easy to program as it uses basic C language also … Read more