Society of Robots - Robot Forum

Software => Software => Topic started by: vdemon on August 09, 2009, 10:49:43 AM

Title: PROGRAMING HELP!
Post by: vdemon on August 09, 2009, 10:49:43 AM
I have been interested in electronics, mechanics, and making robots for a while now but the problem is I know next to nothing on making robots especially when it involves programming. I am currently trying to make the $50 robot from admin but I really want to learn how to do programming and even make my program for my robot one day. Don't get me wrong admins post is nothing but amazing but he only focuses on doing it not learning it. So if there is any one that knows a program or a tutorial or something like that based on learning programming please post and comment.     

Thanks!
Title: Re: PROGRAMING HELP!
Post by: wil.hamilton on August 09, 2009, 11:50:21 AM
well, there are lots of programming languages out there, and personally i think that learning to program by programming robots is hard.

if you just want to learn programming (which i recommend, it makes programming robots easier) i would point you towards zends php 101 tutorial, its on php (90% of websites you goto use php) so its useful to know anyway, but php is based on c, which is what the $50 robot is coded in, so yea

i learned php before i ever did robot programming, i think it helped me a lot

heres the tutorial:
http://devzone.zend.com/article/627

it's the best programming tutorial i've ever read, but like i said, its intended for web programming, not robot programming, but, the concepts are still there, obviously some of the stuff in it wouldn't be useful to you (i would only look at parts 1-6)

i'm sure someone else probably knows of a good c tutorial, but this is something to get you started.
Title: Re: PROGRAMING HELP!
Post by: mdmedlin on August 09, 2009, 11:01:17 PM
http://www.cplusplus.com/
http://www.cprogramming.com/
These are the two sites I use whenever I have problems writting programs for my classes.  They also have a good tutorial section and they teach you a lot of information.
Title: Re: PROGRAMING HELP!
Post by: Samuel on August 10, 2009, 02:00:40 AM
VDemon,

Visit this website
http://www.RobotBASIC.com

Also see this book
http://www.amazon.com/Robot-Programmers-Bonanza-John-Blankenship/dp/0071547975/ref=pd_bxgy_b_img_b

Also see these tutorials on YouTube
http://www.youtube.com/watch?v=xLWNuBUq8Us&feature=channel_page     this is lesson one....follow the links for the other 5

I hope this will get you on your way.....

Samuel