Simple 2 minute Timer Circuit for your DIY
In this post, a simple timer circuit switch for light is designed that will turn on a high power LED for a particular duration. Timer is a switch that is operated by a timer system. The switch is turned on…
In this post, a simple timer circuit switch for light is designed that will turn on a high power LED for a particular duration. Timer is a switch that is operated by a timer system. The switch is turned on…

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…

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…

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…
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…
There may be situation when you may require to transfer domain hosting from one hosting provider to other. Doing so there are many challenges like making sure that there is minimum downtime such that end user does not get to know…
Solar mobile charger circuit using LM7805 fig1 C1 and C2 – 4700 µf This circuit is self explanatory. It uses solar panel to convert light energy to electrical energy to charge your mobile. It uses 5v regulator IC 7805 to…
JMeter 2.13 is now here for sometime now. There are many new features in JMeter 2.13 . Some of the important and major enhancements are listed below. Following are the Major enhancements in JMeter 2.13 version. New Element – New Async…
What is IOT? As per Wikipedia “The Internet of Things (IoT) is the network of physical objects or “things” embedded with electronics, software, sensors, and network connectivity, which enables these objects to collect and exchange data.” The Internet of Things…

Remote controlling Raspberry Pi using SSH Enable SSH in raspberry pi using the command raspi-config From window machine use putty to connect to Raspberry Pi From Linux Machine or Mac use terminal to connect eg: ssh pi@xxx.xxx.xxx.xxx Remote controlling Raspberry…