Thursday, 7 July 2016

DC to AC Inverter Circuit

Inverters are quite handy in time of power cuts. The most common type of inverter we see in everyday life is UPS (Uninterruptible Power Supply). We use UPS to keep PC (Personal Computer) running in the event of power cuts. UPS keeps up the power delivered until battery bank runs out.

UPS is a system which converts DC to AC. So, UPS takes DC power of battery as input and gives AC power as output. In this tutorial we are going to design a 100 watt 12v DC to 220v AC inverter. This Circuit is easy and you only need few capacitors, resistors, diodes and a transformer. So here the guide and schematics to build this inverter circuit.

Tuesday, 28 June 2016



Vehicles tracking through GPS is one of the useful technologies. But in this time of IoT where everything could be connected through internet, can we connect the GPS through internet and show data on Google maps? Yes! In this IoT project we are building more advanced version this Vehicle Tracking System in which you can Track your Vehicle on Google Maps. In this project, we will send the location coordinates to the Local Server and you just need to open a ‘webpage’ on your computer or mobile, where you will find a Link to Google Maps with your Vehicles Location Coordinates. When you click on that link, it takes you on Google Maps, showing your vehicles location. Here GPS Module is used to get the location coordinates, Wi-Fi module to send data to computer or mobile over Wi-Fi and Arduino is used to make GPS and Wi-Fi talk to each other.

Find out this complete IoT project here

Tuesday, 7 June 2016

Temperature Measurement using Raspberry Pi

Room Temperature Measurement with Raspberry Pi

After covering the basic raspberry pi tutorials in previous articles, in this project we are designing first application based on the previous tutorials. The first basic application is a Raspberry Pi Temperature Monitor where you can monitor the temperature readings on computer. For this we have interfaced Raspberry Pi with LM35. You can learn more about LM35 temperature sensor, here

As discussed in previous tutorials, there are no ADC channels provided internally in Raspberry Pi. So if we want to interface any analog sensors we need an ADC conversion unit. And in one of our tutorials we have Interfaced ADC0804 chip to Raspberry Pi to read an analog value. So go through it before building this Room Temperature Thermometer.

Wednesday, 1 June 2016

DIY Homemade Arduino

Arduino is an open-source development platform for engineers and hobbyists to develop electronics projects in an easy way. It consists of both a physical programmable development board (based on AVR series of microcontrollers) and a piece of software or IDE which runs on your computer and used to write and upload the code to the microcontroller board.

Arduino uses a boot loader. Boot loader is a piece of software that allows the new software to be burned on it. So in this DIY, I am going to discuss “How to Burn a Boot Loader in a Fresh ATmega328 Chip and Build a Homemade Arduino on PCB”. In Arduino UNO we use ATmega328 IC so that I select this one to demonstrate this project.

Read more: How to make homemade Arduino

Thursday, 5 May 2016

Latch Circuit Diagram

This Latching Circuit is a circuit which locks its output when a momentarily input trigger signal is applied, and retains the same state even after the input signal is removed. This State will remain indefinitely until the power is reset or some external signal is applied. Latch circuit is similar like SCR (Silicon Controlled Rectifier) and can be very useful in various circuits like alarm circuits.


Here is a very simple latch circuit which can be used to trigger the AC mains loads and alarms.

Friday, 22 April 2016

Getting Started with Arduino Due - Connecting LED's and PWM Tutorial

Let's first have a basic introduction of Arduino Due Board. It is an ARM controller based board designed for electronic Engineers and Hobbyists. ARM architecture is very influential in modern electronics. We are using the ARM architecture based controllers everywhere. For example we are using ARM controllers in our mobiles, iPods and computers etc. If someone wants to design industrial systems, it must be on ARM controllers. ARM controllers are very important because of the frequency of their operation and data bus size.
Here is a simple tutorial to blink an LED for every 1000ms.We will connect an LED at PIN13 through a 220Ω current limiting resistor.

Now lets check this experiment to understand the PWM (Pulse Width Modulation) concept in Arduino Due board.

The circuit is connected on breadboard as per the connections shown in above image. However one must pay attention during connecting the LED terminals. Although the buttons can show bouncing effect but in this case it does not cause considerable errors, so we need not worry this time.

Check here the complete tutorial: PWM with Arduino Due

Tuesday, 5 April 2016

DIY Arduino Frequency and Capacitance Meter

Here are the two interesting and useful DIY tutorials to build a frequency counter and a capacitance meter using arduino uno.

1) Capacitance Meter
Although there are various equipments for measuring the capacitance, but all these devices are costly and not for everyone. With that in mind we have designed this simple Arduino Capacitance Meter to measure the capacitance of unknown capacitors.

2) Frequency Counter

Similarly there are various devices to measure the frequency but all these devices are costly and are not for everyone. With that in mind we have designed this simple yet efficient Frequency Counter using Arduino Uno and Schmitt trigger gate.