How to Connect an I2C LCD with ESP32
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 …
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 …
In this tutorial you will learn how to use a DS3231 Real Time Clock (RTC) module with an Arduino. We will build a simple clock …
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 …
In this blog post, you will learn how to use the ACS712 current sensor with an Arduino to measure DC and AC currents. By the …
In this tutorial, I will take you through the necessary details to build an Arduino and an SD card project. SD cards enable you to …
In this tutorial you will learn how to use interface an LED Bar with an Arduino. If you are looking for a good status indicator, …
In this article, you will learn how to use a 2-axis potentiometer joystick with Arduino. The joystick is a very critical input component in HMI …
In this article, I will present all the necessary details to understand the operation of the Parallel In Serial Out (PISO) shift register. Using the …
In this tutorial you will learn how to use the 74HC595 Shift Register to expand the number of outputs of your Arduino. The popular Arduino …