Everything about Soil moisture sensor, working, and Arduino interface

soil moisture sensor interface with arduino

Soil moisture sensor measures the volumetric content of water in the soil. This sensor is widely used in smart irrigation and smart gardens. In this article, we will learn how soil moisture sensors work and how we can interface it to Arduino. Working of soil moisture sensor Soil moisture sensors have two probs which inserted … Read more

Arduino Serial Print- To Display Output of Sensors

arduino serial print

About Arduino Serial Print Arduino Serial print is an inbuilt function. which allows the computer to communicate with the Arduino board having the following syntax It uses SPI (Serial Peripheral Interface) protocol to exchange the data between the computer and Arduino. Also, it converts the raw data in ASCII (American Standard Code of Information Interchange). … Read more