Society of Robots - Robot Forum

Software => Software => Topic started by: blackbeard on August 31, 2010, 06:30:06 AM

Title: question about axon
Post by: blackbeard on August 31, 2010, 06:30:06 AM
one thing i have been wondering for some time is this. does the axon use a bootloader in the same way as the arduino or is it the axon more like a carrier board for the atmel chip contained on it? from what i've read it seems more advanced a learning curve yet also more capable much like a standalone atmega chip.
Title: Re: question about axon
Post by: Razor Concepts on August 31, 2010, 06:44:56 AM
It works the same way as the arduino

The cp2102 is like the ft232 but better
Title: Re: question about axon
Post by: blackbeard on August 31, 2010, 07:18:17 AM
It works the same way as the arduino

The cp2102 is like the ft232 but better

at risk of sounding like a dummy the ft232 is the serial to usb converter isn't it? so i guess what i'm really wondering is that since the arduino has it's own ide that's generally a simplified C made possible by the arduino boot loader which from what i understand is on the atmel chip it's self, does the axon use something similar?
Title: Re: question about axon
Post by: Razor Concepts on August 31, 2010, 07:50:55 AM
The bootloader just reads a hex file from serial and flashes that into its memory. The arduini program on the computer, it first compiles the simple code into real machine hex code, and that hex code is sent throough serial to the bootloader. So really the bootloader doesnt hve much to do with it