Society of Robots - Robot Forum

Software => Software => Topic started by: Rustysamba on March 16, 2008, 10:48:27 AM

Title: New to programming.
Post by: Rustysamba on March 16, 2008, 10:48:27 AM
Hi guys, I'm completely new to MCU programming and I wondered if anyone could give me a hand in choosing the best make, software ect to learn from.

Thanks  :)
Title: Re: New to programming.
Post by: superchiku on March 16, 2008, 11:35:40 AM
remember this the more u do research , the more u learn for the time being u dont have to be concerned .. take a look at 50$ tutorial and download the code and header files

the admin has really made easy for beginners like u to write code for the microcontrollers so try learning from the 50$ robot and also the tutorials
Title: Re: New to programming.
Post by: Rustysamba on March 16, 2008, 12:53:03 PM
I have read the tutorials, I was just seeing if I could collect some more info. ;)
Title: Re: New to programming.
Post by: superchiku on March 17, 2008, 07:02:58 AM
well ya its something u learn by practice ..

my advice is try doing the 50$ project its cool and ull learn a lot
Title: Re: New to programming.
Post by: pomprocker on March 17, 2008, 12:32:22 PM
Get a book that specifically teaches MCU programming. It would be a simple google search for "C programming robot book"
Title: Re: New to programming.
Post by: superchiku on March 17, 2008, 01:19:02 PM
i guess finding such a book will be hard as all mcu's have a different way of coding

ill suggest try downloading the datasheet of the mcu and then try learning abt the registers used in the mcu and then start manupulating them to get desired result
Title: Re: New to programming.
Post by: pomprocker on March 17, 2008, 03:45:17 PM
C is C no matter where you go.

It all depends on the compiler, you have to specify what MCU to build for.

You can compile for windows, unix, mac, atmegas, whatever...just need to find the right compiler

Title: Re: New to programming.
Post by: superchiku on March 17, 2008, 10:15:52 PM
yes but u need to know how to use the registers of specific mmicrocontrollers otherwise ull never be able to manupulate them
Title: Re: New to programming.
Post by: Admin on March 23, 2008, 11:37:07 AM
http://www.societyofrobots.com/robot_faq.shtml#best_microcontroller
Title: Re: New to programming.
Post by: superchiku on March 25, 2008, 04:38:38 AM
see our admin has got soln. for evrything
Title: Re: New to programming.
Post by: benji on March 25, 2008, 10:23:45 AM
i always think its better for a true beginner to start with assembly as it make you understand hardware
,dont waste much time in assembly but you should know it,
then move to a highlevel language
then learn higher level ones ;D
Title: Re: New to programming.
Post by: superchiku on March 26, 2008, 06:50:03 AM
why only assembly

u can learn GW Basic as a beginner