Electronics Projects

Arduino Calculator using 4x4 Keypad

Quartz Components 0 Comments

In this project tutorial, we will build our own simple calculator using an Arduino and 4×4 keypad and display the result on a 16×2 dot matrix LCD Screen.

Temperature and Humidity Measurement Using Arduino Uno and DHT11

Quartz Components 0 Comments

We need the temperature and humidity measurement to understand the environmental conditions for a given zone. We might use google or any whether predicting site for the same but often they do not show the real time data and most of the data is averaged out and often based on predicting algorithms. We might...

Line Follower Robot using Arduino Uno

Quartz Components 0 Comments

The line follower, as the name implies, is an automated self-driven vehicle (which follows line). In general, there are two types of line follower. In one type, the line follower follows the black line on the white surface, whereas, in the other type, it follows the white line on the black surface. These types...

IoT Based Air Pollution Monitoring using NodeMCU and MQ135 Gas Sensor

Quartz Components 0 Comments

There are different types of gas sensors to detect different gases. Here in this project we are going to use MQ135 gas sensor to sense the pollution content in the surrounding area and then to monitor these values over the Webpage. The circuit consists of a simple connection and takes fewer components to have...

Distance Measurement using Ultrasonic Sensor and Arduino

Quartz Components 0 Comments

Distance measurement of an object through the air is used in a large number of applications such as obstacle avoider robot control, vehicle control, blind stick, medical application, etc. The ultrasonic sensor is one of the cheapest and easily available option to measure distance for similar requirements. This sensor can be easily interfaced with...