Quote:
Originally Posted by Clev
Has anybody considered the ATMega128 controller? (Link: ATMega Controller) It has double the clockspeed, 4K EEPROM, 128K FLASH. Does anybody know if this is compatible with the Arduino? I'd like to be able to add some extra functionality, and I think we're going to hit the limits of Arduino's FLASH.
|
ATMega128 only comes in flat-packs (not easy for everyone to solder).
Did you look at ATMega328? It should be Arduino-compatible some day (and someone already has mods you can do to make it run Arduino code today). It comes in the same 28-pin DIP package.
Details on using ATMega328 with Arduino