How to build a universal, programmable IR remote
In this blog post, you will learn how to build a universal, programmable IR remote using Arduino. An infrared (IR) remote control is a common …
In this blog post, you will learn how to build a universal, programmable IR remote using Arduino. An infrared (IR) remote control is a common …
In this tutorial, you will learn how to control a stepper motor using an IR remote control. Stepper motors are widely used in various applications, …
In this article, I will show you how the TM1638 7-segment LED driver IC works and how to connect it to an Arduino UNO. I …
In this article, I will show you how to connect an ESP32 microcontroller to a 16×2 LCD display with a parallel data interface. (In a …
In this tutorial, you will learn how to use an IR remote with an ESP32. IR (Infrared) remotes are commonly used to control various electronic …
A stepper motor driver such as the TB6600 is straightforward and quick to set up. In this article, I will take you through all the …
Adding a simple display to your ESP32 board can take your project and HMI feature to the next level. A simple display such as an …
In this tutorial I will show you how to connect and Arduino UNO and a ILI9486 TFT Display. The ILI9486 is a popular display controller …
Have you ever wanted to build a project that utilizes a 4-digit or an 8-digit 7-segment display? Driving a large number of 7-segment displays with …
Do you want to know how to use an Arduino with a real-time clock (RTC) module? Well, you’re in the right place! In this article, …
In this article, you learn about using NPK sensors with Arduino. NPK (Nitrogen, Phosphorus, and Potassium) are plants’ three vital macronutrients. You can use the …
In this article, you will learn how to control a fan with an Arduino Uno. We will look at the different types of fans and methods …
In this article, you will learn how to interface a thermocouple to the Arduino UNO. There are several types of thermocouples with a wide range …
In this guide you will learn how to use the GPIO expander MCP23017 with Arduino. It enables you to add up to 128 GPIO pins …
You cannot imagine the world these days without GPS. Millions of people use GPS to navigate from one place to another every day. GPS also …
In this article, you will learn how to use an MPU6050 module. The MPU6050 is a 3-axis accelerometer and 3-axis gyrosensor. It helps you build …