Author name: Admin

Musical Lights

Musical Lights In this project, we are going to create RGB light flashing in sync with a tune played on the speaker. We will build this project on top of Musical Tunes project. Please refer to that project before you proceed. We will use RGB LED and generate variety of colors with each beat of […]

Musical Lights Read More »

LCD Screen Display

LCD Screen Display Board We can use an LCD screen to display text, numbers and symbols. We will see how can we use the LCD screen with Arduino to use it in various projects. LCD stands for Liquid Crystal Display. It has specially engineered crystal chains which can be oriented in particular way when electrical

LCD Screen Display Read More »

Indoor Weather Station

Indoor Weather Station The most important indoor weather parameters useful to us are air temperature and relative humidity. Relative humidity is the percentage of amount of moisture present in the air compared with maximum amount of moisture possible at that temperature. Typical indoor temperature range is 10°C to 35°C. Relative humidity can vary between 0%

Indoor Weather Station Read More »

Fire Suppressor

Fire Suppressor In this project, we are going to use a flame sensor to detect fire and blow it out using a fan mounted on DC motor. We will also use an LED to show presence of fire. The flame sensor provides HIGH (5V) signal by default. We will keep the motor & LED off

Fire Suppressor Read More »

Touchless Switch

Touchless Switch We are going to use a proximity sensor to detect hand near it and use it to trigger LED to turn on. There are various sensors that can be used to detect proximity of objects. We will be using an infrared proximity sensor in this project. The infrared proximity sensor consists of an

Touchless Switch Read More »

LED Brightness Control

LED Brightness Control In this project we are going to implement two concepts; analog sensing of voltage from potentiometer and PWM signal output to control LED brightness. Analog sensing using microcontroller Analog to Digital Converter is discussed in more details on project about reading potentiometer signal. Similarly digital to analog conversion using PWM signal can

LED Brightness Control Read More »

Digital Voltmeter

DC Digital Voltmeter The battery block consists of two 18650 Li-Ion batteries which supply 8.4V when fully charged. The batteries in the battery block needs to be charged once the supply voltage drops below 7V. We need an instrument to measure the voltage of the battery block to evaluate if batteries need to be re-charged.

Digital Voltmeter Read More »

Potentiometer Input

Analog Input with Potentiometer In this project, we are going to learn to read analog signal using the microcontroller. This is helpful in other projects which require to integrate an analog sensor, like a photoresistor, with the microcontroller. Since the microcontrollers work on digital logic only which is a binary level, reading an analog signal

Potentiometer Input Read More »

Auto Sensing Light

Auto Sensing Light A photoresistor is a semiconductor component which changes its resistance depending on the ambient light. As more photons from ambient light hit the photoresistor, more free electrons get available to conduct electricity. These photoresistors are also called light dependent resistors (LDR). In this project we will read the input from a photoresistor

Auto Sensing Light Read More »