Society of Robots - Robot Forum
Electronics => Electronics => Topic started 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!
-
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.
-
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!
-
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)
-
Like I said earlier: Copying and pasting is no substitute for actually learning.
is there an tutorials on how to actually learn C?
-
Like I said earlier: Copying and pasting is no substitute for actually learning.
is there an tutorials on how to actually learn C?
-
Heaps, here's one i'm using:
http://www.cprogramming.com/tutorial.html (http://www.cprogramming.com/tutorial.html)
-
That's the exact some tutorial I recommend in the chat right before you logged off.