resistor

MCP41100 an Arduino Controlled Potentiometer

MCP41100 an Arduino Controlled Potentiometer

We know the analog potentiometer , is a three-terminal resistor with a sliding contact that forms an adjustable voltage divider . MCP41100 an Arduino Controlled Potentiometer: 1)volume controls on audio equipment. 2) Control the amplifier Gain and offset . 3) Transducer ” displacement  transducers “. and many Other application , But did you you want to …

MCP41100 an Arduino Controlled Potentiometer 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 »

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 »