How to Use a pH Sensor with Arduino: A Complete Guide (Pros & Cons Included!)

How to use PH sensor with Arduino

pH measurement is utilized in many applications like agriculture, water testing, and in laboratory testing. Here in this article, we are going to study how to connect a pH sensor to Arduino Uno for pH reading measurement. We are going to discuss the required parts, sensor output, connection, and code. Working, Pin Output, and Onboard Components Materials Required: Name Quantity Arduino Uno 1 16×2 Alphanumeric LCD Display 1 I2C Module for LCD 1 Gravity Analog pH Sensor 1 Dupont Cables As needed Breadboard 1 Hardware overview Working The … Read more

How to use APDS-9930 Proximity and Light Sensor with Arduino

How to use Arduino APDS-9930 Proximity

The APDS-9930 is a multifunction sensor that integrates ambient light sensing and proximity detection into a small package. It is applied extensively in use cases such as automatic screen brightness control and touchless interaction systems. In this tutorial, you will learn how to interface the APDS-9930 with an Arduino to sense light intensity and detect … Read more

How to use Weight Sensor using Adruino

How to use Weight Sensor with arduino thumbnail

We usually see electronic weighing machines in stores that display weight instantly when an object is placed on the weighing scale. Here, we are going to make a similar weighing machine using an Arduino and a Load Cell that can measure up to 40kg. If needed, it can be increased by using a Load Cell with higher capacity. Load Cell and HX711 Sensor Explained Materials Required: Component Quantity Arduino Uno 1 Load Cell (40kg) 1 HX711 … Read more

How to use a Hall Effect Sensor with Arduino

Hall Effect Sensor with Arduino

Hall effect sensor is a sensor whose output is modified by a magnetic field. This means that the output signal it produces is a function of the magnetic field density around it. When the magnetic field is greater than a specified set value, the sensor is able to detect it and generate an output voltage known as the Hall voltage to indicate its detection. Hall Effect Sensor Hall effect sensors are commonly employed due to their versatility. They are typically used … Read more

RF 315 433mhz Transmitter Reciever Module Connection with Arduino

RF 315 433mhz Transmitter Reciever Module

Hello everyone, I was searching the for a simple RF Transmitter-receiver module guide for use in remote control systems like relay controlling or some basic tasks. Unfortunately, I did not find such a guide. Therefore, I wrote a simple article discussing this transceiver, connecting it to Arduino, and programming it. Materials Required Materials Quantity Arduino … Read more

Atmospheric Oxygen Sensor with Arduino for Room

Atmospheric Oxygen Sensor with Arduino for Room

Oxygen sensors are important for saving lives by tracking air quality in hospitals, homes, mines, industries, and laboratories. The convenient sensors also find applications in smart home projects, IoT devices, and so on, and assist in avoiding suffocation hazards in low-airflow areas. In this tutorial, we will explore the DFRobot oxygen sensor, including its features, … Read more

Robot that Follows Lines using Arduino

Robot that follow line

As the name indicates, the line follower robot is a computerized vehicle that tracks a visual line marked on the surface. This visual line is a route on which the line-follower robot travels. Typically, it tracks a black line on a white surface, or you can modify it as a white line on a black surface. Students and starters receive their first taste of robotics using this kind of robot. In this project-oriented article, we show you how to create a line follower robot based on Arduino. Line follower robots are applied in … Read more

How to Connect 7-Segment Display to Arduino

How to Connect 7-Segment Display to Arduino

In this tutorial, I will explain how to connect a 7-segment display with 4 digits to an Arduino. Before I start explaining the connection details, I just want to point out a few basic things about this setup. This setup consumes almost all of the digital pins on boards like the Arduino Uno or Leonardo. Most displays have 12 breakout pins that connect either directly to the Arduino or through a resistor. Another thing to mention here is that these displays do not require any connection of Ground, … Read more