Interface Touch Sensor Module with Arduino
In this Arduino tutorial, we will learn to interface touch sensor with Arduino. We will discuss its working, pinout, and programming it with Arduino. A touch sensor/button/switch is a type …
Learn Arduino programming by creating 150+ Arduino tutorials and projects with step by step instructions and example sketches in Arduino IDE
In this Arduino tutorial, we will learn to interface touch sensor with Arduino. We will discuss its working, pinout, and programming it with Arduino. A touch sensor/button/switch is a type …
In this tutorial, we will learn to interface KY-023 Joystick module with Arduino. First, we will see some introduction, pinout, and working of the module, After that, we will take …
In this tutorial, we will learn how about KY-038 microphone sound sensor module and how to interface it with Arduino. We will show you its pinout and features along with …
In this tutorial, we will learn how to interface MAX6675 thermocouple module with Arduino and how to use it to measure temperature. The guide includes a brief introduction of the …
In this user guide, we will learn about L298N Motor Driver and how to use it with Arduino. This is an in-depth guide about the L298N motor driver including its …
In this tutorial, we will learn how to interface RFID reader RDM6300 or RDM630 with Arduino. Both of these RFID readers communicate via a serial connection on UART and follow …
In this tutorial, we will learn how to interface TCS230 or TCS3200 color sensor with Arduino. First, we will go through the color sensor basics and their working principles then …
In this comprehensive user guide, we will learn to interface a rotary encoder module with Arduino. We will discuss about the working of rotary encoders, its pinout, and its connection …
This tutorial shows how to use HC-SR04 or HY-SR05 Ultrasonic sensors with Arduino for contactless distance measurement. First, we learn to interface HC-SR04 or HY-SR05 with Arduino. After that, we …
In this user guide, we will learn to interface the DHT11 and DHT22 with Arduino which is used for humidity, and temperature using Arduino IDE. Firstly, we will learn about …