Digital Voltmeter using AVR Microcontrolelr

http://circuitdigest.com

In this project we are going to design a 25V range digital voltmeter by using ATMEGA32A microcontroller. In ATMEGA, we are going to use 10bit ADC (Analog to Digital Converter) to build a digital voltmeter. Now the ADC in ATMEGA can not take a input more than +5V, so for getting a higher range we are going to use a voltage divider circuit.

Read more »
Created by Jayant 10 years 20 weeks ago – Made popular 10 years 20 weeks ago
Category: Microcontrollers   Tags:

Getting Started with 8051 Microcontroller

http://circuitdigest.com

If you are looking for a beginners guide on “How to start with 8051 Microcontroller”, here in this article I will show you how to work with 8051 microcontroller practically. I am not going into detail of “What is 8051 microcontroller”, or “How to write a c-program” etc., but the scope of this article is to tell about the hardware and software

Read more »
Created by Jayant 10 years 22 weeks ago – Made popular 10 years 22 weeks ago
Category: Microcontrollers   Tags:

RFID Based Toll Plaza System

http://circuitdigest.com

In this project we are going to design a RFID based toll plaza system for security purposes. So this system open gates and allow people only with the authorized RFID tags. The authorized tags holder ID’s are programmed in to the ATMEGA Microcontroller and only those holders are allowed to leave or enter the premises.

Read more »
Created by Jayant 10 years 22 weeks ago – Made popular 10 years 22 weeks ago
Category: Microcontrollers   Tags:

7 Segment Display Interfacing with 8051 Microcontroller

http://circuitdigest.com

Seven segment displays are important display units in Electronics and widely used to display numbers from 0 to 9. It can also display some character alphabets like A,B,C,H,F,E etc. In this tutorial, we are going to learn how to interface a segment with 8051 microcontroller. We are using AT89S52 microcontroller.

Read more »
Created by Jayant 10 years 23 weeks ago – Made popular 10 years 23 weeks ago
Category: Microcontrollers   Tags:

HEXAPOD USING 8051 MICROCONTROLLER

http://2embeddedrobotics.blogspot.in

A Hexapod is a six legged robot which looks like a spider. I was giving presentation on 8051 microcontroller a student asked me ,”Can we make a hexapod using 8051 and I said yes we can but he added that he searched on this topic on google and was not able to find good information about it.

Read more »
Created by Jayant 10 years 23 weeks ago – Made popular 10 years 23 weeks ago
Category: Microcontrollers   Tags:

8051 Microcontroller Based Gesture Controlled Robot

http://2embeddedrobotics.blogspot.in

A Gesture Controlled robot is a kind of robot which can be controlled by your hand gestures not by old buttons.You just need to wear a small transmitting device in your hand which included an acceleration meter. This will transmit an appropriate command to the robot so that it can do whatever we want.

Read more »
Created by Jayant 10 years 23 weeks ago – Made popular 10 years 23 weeks ago
Category: Microcontrollers   Tags:

Beagleboard based Dancing SpiderBot

http://www.eetimes.com

The E.L.F. robot dances to the beat of any song it hears. One of the coolest things about this project is that its creator, John Jensen, had no previous hardware building experience prior to this project. This quick learner made the SpiderBot while deployed to Iraq. He chose the BeagleBoard to give the spider plenty of speed and well-defined dance moves.

Read more »
Created by Jayant 10 years 24 weeks ago – Made popular 10 years 24 weeks ago
Category: Microcontrollers   Tags:

LED Interfacing with 8051 Microcontroller

http://circuitdigest.com

LED interfacing is the first thing, one would try to do while getting started with any microcontroller. So here in this tutorial we are going to interface a LED with 8051 microcontroller, and will write a C Program to blink the LED. We have used a very popular microcontroller AT89S52, of 8051 family, by ATMEL.

Read more »
Created by Jayant 10 years 24 weeks ago – Made popular 10 years 24 weeks ago
Category: Microcontrollers   Tags:

Threading and Timers in Atmega328p

http://www.engineersgarage.com

My motivation for this project was to minimize the usage of functions such as _delay_ms(), _delay_us() and their derivatives with some exceptions, like delays to control the LCD.

Delay pauses the whole program, so if one is using delay for 10 seconds everything will pause for those 10 seconds, therefore nothing can be done in those 10 seconds.

Read more »
Created by Jayant 10 years 24 weeks ago – Made popular 10 years 24 weeks ago
Category: Microcontrollers   Tags:

DIY Spectro II

http://topologicoceans.wordpress.com

If you recall, when last we left our humble spectrophotometer, it was a shambling mess of stone-age technology. Now, its a shambling mess of information-age technology!

Read more »
Created by Jayant 10 years 24 weeks ago – Made popular 10 years 24 weeks ago
Category: Microcontrollers   Tags:

USING AN AVR AS AN RFID TAG

http://scanlime.org

Last time, I posted an ultra-simple “from scratch” RFID reader, which uses no application-specific components: just a Propeller microcontroller and a few passive components. This time, I tried the opposite: building an RFID tag using no application-specific parts.

Read more »
Created by Jayant 10 years 24 weeks ago – Made popular 10 years 24 weeks ago
Category: Microcontrollers   Tags:

RFID BASED SECURED ACCESS SYSTEM USING 8051

https://www.academia.edu

RFID based Secured access system implemented on 8051 microcontroller . This is a very useful application of RFID and is very commonly used in institutes, offices, homes and so on. An RFID system consists of a reader device and a transponder. A transponder or tag has a unique serial number which is identified by the reader.

Read more »
Created by Jayant 10 years 24 weeks ago – Made popular 10 years 24 weeks ago
Category: Microcontrollers   Tags:

LCD Interfacing with ATmega32 Microcontroller

http://circuitdigest.com

The 16x2 will have 32 characters in total 16in 1st line and another 16 in 2nd line. Here one must understand that in each character there are 5x10=50 pixels so to display one character all 50 pixels must work together. But we need not to worry about that because there is another controller (HD44780) in the display unit which does the job of controlling the pixels.

Read more »
Created by Jayant 10 years 24 weeks ago – Made popular 10 years 24 weeks ago
Category: Microcontrollers   Tags:

Automatic Staircase Light using ATmega32 Microcontroller

http://circuitdigest.com

The circuit works on two conditions - one is presence of light in its location and second is presence of human being, only when these two conditions are met, the controller turns the backup light ON.
These two conditions are tested by two sensors one is LDR and other is Motion sensor module. The LDR senses the presence of light and Motion sensor detects the presence of a human being in its range.

Read more »
Created by Jayant 10 years 24 weeks ago – Made popular 10 years 24 weeks ago
Category: Microcontrollers   Tags:

Navigation

User login