Interfacing SPI TFT with Arduino.

By // 20 comments:
Thumbnail
Hey fellas! It's been long since our last blog...but worry not! Here I'm back again with something new to try this time around. This blog will let you know how to interface a 1.8 inches SPI TFT with arduino. The task may get a bit tricky if someone just starts without taking a few things in consideration. So here we go! Now what's with this "SPI" term? Why not just a TFT? Well, that's because like you all must have known, there are 2 modes of transferring data, SERIAL & PARALLEL....

How To Interface PIR Sensor With Arduino

By // 14 comments:
Thumbnail
Hello Arduinians... Ever thought of detecting motion via your Arduino.... if yes, then this one's for you. In this tutorial, We're interfacing PIR sensor today with Arduino. Let's gets started! Block Diagram Block Diagram Components Required For This Tutorials 1 * Arduino Board 1 * PIR Motion Sensor(you can buy from here)   Breadboard Jumper wires Battery What is PIR motion sensor & how it works? Basically, a PIR stands for "Passive Infrared Sensor". The sensor works...

Learn How To Make A Digital Voltmeter Using Arduino

By // 12 comments:
Thumbnail
Arduino is very popular and easy to use. With Arduino, we can do lot's of projects and experiment. So today we add one more projects in our Arduino project list. In this article, we are going to make a digital voltmeter.using an Arduino board. In this project, we measure the input voltage range between 0 to 50V by using the voltage divider. It is very simple to use Arduino as a voltmeter. Arduino UNO has  5 analog pin to read the input analog value. If we have an idea about reference...

A Guide For Interfacing Analog Sensors With Arduino

By // 6 comments:
Thumbnail
With Arduino, almost everything seems to be too friendly when it comes to interfacing various sensors, shields, add-ons or any other utility devices. Just because the Arduino coding environment is so user-friendly, anyone can do it. So in this post, I will just show you how to hook up your sensors to Arduino and get them running. Let's start with the very basics.... Sensors What is Sensor Sensors are those electronic components which convert physical data into electronic data. This data...

Automatic Street Light Controller Circuit Using LDR And 555 Timer IC

By // 53 comments:
Thumbnail
We are living in the world where everything goes to be automatic from your washing machine to your ceiling fan. Street lights are one of those examples of the automatic world. Automatic street light are those light which needs no manual operation to gets turn ON and turn OFF. Did you ever try to make such kind of street lights that gets turn ON and turns OFF automatically? In this article, we are going to make automatic street light using LDR and 555 timer IC. List of Components   555...

Atmel AVR Studio - Download and Install

By // 2 comments:
Thumbnail
In the previous article, we learn why AVR microcontrollers are so popular for designing embedded system projects. We have got the basic knowledge of ATmega16 Pin description and other required data through its datasheet. Now we can move forward to code our microcontroller. So In this article, we are going to install and setup the Atmel studio.  Source: ATMEL HOW TO INSTALL ATMEL STUDIO  Those who have been using an earlier version of Atmel studio can realize that there...