pin

High Power Control Arduino TIP120 Transistor Schematic

High-Power Control: Arduino + TIP120 Transistor

Up until now, we have talked about working with a lot of low-power devices. Sensors, LEDs, ICs, and the like are all capable of being powered directly from your Arduino, but as many awesome 5 and 3.3v components as there are, eventually you will find yourself holding a 12v solenoid, motor, or light and wondering “How the heck am I supposed to …

High-Power Control: Arduino + TIP120 Transistor Read More »

Iot air quality monitoring system

IOT based Air Pollution Monitoring System using Arduino

In this project we are going to make an IOT Based Air Pollution Monitoring System in which we will monitor the Air Quality over a webserver using internet and will trigger a alarm when the air quality goes down beyond a certain level, means when there are sufficient amount of harmful gases are present in the air like CO2, …

IOT based Air Pollution Monitoring System using Arduino Read More »

Multiple mode Environmental Sensor Deck with MKR1000

Multiple mode Environmental Sensor Deck with MKR1000 Using Arduino

Many fun environmental sensors need a hardware interrupt. With the MKR1000, you no longer need to choose! You get I2C, analog ins too! Things used in this project Hardware components Arduino MKR1000 × 1 MOD-1016 Lightning Sensor × 1 DFRobot MQ-9 Gas Sensor × 1 Adafruit Humidity and Temperature Sensor × 1 Adafruit Pressure/Altitude/Temperature Sensor …

Multiple mode Environmental Sensor Deck with MKR1000 Using Arduino Read More »

Arduino while loop (2)

How to use a while loop to calibrate the value of an analog sensor using Arduino

Sometimes you want everything in the program to stop while a given condition is true. You can do this using a while loop. This example shows how to use a while loop to calibrate the value of an analog sensor. In the main loop, the sketch below reads the value of a photoresistor on analog pin 0 and …

How to use a while loop to calibrate the value of an analog sensor using Arduino Read More »

Piezo element to detect vibration

How to use a Piezo element to detect vibration using Arduino

This tutorial shows you how to use a Piezo element to detect vibration, in this case, a knock on a door, table, or other solid surface. A piezo is an electronic device that generates a voltage when it’s physically deformed by a vibration, sound wave, or mechanical strain. Similarly, when you put a voltage across a piezo, it vibrates …

How to use a Piezo element to detect vibration using Arduino Read More »