Tutorial: How to use 2.4 TFT Display | SPFD5408 | ILI9341
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
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
Last time, I posted tutorial on how to use the ESP32 configured as WiFi Station. In order for us to control something in our web server, we need to connect … Read More