Society of Robots - Robot Forum

Software => Software => Topic started by: mahmoud123 on May 03, 2013, 07:05:19 AM

Title: project -- urgent
Post by: mahmoud123 on May 03, 2013, 07:05:19 AM
hi

I am working on a project for the university that is a 40 cm by 20 cm car.. i want to use UNO board with two ultrasoinc sesnors to make the car move away when sensing a wall .. but iam not able to program. can anyone help me please ?
Title: Re: project -- urgent
Post by: obiwanjacobi on May 03, 2013, 08:26:52 AM
No, sorry. It is not real to think that you can build a robot with an Arduino Uno without knowing -or willing to learn- anything about programming C/C++.

Pick a different project.
Good luck.
Title: Re: project -- urgent
Post by: jkerns on May 03, 2013, 09:04:50 AM
http://www.newbiehack.com/MicrocontrollerTutorial.aspx (http://www.newbiehack.com/MicrocontrollerTutorial.aspx)
Title: Re: project -- urgent
Post by: idee17 on May 24, 2013, 07:17:27 PM
I would recommend looking through the examples at:
http://arduino.cc/en/Tutorial/HomePage (http://arduino.cc/en/Tutorial/HomePage)
these tutorials will show you what you need to do. All that needs done is to read from the sensors then adjust the speeds of the wheels to turn left and right (if that is how the car is steering).


Title: Re: project -- urgent
Post by: MrWizard on June 11, 2013, 01:54:34 PM
Friendly guys here...  ;D
Title: Re: project -- urgent
Post by: fireintheit on June 28, 2013, 01:37:17 PM
If your using an arduino then you got learn C/C++. There are bunch C/C++ video tutorials on youtube, also the C/C++ reference page is

http://www.cplusplus.com/info/ (http://www.cplusplus.com/info/)