Interfacing ID20LA with Arduino

In this article, we explore the process of interfacing the ID20LA RFID reader module with an Arduino board. You will learn about the basic working principle of RFID technology, the features of the ID20LA module, and the step-by-step guide to connecting it with an Arduino. Whether you are a beginner Read more

Fingerprint attendance system with R503

R503 is a popular capacitive fingerprint sensor. We can use this sensor for industrial purposes. In this article, we’ll make a fingerprint attendance system with R503 capacitive sensor with Arduino. I hope this project will help many people make their own attendance system. So, let’s start! About R503 Capacitive fingerprint Read more

Reading SMS with Arduino

In this article, we will write our own code that can be used for ‘Reading SMS with Arduino’. We use Arduinos in different projects. When using GSM modules, we may need to use SMS to give commands to the device. Besides using a big library like FONA, this small code Read more