Projects

Analog to Digital Conversion in ARDUINO1

Analog to Digital Conversion in ARDUINO

Analog to digital conversion module of ARDUINO UNO has 6 input ports. The number of the port varies with your ARDUINO model but the coding remains the same. The analog reading in the analog inputs are converted into corresponding 10bit(0-1023). ARDUINO developers have made such an option that you can print anything and see it on the Serial monitor. […]

How to Convert an Arduino into an AVR Flash Programmer

How to Convert an Arduino into an AVR Flash Programmer

In case you don’t have an AVR programmer but you do have an arduino, the arduino can be converted into an AVR flash programmer, meaning it can program bare AVR microcontroller chips. Say if you have an AVR chip and you want to program the chip, so that the program that you’ve written and compiled […]

How to Build an Infrared Distance Sensor Circuit1

How to Build an Infrared Distance Sensor Circuit

An infrared (IR) distance sensor is a sensor that can measure distance from a solid or physical object. An infrared distance sensor does this through light waves. It sends out infrared light and waits to receive it back at the receiver end. If it receives back the infrared light, this means that the light waves […]

How to Build an HC SR04 Distance Sensor Circuit

How to Build an HC-SR04 Distance Sensor Circuit

An ultrasonic distance sensor is a sensor that can measure distance from a solid or physical object. An ultrasonic range finder does this through sound waves. It sends out high-frequency sound waves and then waits to listen back for these sound waves. If it has heard back these sound waves, then this means the sound […]

How to Build a Servo Motor Circuit with Arduino

How to Build a Servo Motor Circuit (with Arduino)

In this project, we will go over how to build a servo motor circuit using an arduino. This is a circuit which can control and rotate a servo motor to rotate a certain amount of degrees. Specifically, in our circuit, we will make it so that the servo motor rotates 180 degrees and then stops […]

How to Build an Ohmmeter Using an Arduino

How to Build an Ohmmeter Using an Arduino

In this project, we will show how you can build an ohmmeter using an arduino. An ohmmeter is a device that can measure resistance. Most of the times now, ohmmeters aren’t standalone devices but appear as one of type of measuring device amongst many in a multimeter. An advanced multimeter, today, would have an ohmmeter, […]

MQ 3 Alcohol Sensor Circuit Built with an Arduino1

MQ-3 Alcohol Sensor Circuit Built with an Arduino

In this project, we will go over how to build an alcohol sensor with an arduino. The alcohol sensor we will use is the MQ-3 sensor. This is a sensor that is not only sensitive to alcohol, particularly ethanol, which is the type of alcohol which is found in wine, beer, and liquor. This type […]

MQ 2 Smoke Sensor Circuit Built with an Arduino

MQ-2 Smoke Sensor Circuit Built with an Arduino

In this project, we will go over how to build a smoke sensor circuit with an arduino board. The smoke sensor we will use is the MQ-2. This is a sensor that is not only sensitive to smoke, but also to flammable gas. The MQ-2 smoke sensor reports smoke by the voltage level that it […]

How to Build a Liquid Level Gauge Circuit with an Arduino

How to Build a Liquid Level Gauge Circuit with an Arduino

In this project, we will build a liquid level gauge circuit with an arduino. This is a circuit in which a liquid level can be monitored through a gauge. We read the liquid level from the gauge (low, medium, or high), just as you see above. With a microcontroller such as the arduino, building this […]

Arduino Light Meter Circuit meter

Arduino Light Meter Circuit

In this project, we will go over how to connect an analog volt panel meter to an Arduino so that it can measure and give us a readout of light striking the circuit. In this way, the circuit will function as a light meter. When there is a lot of light shining on the circuit, […]

Scroll to Top