Society of Robots - Robot Forum

Electronics => Electronics => Topic started by: thesebas on January 05, 2010, 08:10:15 PM

Title: i want to buy the axon but i cant program
Post by: thesebas on January 05, 2010, 08:10:15 PM
i want to buy the axon but i cant program, i keep hearing that i could just copy and paste from the axons infinite supply of codes but i don't know where these codes are or how to get to them. and what programmer does the axon run on?

Thanks so much and sorry for the beginner questions, your help is much appreciated!
Title: Re: i want to buy the axon but i cant program
Post by: z.s.tar.gz on January 05, 2010, 08:32:31 PM
Like I said earlier: Copying and pasting is no substitute for actually learning.
The axon code is in C and there are several methods to program it.
Title: Re: i want to buy the axon but i cant program
Post by: SmAsH on January 05, 2010, 09:21:45 PM
To program the axon you could either:
1. Buy an external avr programmer for it or;
2. use the inbuilt usb programming option.

There are example codes for the axon all over the site, just search!
Title: Re: i want to buy the axon but i cant program
Post by: Admin on January 06, 2010, 01:34:00 AM
Quote
i keep hearing that i could just copy and paste from the axons infinite supply of codes but i don't know where these codes are or how to get to them. and what programmer does the axon run on?
You mean these?

http://www.societyofrobots.com/axon/axon_function_list.shtml (http://www.societyofrobots.com/axon/axon_function_list.shtml)
http://www.societyofrobots.com/axon/axon_examples.shtml (http://www.societyofrobots.com/axon/axon_examples.shtml)
Title: Re: i want to buy the axon but i cant program
Post by: thesebas on January 06, 2010, 05:10:32 AM
Like I said earlier: Copying and pasting is no substitute for actually learning.

is there an tutorials on how to actually learn C?
Title: Re: i want to buy the axon but i cant program
Post by: thesebas on January 06, 2010, 05:11:23 AM
Like I said earlier: Copying and pasting is no substitute for actually learning.

is there an tutorials on how to actually learn C?
Title: Re: i want to buy the axon but i cant program
Post by: SmAsH on January 06, 2010, 05:22:34 AM
Heaps, here's one i'm using:
http://www.cprogramming.com/tutorial.html (http://www.cprogramming.com/tutorial.html)
Title: Re: i want to buy the axon but i cant program
Post by: z.s.tar.gz on January 06, 2010, 03:12:17 PM
That's the exact some tutorial  I recommend in the chat right before you logged off.