Electronics Projects

Electronic Dice using Arduino and 7 Segment Display

QC Manager 0 Comments

In this DIY electronics section, let’s make an electronics dice using Seven Segment Display (SSD) and Arduino Uno. This is a simple and fun to build project, and the good thing about this project is that it can be practically used to play games! So let’s get started with this fun project!   Working of the...

Interfacing GT511C3 Fingerprint Sensor with Arduino – Enrol and Detect Fingerprints

Quartz Components 0 Comments

In this article, we will discuss the GT511C3 finger-print sensor and how to interface it with Arduino. We will learn how to use the sensor with Arduino to enroll finger-prints on it and then detect the fingerprints whenever required. We will also show a red and green LED signal for verified and unknown finger respectively...

Arduino Music Player - Play songs from SD Card

Quartz Components 0 Comments

In today’s discussion we are going to discuss about an Arduino based music/audio player using micro SD card module and lm386 audio amplifier module. Using this Project, you can play, pause or change a song (audio file of a specific format) using an Arduino board. It’s going to more excited when you build this. ...

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...