Click here to Skip to main content
15,741,947 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I know java and asp.net well,

I am thinking to make an interface application which can be used as controller I.e., remote control car , robots etc ,

so, my question is ,is it possible to create such application using java or .net ,

Please help me,
Posted
Comments
Akash1712 24-Apr-12 10:02am    
Radvegas11,thank you for reply,

can you please provide me any link which help me to understand whole thing,

Yes, I have made a remote control robot with the use of java for the assorted movements of the robot. Just make sure you buy the right components.
 
Share this answer
 
Comments
Akash1712 24-Apr-12 11:56am    
I found something that says there exist chip called PhidgetInterfaceKit 0/0/4 – a USB-
controlled board with 4 relays, which helps to connect pc with remote control but I want to know how to communicate it with our application ?
Most things are possible with software. Do some research with Google for the subject(s) you are interested in, but make sure you do not just copy someone else's code.
 
Share this answer
 
If you like java go for an arduino robot, if you like .net you could try a lego robot and microsoft robotics studio. but you can pretty much program for both in any language.

you mentioned asp.net, please be aware that robot programming is "stateful" while asp.net is (should be) as stateless as possible, so for a web interface to control a robot you might be ending up creating a service that really handles the robot and the web interface as a different layer.

hope it helps
 
Share this answer
 
Comments
Akash1712 24-Apr-12 12:15pm    
And I want to build own application project using java ,so ms robotics studio can't help me ! or is it useful ?

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