Forum     

Go Back   Digit Technology Discussion Forum > Portables, Peripherals and Electronics > QnA (read only)
Register FAQ Calendar Mark Forums Read

QnA (read only) Mods please help transfer the contents of this forum to proper sections. :)


 
 
LinkBack (1) Thread Tools Search this Thread Display Modes
Old 25-07-2006, 10:27 PM   1 links from elsewhere to this Post. Click to view. #1 (permalink)
Broken In
 
sav_more's Avatar
 
Join Date: Aug 2004
Location: mumbai
Posts: 136
Arrow Final Year Project:Selected..but help needed.


hey guys.i m intrested in two projects for my final year electronics & telecom project.wil do any one provided i get some more info.help will be really appreciated.


source: projectguidance.com


Wireless Metal Detection System

This project uses a metal detector, a wireless (RF) communication link, a command center (computer) and a remote control vehicle as a mobile unit to detect metal underground. This information is then sent back to the workstation. The system described above has been designed, to approximate metal depth within a 4-inch deviation. For test and demonstration purposes, we will search up to a depth of 1 foot. The system operates within a 500-foot radius and can withstand reasonable amounts of interference. This system is designed to help probe unsafe or inaccessible areas


Web camera motion control


The objective of this project is to control a web camera via the Internet. This will be accomplished through the use of a motorized control tray. This tray will be connected through a (wireless) serial link to a web server that will be connected to a client applet that allows the user to control the direction the camera is pointed in. Since the solution strategy involves a wireless serial link, this would allow the camera and tray to be placed relatively far from the server. Because of this flexibility in camera placement, many different unique applications are possible for this system.


some help about design,circuits implimentation needed. thanks
__________________
********tryin to use ubuntu......n lovin it*********
ASUS A8N VM CSM,AMD 3000+ @ 2GHZ,Seagate Barracuda 120Gb,256*2 ddr @400mhz,samsung syncmaster793mb,geforce7300le,samsung CD-RW,creative 4.1
sav_more is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 26-07-2006, 01:24 AM   #2 (permalink)
Rubik's Uncle!!
 
Charan's Avatar
 
Join Date: Sep 2004
Location: ಬೆಂಗಳೂರು (Bengaluru)
Posts: 3,789
Default Re: Final Year Project:Selected..but help needed.

You got loads of work and research to do. Before i say anything I would like to know a few things.

How good are you in electronics?
I need to know if you have a hobby of building electronic circuits.

Microcontroller.
do you know anything about microcontrollers. if yes please specify the core you know like (8051/52, PIC or AVR) or microprocessors Intel 8085.

Programming languages.
What programming languages do you know?
You require good knowledge in C and windows programming.
Looking at these projects i feel that programming in java will be quite complicated and you will be wasting time in doing that. you can do the client software in either clasic VB(VB 6.0) or .NET or Delphi.

What is your team size?


Now to the business.

Wireless Metal Detection System.

You will have to do the following.

1. Mobile Unit.
You can think of purchase a remore controlled toy car. this will reduce one major part of the project i.e., the mobile unit. but beware these toy cars have limited range and are also difficult to control .

2.Metal detector.
There are two options in this.

The tough one. -- which will also determine the depth of the metal object.
this is really tough and requires a lot of coding. I feel that you can use a Proximity Metal detector for this. or you have to do ever thing manually. i.e., you have to callibrate the detector such that it provides different output for different depths. so once calliberated you can tell by the output that the metal objects are in such and such depth like 2 ft or 4 ft.

Easy one.
the detector just tells if a metal object is found or not. implimenting this will be very simple and im dam sure it will work.

The on field computer.
Your Mobile unit will be carying a onboard computer which will be a microcontroller.
This onboard computers job will be to transmit data to the host computer which will be PC.
You can transmit information on whether or not a metal has been detected. if you include the proximity detector then it can also sent the depth at which the metal object was found back to the host.

The Host(Control Center).
This will include two parts.
One is the reciver and the second the PC itself.

The reciver will recive the data from the onboard computer and will send the information to the PC either via Serial , paraller or the USB Port of the computer. I suggest you to impliment serial communication cause most Microcontrollers have inbuilt support for serial communication.


Control Center Software.

The most toughest part is the serial comm link .You have to Plan how the messages Protocol will be. there are many methods, but looking at the project it would be beter if you building a costum protocol for this. The Onboard computer should also use the same protocol for communication.

One you get the data into the software.. the rest will be a piece of cake.


Remember --- You will have to write three seperate programs .

One for the onboard computer, one for Receiver --- these two will be writen in C . yes you read it right , these microcontrollers should be programmed in C . I will tell you about this later.

The third Program will run on the PC , and it will be a windows application.
You can use classic VB for this or .NET.

This is just the trailer. there will be more of this

And for the Web camera motion control project , you have to wait for sometime , as im exausted right now

Any more Questions..... Please post it here.

Regards
Charan

PS: Please feel free to add me to your Yahoo Chat ID.
__________________
i5 2400 | DH67BL | G.Skill Ripjaw 4 GB | FSP SAGA II 500W | CM 430 Black Elite | MSI R6850 Cyclone PE/OC | XBox 360 Controller | 21.5" Samsung Sync Master 2233 | 4 Mbps @75GB FUP :)
Battlefield 3 Multiplayer Discussion | Battlefield 3 Low Latency Servers List

Last edited by Charan; 26-07-2006 at 01:29 AM.
Charan is offline  
Old 26-07-2006, 05:29 AM   #3 (permalink)
Broken In
 
harmax's Avatar
 
Join Date: Mar 2004
Location: chennai
Posts: 135
Default Re: Final Year Project:Selected..but help needed.

gud explanantion charangk, me givin u reputation points
__________________
WORK EXPANDS TO FILL THE TIME NEEDED FOR ITS COMPLETION
-------- PARKINSON\'S LAW
harmax is offline  
Old 26-07-2006, 09:00 AM   #4 (permalink)
Legen-wait for it-dary!
 
dheeraj_kumar's Avatar
 
Join Date: Dec 2004
Location: Chennai
Posts: 2,471
Default Re: Final Year Project:Selected..but help needed.

you need to be above average in electonics and programming to do the second project.

1. First, think of how you want the webcam to move. in a surface parallel to the ground? on a wall, placed vertically? how much area do you want it to moniter? etc.

If it is on the ground, you can get a remote controlled car for a broad area, or if you want to moniter a specific area you can place your project inside a remote controlled toy train and place it on a constructed track around the area. if you want it to move in a vertical fashion, attached to the wall, you need to do more work.

2.How are you going to control the webcam? you definitely need a microcontroller for it, meaning you would need to program it as well. I would suggest a PIC. You need to know c. remember, you also need to analyze the webcam manual to find out how it communicates to a compuiter in general, for you to program it in the microcontroller

3.How are you going to communicate to the server? you can use any optical communication technology OUTSIDE the range of wavelengths detected by the webcam. Lasers cannot be used as you need to focus them to the receiver. if you are ready for it, you can even use bluetooth yep, I'm serious. But remember to choose a medium that gives you good speed. you may need to attach a filter to your receiver unit for cutting out the optical noise. I would suggest you modulate and demodulate for better results. all this would add significantly to the circuit(and your budget) but will spruce up your project.

4.Programming the server...You first need to hook up a microcontroller which can support a port like serial(recommended) or usb. next, you need to write a program for communicating to the receiver. it can be in vb or c++. once you get the data from the receiver, you can send it via any protocol, you can use vb to send the data to a specified port easily.

5.the client-you need to write a program to moniter a specific port for data and you need to convert the signals to an image and display it. I've seen Java applets used for this purpose. I don't know java, so I cant help you out there. google "webcam controller" for more info on using java

IMHO, this project is more complicated than the first (metal detector) remember, because both the server as well as the webcam need to both send and receiver data, you need to build a receiver and a transmitter on each "junction" as I call it.
dheeraj_kumar is offline  
Old 26-07-2006, 12:04 PM   #5 (permalink)
Rubik's Uncle!!
 
Charan's Avatar
 
Join Date: Sep 2004
Location: ಬೆಂಗಳೂರು (Bengaluru)
Posts: 3,789
Default Re: Final Year Project:Selected..but help needed.

@sav_more both your Project is answered now. The explanation given by dheeraj_kumar is good and there is nothing more for me to add.

@harmax thanks
__________________
i5 2400 | DH67BL | G.Skill Ripjaw 4 GB | FSP SAGA II 500W | CM 430 Black Elite | MSI R6850 Cyclone PE/OC | XBox 360 Controller | 21.5" Samsung Sync Master 2233 | 4 Mbps @75GB FUP :)
Battlefield 3 Multiplayer Discussion | Battlefield 3 Low Latency Servers List
Charan is offline  
Old 26-07-2006, 05:07 PM   #6 (permalink)
Broken In
 
sav_more's Avatar
 
Join Date: Aug 2004
Location: mumbai
Posts: 136
Smile Re: Final Year Project:Selected..but help needed.

AWSOME REPLYS GUYS.just checked to see if anyone has answered this post.in college rt now.will post details wen i get home.
rep points for both u guys...

thanks for the info.but my major concern is about the circuit diagrams.
i am not an expert in electronics.but can handle it well enuf.
we are a group of 3.
we will be doing the project through Arya Telecommunications.a company in Andheri(mumbai).
know bout c.
Programming part is a pain for us though.
we have learnt intel 8085,86,51 and their programming.
one of us is a good enuf programmer(atleast better than me).

my major concern is the circuit diagram.we have to submit a small report about the project undertaken to college as soon as possible.help about this wud b appreciated.

budget is not such an issue.entire costs split in 3.
so if u cud just help with the ckt diagram(links or any other medium..).

and thanks bout the info and efforts.....helped me a lot already.
__________________
********tryin to use ubuntu......n lovin it*********
ASUS A8N VM CSM,AMD 3000+ @ 2GHZ,Seagate Barracuda 120Gb,256*2 ddr @400mhz,samsung syncmaster793mb,geforce7300le,samsung CD-RW,creative 4.1

Last edited by sav_more; 26-07-2006 at 08:10 PM. Reason: Automerged Doublepost
sav_more is offline  
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


LinkBacks (?)
LinkBack to this Thread: http://www.thinkdigit.com/forum/qna-read-only/32683-final-year-project-selected-but-help-needed.html
Posted By For Type Date
Thread need help for final year extc project. | Digit Forum | BoardReader This thread Refback 13-08-2010 02:27 PM

 
Latest Threads
- by Tenida
- by Charan
- by abhidev
- by Sujeet
- by Sarath

Advertisement




All times are GMT +5.5. The time now is 09:28 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2