ACS712 Current Sensor with Arduino

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

ACS712 Current Sensor with Arduino

SSD1306 OLED Clock - Arduino Tutorial

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

Arduino Color Recognition

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

SSD1306 I2C OLED - Arduino Tutorial

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

16x2 LCD I2C Communication with Arduino

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

16x2 LCD - Arduino Tutorial

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

Arduino Car Parking Assistant

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

Linear-Actuator-Arduino-Tutorial

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

HTTPS Request - Arduino Tutorial

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