Introduction Have you ever wondered how much current your various electrical appliances need? Varying devices demand different amounts of electricity, so if the incorrect amount is supplied to them, it might lead to severe situations. … Read more
Arduino Projects & Tutorials
Introduction Designing a digital watch using a combination of an OLED display and a real-time clock (RTC) module is a common project among Arduino enthusiasts. The OLED display provides a clear, bright, and low-power display … Read more
SSD1306 OLED Clock – Arduino Tutorial
Introduction Three main colors sometimes referred to as the basic colors, combine to form white light. These colors are red, blue, and green. The wavelengths of these colors vary. Different varieties of colors may be … Read more
Arduino Color Recognition
Introduction Interfacing an ssd1306 I2C IIC OLED Display module with an Arduino UNO microcontroller involves connecting the OLED display module to the Arduino board and writing code to display data on the OLED screen. The … Read more
SSD1306 I2C OLED – Arduino Tutorial
Introduction Interfacing a 16×2 LCD module with an Arduino UNO microcontroller is a widely used technique for displaying data and messages in various DIY electronics projects. This involves connecting the LCD module to the Arduino … Read more
16×2 LCD I2C Communication with Arduino
Are you getting bored while making intense electronic projects and do you want to make yourself relaxed by making some fun projects? We are here for you with some interesting projects of music-reactive LED strips. … Read more
How to make Music Reactive LED – Arduino Projects
Introduction Interfacing a 16×2 LCD module with an Arduino UNO microcontroller is the process of connecting a Liquid Crystal Display (LCD) with an Arduino board to display information or data. The 16×2 LCD module is … Read more
16×2 LCD – Arduino Tutorial
Introduction In this tutorial, we are Interfacing the VL530LX Laser Ranging Time of Flight Distance Sensor with Arduino. We previously have seen the distance measurement using ultrasonic sensors and IR sensors, here we use the … Read more
Interfacing VL530LX Laser Ranging Time of Flight Distance Sensor with Arduino
Introduction A technology-based approach to managing car parking is necessary due to the rapidly changing nature of urban areas and the enormous rise in the number of cars in developing cities. However, it is sometimes … Read more
Arduino Car Parking Assistant
Introduction Controlling a linear actuator with an Arduino microcontroller is a simple and efficient way to automate various tasks that require precise linear motion. A linear actuator is a device that converts rotary motion into … Read more
Linear Actuator – Arduino Tutorial
Introduction A pushbutton-controlled 5V SPDT relay to control a DC water pump is a system that uses a relay to turn a DC water pump on and off. The relay is controlled by a pushbutton, … Read more
Water Pump with Button – Arduino Tutorial
Introduction Controlling a 12 Volt DC Diaphragm Pump with a 5V SPDT relay using an Arduino UNO microcontroller involves using the Arduino board to control the state of the relay, which in turn controls the … Read more
12V Water Pump Control with Arduino
Introduction Communicating with web servers using HTTPS and posting its status on the serial monitor using an Arduino Uno microcontroller and an Arduino Ethernet Shield 2 module is a powerful way to leverage the capabilities … Read more
HTTPS Request – Arduino Tutorial
Introduction Controlling appliances using an RFID card is a modern and convenient way to automate the process of turning on and off electrical devices. In this tutorial, we will show you how to control a … Read more
RFID NFC with Relay – Arduino Tutorial
Introduction Toggling a 5V SPDT Relay module with a MC-38 Magnetic reed switch using an Arduino Uno Microcontroller is a method of controlling the state of a relay by using a magnetic reed switch as … Read more
Door Sensor Toggle Relay – Arduino Tutorial
Introduction Consider yourself fortunate if you have never had to recover from a fire. However, one of the most sensible steps you can do to reduce your fire risk is to install a fire alarm. … Read more