Tutorial: How to use MFRC522 RFID module using Arduino
I am sharing this tutorial so someone might benefited from it somehow. I am fascinated with RFIDs capability, though this technology has been around many years before me. Now that … Read More
I am sharing this tutorial so someone might benefited from it somehow. I am fascinated with RFIDs capability, though this technology has been around many years before me. Now that … Read More
Display modules is commonly use to show text, shapes, images, or animation to convey necessary information to the user. In this tutorial, we will learn to use the 2.4 inch … Read More
In this tutorial, you will learn to use the millis() function in creating an S.O.S Morse Code flasher. The advantage in using millis() function over the delay() function is the … Read More
In this tutorial, we will learn how to use the DS3231 Real Time Clock (RTC) module. Hardware Requirements: 1. DS3231 RTC module with coin cell battery inserted. 2. Arduino Uno … Read More
Specification: Description: 0.96 inch monochrome OLED display Resolution: 128×64 pixels Dimension: WxHxT 27.3 mm x 27.8 mm x 4.3 … Read More
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 … Read More
ESP32 features a builtin WiFi and Bluetooth capabilities. In this tutorial, we will focus to the Bluetooth classic because Bluetooth LE deserves a separate tutorial. Circuit Diagram: Video Demonstration: If … Read More