In this post I will show how to construct a digital ammeter using 16 x 2 LCD display and Arduino. We will understand the methodology of measuring current using a shunt resistor and implement a design based on Arduino. The proposed digital ammeter can measure current ranging from 0 to 2 Ampere (absolute maximum) with […]
Arduino
Make this Digital Temperature, Humidity Meter Circuit using Arduino
In our previous article, I have explained how to interface temperature humidity sensor with arduino and read out displayed on serial monitor of arduino IDE. In this post I have explained how to display the reading on a 16×2 LCD display for the proposed digital temperature/humidity meter using Arduino. Introduction This project may be used […]
Simple Arduino Digital Ohmmeter Circuit
In this post I will show how to construct a simple digital ohmmeter circuit using Arduino and 16×2 LCD display. We will also be exploring the other possible circuit ideas using the same concept. Circuit Objective The motto of this article is not just making an ohm meter to measure the resistance; your multimeter can […]
Arduino Random RGB Light Generator Circuit
The article discusses a simple,Arduino red, green, blue LED light effect generator circuit in a random pattern. In one of the earlier posts we came across a similar RGB LED effect generator circuit using Arduino which was programmed to produce the effect in a flowing sequential manner, whereas here the set up can be expected […]
Arduino RGB Flowing Sequential Light Circuit
In this post we are going to make a simple but useful circuit that can make an RGB LED glow in a nice flowing way. That is not just random blinking, but smooth sequential lighting of red, green, and blue one by one. This is done using Arduino, so you need to have some basic […]
Fading an LED ON/OFF – Arduino Basics
In this post I have explained a basic Arduino function where I have explained the process of fading an LED ON/OFF through some basic code implementations. Creating a Fading Effect We see how to use an analogwrite() function in order to implement a fading ON/OFF of an LED. The function incorporates PWM pulses across a […]





