Author Topic: Difference between old and new Arduion Mega?  (Read 1329 times)

0 Members and 1 Guest are viewing this topic.

Offline jocatchTopic starter

  • Jr. Member
  • **
  • Posts: 29
  • Helpful? 0
Difference between old and new Arduion Mega?
« on: January 12, 2012, 01:36:50 PM »
I have the original Arduino Mega I bought a long time ago and have been out of the hobby for about a year and now I see there is a new Mega. I have not been able to find a chart showing the differences between the old and new Megas which I may need to know for my next project. Can anyone give me a link? Thanks.

JC

Offline Soeren

  • Supreme Robot
  • *****
  • Posts: 4,672
  • Helpful? 227
  • Mind Reading: 0.0
Re: Difference between old and new Arduion Mega?
« Reply #1 on: January 12, 2012, 07:28:18 PM »
Hi,

While not giving a table (which would have been helpfull), you can see all the official Arduino boards and their specs here. Reading just this page should tell you what's changed (including changes in revisions of the new board).

Regards,
Søren

A rather fast and fairly heavy robot with quite large wheels needs what? A lot of power?
Please remember...
Engineering is based on numbers - not adjectives

Offline jocatchTopic starter

  • Jr. Member
  • **
  • Posts: 29
  • Helpful? 0
Re: Difference between old and new Arduion Mega?
« Reply #2 on: January 12, 2012, 08:01:13 PM »
Thanks for the links. I couldn't find them before. Looks like the only real difference is the amount of memory.

JC

Offline Daanii

  • Robot Overlord
  • ****
  • Posts: 138
  • Helpful? 3
Re: Difference between old and new Arduion Mega?
« Reply #3 on: January 13, 2012, 01:14:35 AM »
There are two main differences between the new and old Arduino Megas. One, as you note, is the memory. The new ATmega2560 chip has 256kB. The old ATmega1280 chip had 128kB. That's the main difference.

But they also took the opportunity to replace the old FTDI to USB chip. That has always been a weakness with the Arduino design. They did an upgrade to an ATmega chip, which is somewhat better, but not as good as full USB. The Teensy, for example, has a great USB interface.

But none of the pins or other stuff like that has changed.

Offline jocatchTopic starter

  • Jr. Member
  • **
  • Posts: 29
  • Helpful? 0
Re: Difference between old and new Arduion Mega?
« Reply #4 on: January 13, 2012, 11:37:01 AM »
Thanks Daanii. I only use the USB port to dowload the sketches, thats all so that change sounds like it would be transparent to me. I just ordered my second Arduino, the Uno. Not sure what I want to use it for but I wanted another Arduino to experiment with since my Mega is all wired up in my first robot project.

JC

Offline Daanii

  • Robot Overlord
  • ****
  • Posts: 138
  • Helpful? 3
Re: Difference between old and new Arduion Mega?
« Reply #5 on: January 14, 2012, 10:40:30 AM »
I really like the Arduinos too. Recently I bought some Teensy boards, which is a semi-official Arduino but with a nicer USB setup.

The Teensy is set up so that you can use the Arduino development environment, or you can just program in C and download the compiled hex code by USB. Very convenient.

They have a Teensy++ too, which is about the same as the Mega.

You can buy them at pjrc: www.pjrc.com/teensy/, where there is also a lot of reference material.

 


data_list