B.E level projects
hai........
you want B.E level projects. I definitely tell you WHICH ONE IS VERY INTEREST?. first of all you must know all electronic projects have very interesting.because you will show real time output .
the most popular domains are ,
a)Embedded systems
b)VLSI technology
c)Digital signal processing
d)Digital image processing
e)medical electronics with embedded.
if you take project for above these domains,it will be very useful.I am an project engineer.Now, i am working in a project center.I completed my B.E degree course last year.
In my point of view,if you take project in embedded systems.it will be very useful for your interest besides job opportunities.
now a days, there are so many openings in EMBEDDED SYSTEM DOMAIN.
embedded system is nothing but combination of hardware and software i.e embedded with programming language like c.
if you don't mind i will provide a small level embedded project to you.
title:
coffee vending machine controller.
hardware requirements;
a)8051 micro-controller kit(general kit)
b)stepper motor
c)powersupply
d)pc
software requirements:
a)keil software
program:
#include<reg51x.h>
void delay unsigned int time( )
void main( )
{
int c=0;
if(p0.1==1);
{
p1.0=1; stepper motor in on-condition
delay(20ms); in this duration coffee filled in a cup
p1.0=0; stepper motor in off-condition
}
else
{
p1.0=0;
}
void delay unsigned int time();
{
int i=0;
for(i=0;i<=20;i++)
{
c=c++;
}
}
this program explains that,coffee vending machine controller is used to fill the coffee in a cup.if you are take coffee through coffee vending machines, coffee vending machine controller controlls the amount of coffee.this amount will not be exceed than amount of cup and this amount of coffee will not less than amount of cup size.