Society of Robots - Robot Forum

Software => Software => Topic started by: SmAsH on April 14, 2009, 01:31:31 AM

Title: program atmega8 with arduino software
Post by: SmAsH on April 14, 2009, 01:31:31 AM
im going to keep this as short and easy as possible. can the atmega8 be programmed with arduino code. i would still use avrstudio to upload it and everything but just use arduino language?
Title: Re: program atmega8 with arduino software
Post by: ang5t on April 14, 2009, 01:43:32 AM
Yes you can. I'm using the $50 board but programming it with the Arduino software. To get the .hex file, you just write you program save and compile it , then press the upload to board button in the Arduino software. I'm using the mkII usb cable with avrstudio, so when I press upload to board, I get an error stating that no usb device found. But it then makes the .hex file you need to upload to you board via avrstudio.
Title: Re: program atmega8 with arduino software
Post by: SmAsH on April 14, 2009, 01:56:37 AM
awesome, thanks for that. ill try that later on.