
How to connect 16*2 LCD display Arduino UNO
To Connect 16*2 LCD Display Arduino Uno we will use the previous project to capture temperature and display on console. Parts required for the project: Arduino IDE to program the code and upload OneWire and DallasTemperatre library for the Arduino…

How to Measure temperature with Arduino and DS18B20 sensor?
In this example project we will be combining an Arduino and DS18B20 sensor. The DS18B20 is also called 1-wire digital temperature sensor Arduino and DS18B20 Temperature Sensor The DS18B20 comes in different forms and shapes, so you have plenty of…

Servo Motor Control using Arduino
Following post will explain Servo motor control using Arduino UNO 3. Servo motors have three wires: power, ground, and signal. The power wire is typically red, and should be connected to the 5V pin on the Arduino board. The ground…

How to test Arduino UNO
You have received your Arduino UNO and want to quickly verify and test arduino uno that it is in good condition or you want to write your first Arduino UNO program. To do so you need to follow the following…

Adjustable Buck regulator with Low Ripple voltage
The LM2576-Adjustable Buck regulator using LM2576- Adj series are monolithic IC that provides all active functions for a step-down(buck) switching regulator. The output voltage is adjustable from 1.23 v to 37 v and are capable of driving 3 am. Load…

Lighting LED Using Raspberry Pi and Python
Lighting LED using Raspberry Pi To lighting LED using Raspberry Pi we first need Python GPIO. In my previous post on Raspberry pi we have installed raspbian. Next thing is to start experimenting on it. In this post we will see how you can setup…
Multi browser testing using Visual Studio
Multi browser testing using Visual Studio can be achieved by using Selenium and NUnit plugins. Below are step by step details of how it can be achieved. Step 1 In order to achieve multi browser testing using Visual Studio, we need…

Arduino Uno
What is Arduino UNO? Arduino is an open source electronics prototyping platform based on flexible, easy-to-use hardware and software. It is intended for artists, designers, hobbyists and anyone interested in creating interactive objects or environments. Arduino Uno is a board based…