Click here to Skip to main content
15,899,475 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

This is my first post here.

I have a final year project with the title above. I studied the whole idea and I came up with a desgin...

- I will program the user interface with C#.
- I will take a video streaming using a wirless camera stationed on the car.
- I will use RF module to control the robot.
- I will use Arduino microcontroller. I will interface it with the rf module and the motors, this Arduino breadboard is programmable with C, C++ check arduino.cc.

Is this doable???
Any hints?
Any books?
Posted
Updated 24-Aug-10 8:25am
v3

Sounds feasible, question is, what's your bridge between C++ and C# ?
 
Share this answer
 
you asked is this doable?

well, you said it is your final year project.

How many people are going to work on the project? I am assuming you are alone.
How long of time do you have?

It is doable, but I am not sure if you have enough time in your hands to complete it.
 
Share this answer
 
Well, this project would be involved in different hardware and software. It depends on if you know how these parts communicate with each other. If the answer is YES, then you can say it is doable.

By the way, this is not a simple question related to C#, so you'd better search more to make sure that.
 
Share this answer
 
thank you all
this is more info. to know what i am through

- i am alone in this project
- i will hand it in may 2011
- for the c++ part i will only program the arduino breadboard to receive data from RF and translate it to orders to move the motors that are connected to the wheels.
- i will use c# to control either the parallel or the com port, " or any other port" which is connected to the radio frequency remote, so that it will send the commands, the commands will be received by the rf module on the car.
- the camera will work independently, it will send the video to my computer, "it is wireless of course"
- i will make c# interface that contains the control bottoms and the video received from the wireless camera.


how about that?
 
Share this answer
 
Comments
SnowHow 24-Aug-10 14:42pm    
You are going to have more problems with your speed controllers(especially if you are designing the whole car), rf comm, and your MCU then you ever will have with your c# front end. good luck. It isn't a hard project its just a matter of putting the puzzle together.
don.ali 25-Aug-10 16:18pm    
ok
first i want to find out a way to get a video feedback from the wireless camera and stream it in my c# interface
is there any way i can do that??
i mean for example does this link helps????

http://www.codeproject.com/KB/audio-video/cameraviewer.aspx

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900