The Arduino uses the ATMega328p chip. We can get that in an SMD format (ATMega328p-AU) or the DIP format for trough hole soldering (ATMega328p-PU). But, the chip by itself can’t work. It needs a few … Read more
arduino uno
We all have sure observed that our phone display turns off during phone calls when we put it near our ears. So, do you ever wonder how does this happen??? It is not a hi-tech … Read more
Obstacle Detector by IR Sensor & ATmega328 Arduino
Introduction Flame sensing systems with buzzer and LED using Arduino UNO and an Arduino LDR module are becoming increasingly popular for detecting and alerting individuals of potential fire hazards in a variety of settings, such … Read more
How to make Flame Sensor with Buzzer using Arduino
Introduction Reading/Writing Serial EEPROM via I2C using an Arduino UNO is a process that entails communication with an external Serial EEPROM device through the use of the I2C protocol. This process provides a means by … Read more
Read/Write Serial EEPROM via I2C – Arduino
Introduction The GSM based irrigation circuit using cellphone missed calls and Arduino is an innovative system designed to enable remote control of irrigation systems through the use of mobile phones. This system utilizes the Global … Read more
Irrigation System Circuit using GSM and Arduino
In this tutorial, we will interface “Voltage Sensor Module with Arduino”. Voltage sensors are used to estimate and monitor the quantity of voltage in a device or system. Brief Overview of Voltage Sensor The Voltage … Read more
Voltage Sensor Module Interfacing with Arduino
Introduction It is currently 4:34 p.m., and my laptop is displaying that time at the very bottom right corner of my screen while I write this piece. Although I’m not sure what time it will … Read more
Interface DS3231 RTC Module with Arduino
Introduction You must have used signal generators in the electronic laboratory of your elementary school, college, or university. And, we are sure that you have got a little idea of how they work and thus … Read more
Interface AD9850 DDS Signal Generator Module with Arduino
In this tutorial, we are going to Interface an “AD8232 ECG Module with Arduino” RCWL0516 Microwave Distance Sensor Module As an alternative to the typical PIR motion sensors frequently seen in burglar alarms and security … Read more
RCWL0516 Microwave Distance Sensor Module with Arduino
Introduction Safely parking one’s automobile is among the most crucial abilities for every car driver. Previously, it was necessary to use both the side and rearview mirrors while driving for parking. However, the invention of … Read more
Parking Sensor with Arduino
Introduction In today’s world, security is a major concern for homeowners, and many people are looking for effective ways to protect their homes from burglars and intruders. One of the most popular and reliable ways … Read more
GSM Based Home Security System using Arduino
Introduction An automatic plant irrigation system using an Arduino UNO, ultrasonic sensors, 12V water pumps, and soil moisture sensors is a highly efficient and effective system designed to automate the process of watering plants. It … Read more
Automatic Plant Watering Project using Arduino
We live in a World of virtual assistants with voice interactions, this makes our various tasks much easier. For this purpose different sound sensors are used, which are sensitive to sounds like loud voices, claps, … Read more
Sound Detector Arduino
Introduction: The concentration of water vapor present in the air is known as humidity which is in the gaseous form of water and hence cannot be seen with a naked eye. Humidity is dependent on … Read more
Humidity Sensor with Arduino
Introduction Temperature sensors are electronic devices that convert temperature into electrical signals and are used to detect temperature. This might be air temperature, liquid temperature, or solid matter temperature. There are several types of temperature … Read more
Interfacing LM75 Temperature Sensor Module with Arduino
Introduction Interfacing a 4×4 Arduino membrane keypad module with a piezoelectric buzzer using an Arduino Uno is a powerful and versatile solution for creating interactive projects that require user input and sound feedback. Here, The … Read more