Register  Contact us  Reviews  


Serial Port Programming using 8051

On March 29, 2012, in 8051 projects, Microcontroller Projects, Projects, by admin

The UART present in 8051 Micro-controller is initialize to 9600 Baud rate, 8 -bit data, Zero Parity, 1 stop bit and No Flow control is chosen. Then data is send to the computer from the MCU, here we send “Hello World”.

 

Alcohol Sensor using 8051 Microcontroller

On March 9, 2012, in Microcontroller Projects, Projects, by admin

This project will sense the amount of alcohol consumed by the person and it will display the same to the LCD. This product can be used for identifying whether is person is drunk, which is used by traffic police across many countries.

 

LED blinking using TIMER in 8051

On March 7, 2012, in Projects, by mohana

The micro-controller will respond to the timer and it will begin to service the timer. In timer service routine, LED is turned on for some time.

 

Interfacing PIR Sensor With 8051Micro Controller

On March 6, 2012, in Microcontroller Projects, Projects, by admin

Generally this PIR Sensor is used in motion control. In this project it will sense the object with simple variations and it will run the motor.

 

LPG Gas leakage Detector

On March 5, 2012, in 8051 projects, Microcontroller Projects, Projects, by admin

This project will sense the amount of LPG present in the air if its leaked, and it will display the same to the LCD. This concept can be used for building home automation products.

 

Invisible Spy car- SIET Student

On March 2, 2012, in Microcontroller Projects, Projects, by karthik

This project is done by : Prem Shruthika , An EPRIIANs from SIET collegee!This project is to make that car invisible and it was achieved by bring the ground colour on the car and it makes the car invisible. This can be achieved by using mirrors, display and camera.The car includes a wireless surveillance camera to lively broadcast the activities of ground. This spy car can be controlled via a laptop or a computer.

 

Interrupt Programming using 8051

On March 1, 2012, in 8051 projects, Microcontroller Projects, Projects, by admin

When the switch is pressed connected to P3.2 , the micro-controller will immediately respond to the interrupt and it will begin to service the interrupt. In interrupt service routine, LED is turned on for some time.

 

Humidity Indicator

On February 29, 2012, in Microcontroller Projects, Projects, by admin

This project will sense the relative humidity from the atmosphere and it will display the same to the LCD. This product can be used for building the product will give comfort to human beings. The products could be air conditioner, Heater etc.,

 

RF Controlled Robot using AVR Microcontroller- SMIT students “Embedded Warriors”

On February 27, 2012, in AVR Projects, Microcontroller Projects, Projects, by admin

This project is done by : A.Parthiban, N.Sabarishan & R.Sankarappan, An EPRIIANs from SMIT College!
This Project the movements of the Robot is controlled using a remote designed using RF module. With the help of the remote the Robot can be guided to move in any desired direction.Thus the Robot is controlled using the remote designed using RF module. The AVR Microcontroller controls the vehicle movement using L293D by the inputs it’s receiving from the remote.

 

Line follower ROBOT -SMIT Students “Embedded Warriors”

On February 20, 2012, in 8051 projects, Microcontroller Projects, Projects, by karthik

This project is done by : A.Parthiban & K. Prakash, An EPRIIANs from SMIT College!
IR transmitter emits IR rays which are reflected by the white surface and absorbed by the black surface thus the robot tracks the black line from which the rays is not reflected. This project uses the concept of Interrupts and timers to track line accurately.