Page 1 of 1

PPM RC to USB interface

Posted: Fri Jun 18, 2010 6:10 am
by teogomez
Can someone help me? I don't undestand how to upload the program to my ATMEGA8...
What files I need?

Thanks!

Re: PPM RC to USB interface

Posted: Fri Jun 18, 2010 6:45 pm
by frank26080115
I'm looking at the source code and it looks like the firmware does not come with a makefile, normally you build the project with the makefile (or some other way) to get a *.hex file to upload to the ATmega with a programmer.
Apparently there are *.a90 files in the release folder for specific chips, *.a90 files are the same as *.hex files according to some AVR Freaks forum post I found http://www.avrfreaks.net/index.php?name ... 59&start=0

If those are not built for the ATmega8, then write a makefile yourself and then re-compile for ATmega8 to get a new *.hex file

If you can't do that, learn how before going further

I'm looking at the ewd ewp eww files, I don't know what IDE they are used in but if you can find out and open them in that IDE, I bet it can compile the entire project for you