TDS Sensor and Arduino Interfacing

Author Prototype of TDS Sensor and Arduino Interfacing

In this article, you will learn about TDS Sensor and Arduino Interfacing. TDS stands for Total Dissolved Solids and represents the amount of total dissolved solids (organic and inorganic substances) in water. TDS value is related to water quality. Typically, the higher the TDS value, the poorer the water quality. Pure water has a TDS value of 0, and the TDS value increases for increasing dissolved solids. But do remember that measuring the TDS value doesn’t provide you with the information on whether the dissolved solids are healthy for the…

Read More

Interfacing Temperature and Humidity Sensor TH02 with Arduino

author prototype pf th02 interfacing with arduino

TH02 is a consumer-grade digital temperature and humidity sensor. Although it can operate with a humidity range of 0-100% RH, it provides reliable or highly accurate data when the environmental conditions are between 0-70°C and 0-80% RH. The reason to use the TH02 sensor is that it provides a reliable reading in most home and daily applications if operated at its measuring range. It comes with its output calibrated in standard I2C format. In this article “Interfacing Temperature and Humidity Sensor TH02 with Arduino”, you will learn how to interface…

Read More

Interfacing AHT20 with Arduino

author prototype of Interfacing AHT20 with Arduino

AHT20 is a temperature and humidity sensor that utilizes a MEMS semiconductor capacitive humidity sensor and a standard on-chip temperature sensor. It has better performance and is more stable in harsh environments compared to DHT11, DHT22 which are commonly used temperature and humidity sensors. It has an astounding humidity measuring range of 0-100% RH with humidity accuracy as low as ±2% at 25℃. It comes in an SMD package and its output is calibrated in standard I2C format. In the article “Interfacing AHT20 with Arduino”, you will learn how to…

Read More

How to Arduino Thermocouple Interface

author prototype of arduino thermocouple interface

How to Arduino Thermocouple Interface: In this article, you will learn about interfacing K-type thermocouples and display temperature in Celsius and Fahrenheit on I2C LCD. Introduction of Thermocouple A thermocouple consists of a pair of dissimilar metal wires joined together at one end, called a sensing junction, and terminated at the other end, called the reference junction which is maintained at a known constant temperature called the reference temperature. When the sensing junction and the reference junction are at different temperatures, a potential difference gets produced which causes a current…

Read More

How to interface RTC module with Arduino and ESP Board

how to interface rtc with arduino and esp board

Here in this article, you will learn about the RTC module and how to interface this module with Arduino and ESP boards like Arduino MEGA, Arduino UNO, Arduino NANO, ESP32, Node MCU, and Arduino NANO. How to interface RTC module with Arduino and ESP Board RTC acronymic for Real-Time Clock is an electronic Integrated Circuit (IC) that keeps track of time around the clock. It is more like a computer clock where once we set it up gives us accurate time even after the power outage. Before we delve into…

Read More

Automatic and Manual Temperature Control unit

author prototype of Arduino Based Automatic and Manual Temperature Control unit

Automatic and Manual Temperature Control unit: Automation have reached almost everywhere whether it is home automation or agriculture field. Automation system collect different parameter such as temperature, humidity etc. in real time basis and keep control of fan, moist control etc. But sometime we need manual control over various actuator or load like motor, fan etc. wither testing of load or when automatic system does not work. This project is the modified version of Arduino Based Temperature Controlled Fan. Manual mode is also considered as backup mode with which we…

Read More

Arduino PH Meter using PH Sensor

author prototype of arduino ph meter

PH is a scale with which we can determine whether the water-based solution is acidic or basic. PH is represented as the power of hydrogen or the potential of hydrogen (Source: Wikipedia). With the help of electrodes, we can measure PH of solution electronically which could be more beneficial to measure and automate PH of the aquarium, or hydroponic or aquaponic. So, in this article, we will learn How to make Arduino PH Meter. After completing this video one can Know about electrode and their working method Calibrate the module…

Read More

Interfacing DS18B20 Temperature Sensor with Arduino

author prototype of ds18b20

Interfacing DS18B20 Temperature Sensor with Arduino: This article is all about DS18B20 and its interfacing with arduino. DS18B20 comes in two variants: Normal and waterproof version. Normal version is available TO-92 and uSOP. Let’s start with introduction. Description of DS18B20 It is digital programmable temperature sensor based on one wire communication i.e. it requires only data line and common GND. Power supply is optional because this sensor can drain require power supply from data line and this mode called parasite mode. DS18B20 can provide different temperature resolution is 0.50C, 0.250C,…

Read More

 LM35: How to get Stable Temperature Reading

author prototype of how to get stable output

One of the most common analog temperature sensors used for temperature monitoring and controlling is LM35. According to the manufacturer, LM35 is a precise centigrade temperature sensor, but the reality is a bit different when we directly wire this sensor with Arduino. There are various reasons for fluctuation in output. Here in the article ” LM35: How to get Stable Temperature Reading” we will address almost all the reasons and solving one by one. But before that let’s see how this sensor work. Basic Working of LM35 According to the…

Read More

Temperature, Humidity and Heat Index Meter using Arduino

author prototype of temperature humidity and heat index meter

Temperature and humidity are one of the essential parameters of environment for various projects like greenhouse, home automation, weather station or other various industrial automation. Sometime we also need to find feel temperature or apparent temperature that we feel and it is called Heat Index. Heat Index can be defined as an index which accounts both air temperature and relative humidity of an environment. In this article we are going to build a temperature, humidity and heat index meter using arduino and DHT11. Circuit of Temperature, Humidity and Heat Index…

Read More